/* 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>"

document.write("<p align=\"center\" style=\"background-color: #95d6d5; border-style: outset; font-size: smaller; \">")

r=Math.floor(Math.random()*17)
document.write(advert[r])
document.write("&nbsp; &nbsp; | &nbsp; &nbsp;")
r=Math.floor(Math.random()*17)
document.write(advert[r])

document.write("</p>")
