/* Show text advert */

var advert=new Array()
advert[0]="<a href=\"macshares.html\">Share Cracker: Monitor the UK stock market</a>"
advert[1]="<a href=\"maclottery.html\">Lottery Cracker: Analyse and play the lottery</a>"
advert[2]="<a href=\"macrawtrash.html\">RAW Trash: Securely delete files/folders</a>"
advert[3]="<a href=\"mactrashbrowser.html\">Trash Browser: Securely delete Trash items</a>"
advert[4]="<a href=\"mack800.html\">Sony Ericsson K800i tips, wallpaper, themes</a>"
advert[5]="<a href=\"mactips.html\">Top hints and tips for the Mac and OS X</a>"
advert[6]="<a href=\"macmailrules.html\">Sort email, kill spam using rules</a>"
advert[7]="<a href=\"macvirtualbox.html\">Run Windows or Linux on your Mac</a>"
advert[8]="<a href=\"mactips52.html\">Master menulets/menu extras</a>"
advert[9]="<a href=\"macgraphics.html\">8 must-have graphics apps</a>"
advert[10]="<a href=\"macopendns.html\">A better faster internet</a>"
advert[11]="<a href=\"mactips52.html\">Find and use menu extras</a>"
advert[12]="<a href=\"macdefragmenters.html\">7 disk defragmenters boost speed</a>"
advert[13]="<a href=\"mactips56.html\">Use multiple iPhoto libraries</a>"
advert[14]="<a href=\"mactips38.html\">Securely erase disk contents</a>"
advert[15]="<a href=\"mactips43.html\">Save web pages and content</a>"
advert[16]="<a href=\"mactips40.html\">Use read receipts in Mail</a>"

advert[17]="<a href=\"mactips74.html\">14 ways to eject stuck CD/DVDs</a>"
advert[18]="<a href=\"mactips76.html\">Disable Flash for extra speed</a>"
advert[19]="<a href=\"mactomtom.html\">TomTom sat nav on a Mac</a>"
advert[20]="<a href=\"mac-activity-monitor.html\">Diagnose problems</a>"
advert[21]="<a href=\"macnetmonitor.html\">Monitor internet bandwidth</a>"
advert[22]="<a href=\"macblackberry.html\">Use a Blackberry with a Mac</a>"
advert[23]="<a href=\"mactips70.html\">Upgrade the RAM</a>"
advert[24]="<a href=\"mactips78.html\">Use spotlight for calculations</a>"
advert[25]="<a href=\"mactips71.html\">Solve memory fragmentation</a>"
advert[26]="<a href=\"mactips73.html\">Reset the PRAM to fix Mac faults</a>"
advert[27]="<a href=\"mactips77.html\">Map Address Book contacts</a>"
advert[28]="<a href=\"mactips79.html\">Use modifier keys for corner hotspots</a>"
advert[29]="<a href=\"mactips80.html\">Fix faults with Mail</a>"
advert[30]="<a href=\"mactips12.html\">Top tips for using Spaces</a>"
n=31

document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"  bgcolor=\"#95d6d5\"><tr>")

document.write("<td width=\"50%\"><font size=\"2\">")
r=Math.floor(Math.random()*n)
document.write(advert[r])
document.write("</font></td><td width=\"50%\"><font size=\"2\">")
r=Math.floor(Math.random()*n)
document.write(advert[r])
document.write("</font></td></tr><tr>")

document.write("<td width=\"50%\"><font size=\"2\">")
r=Math.floor(Math.random()*n)
document.write(advert[r])
document.write("</font></td><td width=\"50%\"><font size=\"2\">")
r=Math.floor(Math.random()*n)
document.write(advert[r])
document.write("</font></td></tr><tr>")

document.write("<td width=\"50%\"><font size=\"2\">")
r=Math.floor(Math.random()*n)
document.write(advert[r])
document.write("</font></td><td width=\"50%\"><font size=\"2\">")
r=Math.floor(Math.random()*n)
document.write(advert[r])
document.write("</font></td></tr></table>")

document.write("</font>")

/*
document.write("<p align=\"center\" style=\"background-color: #95d6d5; border-style: outset; font-size: smaller; \">")

r=Math.floor(Math.random()*n)
document.write(advert[r])
document.write("&nbsp; &nbsp; | &nbsp; &nbsp;")
r=Math.floor(Math.random()*n)
document.write(advert[r])

document.write("<br />")

r=Math.floor(Math.random()*n)
document.write(advert[r])
document.write("&nbsp; &nbsp; | &nbsp; &nbsp;")
r=Math.floor(Math.random()*n)
document.write(advert[r])

document.write("</p>")
*/



