function localInit() {
try {pageInit()} catch (e) {;}
}

p = endname.lastIndexOf("#");
if (p>-1) endname = endname.substring(0,p);

//------------------------------------
//draw a line of roadsigns
function roadup() {
document.writeln("<div style=position:relative;width:500px;height:32px;overflow:hidden;>");
xx = -36*rnd(4);
yy = -36*rnd(28);
document.writeln("<img style=position:absolute;top:" + yy + "px;left:" + xx + "px; src=../home/graphics/hc1.gif></div>");
}

//------------------------------------
//animate a training group
function rdtrain() {
document.writeln("<div style=position:relative;width:500px;height:24px;overflow:hidden;background-image:url(\'graphics/road.gif\')>");
document.writeln("<marquee style=position:absolute;left:-75px;top:5px;width:600px behaviour=scroll direction=right height=14 loop=infitite scrollamount=2 scrolldelay=50>");
document.writeln("<img src=graphics/clubrun.gif></marquee></div>");
}

