$(function(){

	/* REMOVED BY ELOI 1-3-2012 */
	$('.parent').remove();
/*
	$('#footerlinks').hide();
	$(".parent").click(function(){
		$('#footerlinks').slideToggle(function(){
			if( $('#footerlinks').css('display') == "block"){
				$(".parent").html("Hide Tips");
				$(".parent").css("color","#990000");
			} else {
				$(".parent").html("Tips");
				$(".parent").css("color","#625656");
			}
				$.scrollTo(
				$('#footerlinks'),{
				speed: 1000
				}
				);
		});
	});*/
});
