jQuery(document).ready(function ()
{
	
		// reploading images
	/*  jQuery("<img>").attr("src", "/img/bg-page.gif");
	
	
		jQuery.getJSON('/checkUserStatus.htm', function(data)
		{
    	if (data[0].status == 'loggedin')
      {
				jQuery('a#login-link').attr("href",  data[0].context + "/logout");
	      jQuery('a#login-link').text("Logout");
      }

		});
		
*/
		
});