var info=new Array()

info[0]='<b>check out the </b><a href="cooltools.html">Cool Tools</a><BR><font size="1">As seen in <a href="awesomesolutions.html">Awesome Solutions for Webmasters.</font></a>'

info[1]='<b>How To Keep People Away From Your Website</b> <BR>download the free ebook. <a href="/trafficdemolition.html">Website Traffic Demolition</a>'

info[2]='<a href="/inforeports.html">Info Reports</a> from a self-made millionaire.<BR> <B><font size="1">Why spend $14.95 when you can get them for free?</B></font>'

var number=Math.floor(Math.random()*(info.length))

document.write('<font face="Verdana" size="2"><center>');
document.write(info[number])
document.write('</font></center>');