Here's the code I put in the page to call one instance of random banners...
Sure, I can put this on the page 4 times but it's like pulling the handle on a slot machine... sometimes all 4 are the same ad.
<?php
if (@include(getenv('DOCUMENT_ROOT').'/ads/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('', 0, '_blank', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>