function fonction()
{
var howMany = 29;
var page = new Array(howMany+1);
page[0]= "http://www.softkj.net/Actua/Act14283/360/index.htm";
page[1]= "http://www.softkj.net/Actua/Act14283/460/index.htm";
page[2]= "http://www.softkj.net/Actua/Act14283/250/index.htm";
page[3]= "http://www.softkj.net/Actua/Act80150/360/index.htm";
page[4]= "http://www.softkj.net/Actua/Act80150/460/index.htm";
page[5]= "http://www.softkj.net/Actua/Act80150/250/index.htm";
page[6]= "http://www.softkj.net/Actua/Act74256/360/index.htm";
page[7]= "http://www.softkj.net/Actua/Act74256/460/index.htm";
page[8]= "http://www.softkj.net/Actua/Act74256/250/index.htm";
page[9]= "http://www.softkj.net/Actua/Act84723/360/index.htm";
page[10]= "http://www.softkj.net/Actua/Act84723/460/index.htm";
page[11]= "http://www.softkj.net/Actua/Act84723/250/index.htm";
page[12]= "http://www.softkj.net/Actua/Act12632/360/index.htm";
page[13]= "http://www.softkj.net/Actua/Act12632/460/index.htm";
page[14]= "http://www.softkj.net/Actua/Act12632/250/index.htm";
page[15]= "http://www.softkj.net/Actua/Act92453/360/index.htm";
page[16]= "http://www.softkj.net/Actua/Act92453/460/index.htm";
page[17]= "http://www.softkj.net/Actua/Act92453/250/index.htm";
page[18]= "http://www.softkj.net/Actua/Act67041/360/index.htm";
page[19]= "http://www.softkj.net/Actua/Act67041/460/index.htm";
page[20]= "http://www.softkj.net/Actua/Act67041/250/index.htm";
page[21]= "http://www.softkj.net/Actua/Act66710/360/index.htm";
page[22]= "http://www.softkj.net/Actua/Act66710/460/index.htm";
page[23]= "http://www.softkj.net/Actua/Act66710/250/index.htm";
page[24]= "http://www.softkj.net/Actua/Act63224/360/index.htm";
page[25]= "http://www.softkj.net/Actua/Act63224/460/index.htm";
page[26]= "http://www.softkj.net/Actua/Act63224/250/index.htm";
page[27]= "http://www.softkj.net/Actua/Act27013/360/index.htm";
page[28]= "http://www.softkj.net/Actua/Act27013/460/index.htm";
page[29]= "http://www.softkj.net/Actua/Act27013/250/index.htm";
function rndnumber(){
var randscript = -1;
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1));
}
return randscript;
}
quo = rndnumber();
quox = page[quo];
document.getElementById('ifr').src=quox;
}
window.onload = fonction;

