/*jQuery(window).scroll(function () { 
	//jQuery("#footerGradient").css("top",(jQuery(window).height() + jQuery(document).scrollTop() - 60));
	jQuery("#footerGradient").animate({top:(jQuery(window).height() + jQuery(document).scrollTop() - 60)},{duration:10,queue:false});
}); 
*/