function banners()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<a target="_blank" href="http://pinupdoll.nu"><img border=0 src="http://pinupdoll.nu/banner.jpg" alt="PinUpDoll.Nu"></a>'); } // PermHoney
if (ranNum == 1){document.write('<a href="http://caribouandcake.org/shop/advertising.html"><img src="http://i6.photobucket.com/albums/y207/xcandyassx/ads/adbanner.gif" border="0" Alt="Advertise here!"></a>'); } // PermAd
if (ranNum == 2){document.write('<a href="http://caribouandcake.org/shop"><img src="http://i6.photobucket.com/albums/y207/xcandyassx/ads/sbanner.jpg" border="0" Alt="Cupcakes & Candyfloss - Buy Stuff at the Shop!"></a>'); } // PermShop
if (ranNum == 3){document.write('<a href="http://caribouandcake.gotop100.com/index.php"><img src="http://i6.photobucket.com/albums/y207/xcandyassx/ads/topsite.png" border="0" Alt="Join the Topsite!"></a>'); } // PermTop
if (ranNum == 4){document.write('<a href="http://caribouandcake.org/plug"><img src="http://i6.photobucket.com/albums/y207/xcandyassx/ads/snsbanner.png" border="0" Alt="Plug Your Site at Star No Star"></a>'); } // PermPlug
}
