// JavaScript Document

ranimg = new Array();
ranimg[0]="/images/toppic1.jpg";
ranimg[1]="/images/toppic2.jpg";
ranimg[2]="/images/toppic3.jpg";
ranimg[3]="/images/toppic4.jpg";
ranimg[4]="/images/toppic5.jpg";
ranimg[5]="/images/toppic6.jpg";
ranimg[4]="/images/toppic7.jpg";
ranimg[5]="/images/toppic8.jpg";
xx = Math.floor(ranimg.length*Math.random());
ranimg = ranimg[Math.floor(xx)];
document.write ('<style type="text/css"><!--#MainImage {width:640px; height:360px; background-image: url("'+ ranimg +'");background-position: center;}--></style>');

