rlURL= new Array();
rlURL[0]="http://www.thelastschool.com/main_voice/01.html";
rlURL[1]="http://www.thelastschool.com/main_voice/02.html";
rlURL[2]="http://www.thelastschool.com/main_voice/03.html";
rlURL[3]="http://www.thelastschool.com/main_voice/04.html";
rlURL[4]="http://www.thelastschool.com/main_voice/05.html";
rlURL[5]="http://www.thelastschool.com/main_voice/06.html";
rlURL[6]="http://www.thelastschool.com/main_voice/07.html";
tw=new Array(218);
function xRandomFrame(){
doc="<div>";
for(i=0;i<1;i++){
doc+="<iframe src='"+rlURL[Math.floor(Math.random()*rlURL.length)]+"' frameborder='0' width='218' height='207' name='0"+(i+1)+"' scrolling='no'></iframe>";
}
doc+="</div>";
document.getElementById("field").innerHTML=doc;
}
