<!--
var item=new Array("mast1.jpg","mast2.jpg","mast3.jpg","mast4.jpg","mast5.jpg");

   function randselect() {
	do {							
	i=Math.floor(Math.random()*item.length); 	
        } while(typeof(item[i])=="undefined");

   return item[i];
   }

function Pop(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=700,height=500,left=300,top=100');");
}
//-->



