//start banner rotation
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cnt1 = 3;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1;
var height1;
var alt1;
var filetype;

if (ad1==1) {
link1="http://www.mainframemovies.tv/";
adBanner1="images/ads/ad_arugba_poster.jpg";
width1="240";
height1="260";
alt1="Arugba - find out more at http://mainframemovies.tv/";
filetype="image";
}
if (ad1==2) {
link1="http://www.southernafricadirect.com/";
adBanner1="images/ads/SADirect(240x260).gif";
width1="240";
height1="260";
alt1="Southern Africa Direct";
filetype="image";
}
if (ad1==3) {
link1="http://www.balancingact-africa.com/";
adBanner1="images/ads/ba_240x260.gif";
width1="240";
height1="260";
alt1="Balancing_Act Africa";
filetype="image";
}



if(filetype=="flash"){
	document.write ('<OBJECT ');
	document.write ('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write ('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" ');
	document.write ('WIDTH="'+width1+'" ');
	document.write ('HEIGHT="'+height1+'" ');
	document.write ('id="testbanner" ');
	document.write ('ALIGN="" ');
	document.write ('VIEWASTEXT>');
	document.write ('<PARAM NAME=movie VALUE="'+ adBanner1+ '">');
	document.write ('<PARAM NAME=quality VALUE=high>');
	document.write ('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
	document.write ('<EMBED ');
	document.write ('src="'+adBanner1+'" ');
	document.write ('quality=high ');
//			document.write ('bgcolor=#FFFCDA '
	document.write ('WIDTH="'+width1+'" ');
	document.write ('HEIGHT="'+height1+'"' );
	//document.write ('NAME="testbanner" ');
	//document.write ('ALIGN="center" ');
	document.write ('TYPE="application/x-shockwave-flash" ');
	document.write ('PLUGINSPAGE="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">');
	document.write ('</EMBED>');
	document.write ('</OBJECT>');
	
}else{

document.write('<left><a href="' + link1 + '" target="_blank">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
document.write('</left>');
}
// End -->

