function main()
{
//13
var ranNum= Math.round(Math.random() * 13);
if (ranNum == 0){document.write('<a href="http://www.ampnet.co.uk/"target="blank"> <img src="http://www.themoononline.com/rotate/VIEWTHEAMPNET.gif" border="0"></a>'); } // amp
if (ranNum == 1){document.write('<a href="http://www.killingtimemag.com/" target="blank"><img src="http://www.themoononline.com/rotate/killingtimemag.gif" border="0"></a>'); } // benway
if (ranNum == 2){document.write('<img src="http://www.themoononline.com/rotate/talkrotate/tmotalkrotate01.gif">'); } // talk1
if (ranNum == 3){document.write('<img src="http://www.themoononline.com/rotate/talkrotate/tmotalkrotate02.gif">'); } // talk2
if (ranNum == 4){document.write('<img src="http://www.themoononline.com/rotate/talkrotate/tmotalkrotate03.gif">'); } // talk3
if (ranNum == 5){document.write('<img src="http://www.themoononline.com/rotate/talkrotate/tmotalkrotate04.gif">'); } // talk4
if (ranNum == 6){document.write('<img src="http://www.themoononline.com/rotate/talkrotate/tmotalkrotate05.gif">'); } // talk5
if (ranNum == 7){document.write('<img src="http://www.themoononline.com/rotate/talkrotate/tmotalkrotate06.gif">'); } // talk6
if (ranNum == 8){document.write('<img src="http://www.themoononline.com/rotate/talkrotate/tmotalkrotate07.gif">'); } // talk7
if (ranNum == 9){document.write('<img src="http://www.themoononline.com/rotate/talkrotate/tmotalkrotate08.gif">'); } // talk8
if (ranNum == 10){document.write('<img src="http://www.themoononline.com/rotate/talkrotate/tmotalkrotate09.gif">'); } // talk9
if (ranNum == 11){document.write('<img src="http://www.themoononline.com/rotate/talkrotate/tmotalkrotate10.gif">'); } // talk10
if (ranNum == 12){document.write('<a href="http://www.getcoffeecup.com/?from=amb38298" title="CoffeeCup Software" target="blank"><img src="http://www.coffeecup.com/promote/buttons/ccambassador3_black_medium.png" alt="CoffeeCup Web Design Software" border="0" /></a>'); } // coffeecup
if (ranNum == 13){document.write('<a href="http://www.twistnotpush.com/" target="new"><img src="http://www.themoononline.com/images/interloper.jpg" border="0"></a>'); } // interloper
}