function badBrowser(){return($.browser.msie&&parseInt($.browser.version)<=6)}
function getBadBrowser(i){if(document.cookie.length>0){c_start=document.cookie.indexOf(i+"=");if(c_start!=-1){c_start=c_start+i.length+1;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1)c_end=document.cookie.length;return unescape(document.cookie.substring(c_start,c_end))}}
return ""}
function setBadBrowser(l,o,i){var I=new Date;I.setDate(I.getDate()+i);document.cookie=l+"="+escape(o)+((i==null)?"":";expires="+I.toGMTString())}
if(badBrowser()&&getBadBrowser('browserWarning')!='seen'){$(function(){$("<div id='browserWarning'>You are using an unsupported browser. Please switch to <a href='http://getfirefox.com'><strong>FireFox</strong></a>, <a href='http://www.opera.com/download/'><strong>Opera</strong></a>, <a href='http://www.apple.com/safari/'><strong>Safari</strong></a> or <a href='http://www.microsoft.com/windows/downloads/ie/getitnow.mspx'>the latest <strong>Internet Explorer</strong> version</a>. Thanks!&nbsp;&nbsp;&nbsp;[<a href='#' id='warningClose'>close</a>] </div> ").css({backgroundColor:'#ffcc00','width':'100%','border-top':'solid 1px #000','border-bottom':'solid 1px #000','text-align':'center',padding:'5px 0px 5px 0px'}).prependTo("body");$('#warningClose').click(function(){setBadBrowser('browserWarning','seen');$('#browserWarning').slideUp('slow');return false})})}