<!-- Begin
var maxAdNo = 2
var adNo
var myAd = new Array()
// This section is for Ads to no external site
//myAd[0] = '<a href="advertise.php" target="_parent"><img src="img/180/1.jpg" width="180" height="150" border="0"></a>'
//myAd[1] = '<a href="advertise.php" target="_parent"><img src="img/180/2.jpg" width="180" height="150" border="0"></a>'
//myAd[2] = '<a href="advertise.php" target="_parent"><img src="img/180/3.jpg" width="180" height="150" border="0"></a>'

// Original includes code to link Ad to external site
myAd[0] = '<a href="http://caribbeanfever.com/forum/index.php?topic=146.0" target="_blank"><img src="img/180/1.jpg" width="180" height="150" border="0"></a>'
myAd[1] = '<a href="http://caribbeanfever.com/forum/index.php?topic=146.0" target="_blank"><img src="img/180/2.jpg" width="180" height="150" border="0"></a>'
myAd[2] = '<a href="http://caribbeanfever.com/forum/index.php?topic=146.0" target="_blank"><img src="img/180/3.jpg" width="180" height="150" border="0"></a>'

// End -->