// JavaScript Document var im_here_tj = 1; var sizcar = "100%"; var stacar = sizcar; var lo_hei = "0"; var lo_car = "0"; var can_re = 0; function popUp(URL){ winpops=window.open(URL,"","width=200,height=125,left=100,top=100,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0") } function popUpGame(URL,WINDOWNAME,GWIDTH,GHEIGHT){ winpops=window.open(URL,WINDOWNAME,"status=0,fullscreen=1,resizable=1,scrollbars=1,toolbar=0") winpops.resizeTo(screen.width,screen.height); var x = (screen.availWidth / 2) - (GWIDTH / 2); var y = ((screen.availHeight - 60) / 2) - (GHEIGHT / 2); x = (x > 0) ? x : 0; y = (y > 0) ? y : 0; winpops.moveTo(x, y); } function popUp2(URL){ winpops=window.open(URL,"","width=200,height =450,left=100,top=100,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0") } function popUpFavorite(URL){ winpops=window.open(URL,"","width=200,height=100,left=100,top=100,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0") } function popComments(URL){ winpops=window.open(URL,"","width=440,height=400,left=100,top=100,status=0,scrollbars=1,resizable=1,menubar=0,location=0,toolbar=0") } function popRecoverPassword(URL){ winpops=window.open(URL,"","width=440,height=200,left=100,top=100,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0") } function popReportGame(URL){ winpops=window.open(URL,"","width=250,height=225,left=100,top=100,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0") } function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } // Nannette Thacker http://www.shiningstar.net function confirmDeleteMessage() { var agree=confirm("Are you sure you wish to delete this message?"); if (agree) return true ; else return false ; } //////HIDE POPUP/////// //DHTML Window script- Copyright Dynamic Drive (http://www.dynamicdrive.com) //For full source code, documentation, and terms of usage, //Visit http://www.dynamicdrive.com/dynamicindex9/dhtmlwindow.htm var ie5=document.all&&document.getElementById var ns6=document.getElementById&&!document.all function iecompattest(){ return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function loadwindow(url){ if (!ie5&&!ns6) window.open(url,"","width=width,height=height,scrollbars=1") else{ //maximize window document.body.style.overflow = 'hidden'; document.title="Google"; document.getElementById("dwindow").style.width=window.innerWidth? window.innerWidth+"px" : iecompattest().clientWidth+"px" document.getElementById("dwindow").style.height=window.innerHeight? window.innerHeight+"px" : iecompattest().clientHeight+"px" document.getElementById("dwindow").style.left=0 document.getElementById("dwindow").style.top=0 document.getElementById("dwindow").style.display='' document.getElementById("cframe").src=url } } function closeit(){ document.body.style.overflow = 'auto'; document.title=""; document.getElementById('cframe').src="about:blank" document.getElementById("dwindow").style.display="none" } function toggleDiv(hide1) { thisDiv = document.getElementById(hide1); if (thisDiv) { if (thisDiv.style.display == "none") { thisDiv.style.display = "block"; } else { thisDiv.style.display = "none"; } } else { alert("Error: Could not locate div with id: " + hide1); } } function hidediv() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('hideShow').style.display = 'none'; } else { if (document.layers) { // Netscape 4 document.hideShow.display = 'none'; } else { // IE 4 document.all.hideShow.style.display = 'none'; } } } function showdiv() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('hideShow').style.display = 'block'; } else { if (document.layers) { // Netscape 4 document.hideShow.display = 'block'; } else { // IE 4 document.all.hideShow.style.display = 'block'; } } } /* CSS EVEN FLOATS SCRIPT Derived from a script by Alejandro Gervasio. Modified to work in FireFox by Stefan Mischook for Killersites.com How it works: just apply the CSS class of 'column' to your pages' main columns. */ matchColumns=function(){ if (!document.getElementById('google_ads_frame1')) { //document.getElementById('left1').style.overflow = "hidden"; //document.getElementById('left1').innerHTML = "

\"\" an adblocker is enabled in your browser!

It appears you are using an adblocker to remove the ads on our site. This is how we are funded. If you wish to go ad-free please donate to us!
"; } var divs,contDivs,maxHeight,divHeight,d; // get all
elements in the document divs=document.getElementsByTagName('div'); contDivs=[]; // initialize maximum height value maxHeight=0; // iterate over all
elements in the document for(var i=0;i elements with class attribute 'container' if(/\bcolumn\b/.test(divs[i].className)){ d=divs[i]; contDivs[contDivs.length]=d; // determine height for
element if(d.offsetHeight){ divHeight=d.offsetHeight; } else if(d.style.pixelHeight){ divHeight=d.style.pixelHeight; } // calculate maximum height maxHeight=Math.max(maxHeight,divHeight); } } // assign maximum height value to all of container
elements for(var i=0;i