var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
var alt = "";
ad +=1;

if (ad==3) {
	url="";
	banner="http://blog.eduzones.com/banner/top/7-11_468x60.swf";
	width="468";
	height="60";
}
if (ad==2) {
	url="";
	banner="http://blog.eduzones.com/banner/top/RAC MU 468-60.swf";
	width="468";
	height="60";
}
if (ad==1) {
	url="";
	banner="http://blog.eduzones.com/banner/top/spu_admission.swf";
	width="468";
	height="60";
}


document.write('<div style=\"position: absolute left: 230px; top: 240px; z-index: 1000;\">');
if(ad<=6) {
	document.write('<center>');
	document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width='+width+' height='+height+'>');
	document.write('<param name=\"movie\" value=\"'+banner+'\">')
	document.write('<param name=\"quality\" value=\"high\">');
	document.write('<param name=\"WMode\" value=\"Transparent\">');
	document.write('<embed src=../scripts//"'+banner+'/" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width='+width+' height='+height+'></embed></object>');
	document.write('</center>');
} else {
	document.write("<center><a href=\""+url+"\" target=\"_blank\"><img border=\"0\" src=\""+banner+"\" width=\""+width+"\" height=\""+height+"\" /></a></center>");
}
document.write('</div>');