$(document).ready(function() {
	$("#appMessageClose").click(function () {
		$("#appMessage").fadeOut(500, function () {
	    	$("#appMessage").remove();
	  	});
	});
	
	
	
	
	$("#Messages").fadeOut(3500, function () {
	   	$("#Messages").remove();
	});
	
	//$("td")[4].css("background-color","red");
	
	//$("table.form_table td").contains("Administratorem danych").css("background-color","red");
	
	//$("#element11i0").prev().css("background-color","red"); 
	
	/*
	$(".mainMenuItem img").hover(
		function () 
		{
  			var mId = $(this).attr('id');
			if (typeof(mId)!='undefined')
			{
				$(this).attr('src','/var/img/' + mId + '_on.png');
			}
  		}, 
  		function () {
    		var mId = $(this).attr('id');
			if (typeof(mId)!='undefined')
			{
				$(this).attr('src','/var/img/' + mId + '.png');
			}
  		}
	);
	*/
})
function getgoing()
 {
    top.location="/";
 }
function getprofile()
{
	top.location="/profil.html";
}