// banner ad rotator from HTML BASIX 
// http://www.htmlbasix.com/banner.shtml 
<!-- Begin
var ad_cnt1 = 7;
var now1 = new Date()
var sec1 = now1.getSeconds()
var ad1 = sec1 % ad_cnt1;
ad1 +=1;
if (ad1==1) {
url1="http://tracking.onlineinc.com/sponsorhit.aspx?sponsorship_id=2119";
banner1="http://www.infotoday.com/banners/ACIS_Skyscraper.gif";
width1="120";
height1="600";
}
if (ad1==2) {
url1="http://www.infotoday.com/banners/NET_EFFECTS120x600.htm";
banner1="http://www.infotoday.com/banners/NET_EFFECTS120x600.gif";
width1="120";
height1="600";
}
if (ad1==3) {
url1="http://tracking.onlineinc.com/sponsorhit.aspx?sponsorship_id=2163";
banner1="http://www.infotoday.com/banners/BestTech_Skyscraper.gif";
width1="120";
height1="600";
}
if (ad1==4) {
url1="http://www.infotoday.com/banners/ESIH_Skyscraper.htm";
banner1="http://www.infotoday.com/banners/ESIH_Skyscraper.gif";
width1="120";
height1="600";
}
if (ad1==5) {
url1="http://tracking.onlineinc.com/sponsorhit.aspx?sponsorship_id=2164";
banner1="http://www.infotoday.com/banners/AccidentalLibrary_Skyscraper.gif";
width1="120";
height1="600";
}
if (ad1==6) {
url1="http://tracking.onlineinc.com/sponsorhit.aspx?sponsorship_id=2165";
banner1="http://www.infotoday.com/banners/SkepticalBusiness_Skyscraper.gif";
width1="120";
height1="600";
}
if (ad1==7) {
url1="http://tracking.onlineinc.com/sponsorhit.aspx?sponsorship_id=2166";
banner1="http://www.infotoday.com/banners/ChooseUse_Skyscraper.gif";
width1="120";
height1="600";
}
document.write('<a href="' + url1 + '" target="_new">');
document.write('<img src="' + banner1 + '" width=' + width1 + ' height=' + height1 + ' border=0  alt="Click here to learn more"></a>');
// End -->