$(document).ready(function() { 
	$("a#contactlink").fancybox();
	if (navigator.appName == 'Microsoft Internet Explorer') {
		$("div#footer").append("<p class=\"badIE\">Please note: Internet Explorer may have difficulty displaying this site.</p>");
		$("div#container").css("margin-bottom","-170px");
		$("div#footer, div#push").css("height","170px");
	}
});