function readCookie(_1){if(getCookieValue(_1)){return true;}else{return false;}}function testSessionCookie(){document.cookie="testSessionCookie=Enabled";if(getCookieValue("testSessionCookie")=="Enabled"){return true;}else{return false;}}function getCookieValue(_2){var _3=new RegExp(escape(_2)+"=([^;]+)");if(_3.test(document.cookie+";")){_3.exec(document.cookie+";");return unescape(RegExp.$1);}else{return false;}}function isIE7(){agent=navigator.userAgent.toLowerCase();this.ie7=((agent.indexOf("msie 7.")!=-1)&&(agent.indexOf("opera")==-1));if(this.ie7){_hbLink("IE7_Add_Provider","TopBanner");window.external.AddSearchProvider("/main/answers2.xml");}else{alert("The Answers.com IE7 Toolbar Search Box can only be installed in Internet Explorer 7.");}}function dont_show(){writePersistentCookie("answers_banner_PersistentCookie_Name","dont_show_again");window.location.href=window.location.href;return true;}function writeSessionCookie(_4,_5){if(testSessionCookie()){document.cookie=escape(_4)+"="+escape(_5)+"; path=/";return true;}else{return false;}}function writePersistentCookie(_6,_7){var _8=new Date();_8.setMonth(_8.getMonth()+3);document.cookie=escape(_6)+"="+escape(_7)+"; expires="+_8.toGMTString()+"; path=/";}