<!--
/****************************************************
* Copyright of Chiedu Odukwe.
* Free to use as long as this header is not deleted.
* Contact me via webmaster@cnodesigns.co.uk
*****************************************************/

var TopAd;

ImgChoice = new Array("register.gif","thevideo2.jpg");
PicCount = ImgChoice.length;

randomNum = Math.floor((Math.random() * PicCount));
var NewPic = ImgChoice[randomNum];
TopAd = ("<a href='http://www.supportforafrica.org/register.htm'><img src='http://www.supportforafrica.org/images/" + NewPic+ "' alt='Register Now' border='0' width=112 height=68></a>"); // change to .gif if necessary

document.write(TopAd);
//-->