jQuery(function(){
				
	if(!jQuery('#bottomShadow').length)
	{
		
		jQuery('#footer').css('top', '0px');	
		
	}
				
				
});
