function localInit() {
try {pageInit()} catch (e) {;}
/* Pops the questionnaire from Home (and News) pages every September. (no longer used)
var curDate  = new Date();
var curMonth = curDate.getMonth()+1;
if (curMonth==9) popup("que0");
*/
}
//========================================================

function luckypage() {
alert("Please let Ben know that LuckyPage has been invoked.\n\nThank you."); 
var rfiles = ["activity/event_breakdown.htm",
"activity/event_busted.htm",
"training/training_hodown"];

window.location.href = "../" + rfiles[rfiles.length.rnd()];
}


blnk = "<img src=graphics/blank.gif class=noprint height=10><br clear=all>";
holl = "<img src=graphics/hollyline.gif align=center><br clear=all>";
spcs = "<center>" + blnk + holl + blnk + "</center>";

function hr() {document.writeln(spcs) }


