<SCRIPT language=JavaScript1.2 type=text/javascript>
<!--
function reload(){
var strI=document.stored.Arrayvalue.value;
var str = new Array(20);
// insert target URLs between quote marks in array items below.
// To add or remove the total number items in the array, add
// lines to or remove lines from the array below and
// modify the number in "Array()" above and "strI" below to
// be one greater than the last "str[]" value below.
str[1] = "http://www.marcomarten.com/";
str[1] = "http://www.marcomarten.com/";
str[1] = "http://www.marcomarten.com/";
if( strI==4){
strI=1;
}
else{
URL=str[strI];
window.open(URL,"EC");
strI++;
}
document.stored.Arrayvalue.value= strI;
var intNumber=Math.round(Math.random()*45000);
if(intNumber<5000){intNumber=intNumber+5000;}
setTimeout("reload()",intNumber);
}
//–>
</SCRIPT>


</body>
</html>
