function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=400');"); } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i' + '' + '' + '' + '' + '<\/embed>' + '<\/object>'); } function showHide(obj){ if(obj.style.display=="none") obj.style.display=""; else obj.style.display="none"; } function faqToggle(id) { var answer = getObj('answer_'+id); var handle = getObj('handle_'+id); if(handle.firstChild.nodeValue == "Show Answer") handle.firstChild.nodeValue = "Hide Answer"; else handle.firstChild.nodeValue = "Show Answer"; showHide(answer); } function findAPoll(race) { /*if(getReqVals('race')) selRace = getReqVals("race"); else selRace = "";*/ document.location.href="/"+race+".php"; } function getReqVals(getVal) { var qsParm = new Array(); var query = location.search.substring(1); var parms = query.split('&'); for (var i=0; i 0) { var key = parms[i].substring(0,pos); var val = parms[i].substring(pos+1); qsParm[key] = val; } } return qsParm[getVal]; } /*Movable Type Javascript*/ var hasChanged = 0; var hostName = '.typepad.com'; function setCookie (name, value, expires) { document.cookie = name + '=' + escape(value) + '; expires=' + expires.toGMTString() + '; domain=' + hostName + '; path=/'; } function getCookie (name) { var key = name + '='; var c = document.cookie; var i = c.indexOf(key); if (i < 0) return ''; var j = c.indexOf(';', i + key.length); if (j < 0) j = c.length; return unescape(c.substring(i + key.length, j)); } function deleteCookie (name) { if (getCookie(name)) setCookie(name, '', new Date(70, 0, 1, 0, 0, 1)); } function rememberMe (f) { var now = new Date(); now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000); if( f.author ) setCookie('typepadauthor', f.author.value, now); if( f.email