//rotating script
Add the following in ... section:
';
$top[2] = '';
$left[1] = '';
$left[2] = '';
$right[1] = '';
$right[2] = '';
$adCount = count($top);
$randomAdNumber = mt_rand(1, $adCount);
$adCount = count($left);
$randomAdNumber = mt_rand(1, $adCount);
$adCount = count($right);
$randomAdNumber = mt_rand(1, $adCount);
?>
//place these codes where you want ads to show on your page between the .. tags:
<---end---->
-------------------------------------------------------------------------------------
you can always add a third and fourth. like:
$right[3] = '';
$right[4] = '';
make sure your ad codes have double quotes and not single like a-ads has
no (')
yes (")
to answer a question asked several times:
Yes! you can use this to rotate pop ads too.
--------------------------------------------------------------------------------------