function d(what) { document.write(what); }
function opl(what) { document.writeln(what); }
function buildGreyUpper() {
opHtml="
";
opHtml+="";
opHtml+="";
opHtml+="";
opHtml+="";
opHtml+="| ";
opl(opHtml);
}
function buildGreyLower() { opl(" | |
"); }
function jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function jumpHotlistMenu(targ,selObj,restore){ //v3.0
eval("top.location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function buildTitle(item1,item2) {
opl("");
opl(" ");
opl(" | ");
opl(" " + item1 + "");
opl(" | ");
opl(" ");
opl(" ");
opl(" " + item2 + "");
opl(" ");
opl(" | ");
opl("
");
opl("
");
}
function insertAxlBanner() {
rand = parseInt(Math.random()*100);
if(rand<51) {
banner="axl_468-60_1.gif";
link = "feeds";
} else {
banner="axl_468-60_2.gif";
link = "ir";
}
// opl("
");
opl("
");
}