function urlList(a,b,c,d,e,f,g,h,i,j)
{
this[0] = a;
this[1] = b;
this[2] = c;
this[3] = d;
this[4] = e;
this[5] = f;
}
function selectPage(list){
var today = new Date();
var page = today.getSeconds() % 6;
document.write(list[page]);
}

choices = new urlList("<A href=http://www.milfordpc.com/answers.html><IMG src=/gif/answers.gif border=0></a>",
			"<A href=http://avantipc.com/product_info.php/products_id/39?osCsid=9a9e26779efce3539761648f73a86050><IMG src=/gif/1.gif border=0></a>",
			"<A href=http://www.caviarhosting.com><IMG src=/gif/webhost.gif border=0></a>",
			"<A href=http://www.vstore.com/cgi-bin/pagegen/vstorecomputers/milfordpc/page.html?mode=home&file=/page/home/home.spl><IMG src=../gif/brandname2.gif border=0></a>",
			"<A href=http://www.milfordpc.com/systems.html><IMG src=/gif/custompc.gif border=0></a>",
			"<A href=http://www.milfordonline.com><IMG src=/gif/dialup.gif border=0></a>");

selectPage(choices);
