If you want random google or clicksor ads use this: (not tested)
PHP Code:
$ad[0] = 'whole javascript code here';
$ad[1] = 'whole javascript code here';
$ad[2] = 'whole javascript code here';
$ad = $ad[rand(0,count($ad))];
echo $ad;
I think you can figure out how to add or remove ads.
