function hpahssubmit(hscode,scorenum,playername) { hswin = window.open('http://homepagearcade.com/hpahs.php?hscode='+hscode+'&scorenum='+scorenum+'&playername='+playername+'&', 'HIGHSCORES', 'width=320,height=320,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no'); setTimeout("testhswin()",2000); } function testhswin() { if ((hswin == null) || (typeof(hswin) == "undefined") || (typeof(hswin.location.hash) != "string")) { window.alert("You were unable to submit your score to the high score board because your pop-up blocker prevented the window from opening. ("+hswin.toString()+","+typeof(hswin).toString()+","+typeof(hswin.location.hash)+")"); } } var ShockMode = 0; var isIE = 0; var t = document.location; if (!hpaNumCheck) { document.write(""); var hpaNumCheck = 1; } else { document.write('
You can only place one game per page
'); }