function unsupportedBrowser(){if($.browser.msie&&parseInt($.browser.version)<=6){return true}return false}function setCookie(d,c,b){var a=new Date();a.setDate(a.getDate()+b);document.cookie=d+"="+escape(c)+((b==null)?"":";expires="+a.toGMTString())}function getCookie(a){if(document.cookie.length>0){start=document.cookie.indexOf(a+"=");if(start!=-1){start=start+a.length+1;end=document.cookie.indexOf(";",start);if(end==-1){end=document.cookie.length}return unescape(document.cookie.substring(start,end))}}return""}if(unsupportedBrowser()&&getCookie("seenBrowserWarning")!="1"){$(function(){$("<div id='browser-warning' class='warning'>You are using an unsupported browser. Please download the latest version of <a href='http://getfirefox.com'>FireFox</a>, <a href='http://www.apple.com/safari/'>Safari</a> or <a href='http://www.microsoft.com/windows/downloads/ie/getitnow.mspx'>Internet Explorer</a>. <span style='float:right;'>[<a id='warning-close' href='#'>x</a>]</span</div>").css({"margin-bottom":"20px"}).prependTo(".site");$("#warning-close").click(function(){setCookie("seenBrowserWarning","1");$("#browser-warning").slideUp("slow");return false})})};
