document.writeln("<script language=\"JavaScript1.2\">");
document.writeln("");
document.writeln("var ie=document.all&&navigator.userAgent.indexOf(\"Opera\")==-1");
document.writeln("var dom=document.getElementById&&navigator.userAgent.indexOf(\"Opera\")==-1");
document.writeln("");
document.writeln("//Specify IFRAME display attributes");
document.writeln("var iframeprops='width=490 height=80 marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" align=\"bottom\" scrolling=\"no\"'");
document.writeln("");
document.writeln("//Specify random URLs to display inside iframe");
document.writeln("var randomcontent=new Array()");
document.writeln("randomcontent[0]=\"bnrs/mtu.html\"");
document.writeln("randomcontent[1]=\"bnrs/pk.html\"");
document.writeln("randomcontent[2]=\"bnrs/zzounds.html\"");
document.writeln("randomcontent[3]=\"bnrs/ace.html\"");
document.writeln("randomcontent[4]=\"bnrs/singorama.html\"");
document.writeln("randomcontent[5]=\"bnrs/karchanl.html\"");
document.writeln("");
document.writeln("//No need to edit after here");
document.writeln("if (ie||dom)");
document.writeln("document.write('<iframe id=\"dynstuff\" src=\"\" '+iframeprops+'></iframe>')");
document.writeln("");
document.writeln("function random_iframe(){");
document.writeln("if (ie||dom){");
document.writeln("var iframeobj=document.getElementById? document.getElementById(\"dynstuff\") : document.all.dynstuff");
document.writeln("iframeobj.src=randomcontent[Math.floor(Math.random()*randomcontent.length)]");
document.writeln("}");
document.writeln("}");
document.writeln("");
document.writeln("window.onload=random_iframe");
document.writeln("");
document.writeln("</script\>");

