I want to show 5 ads on my site. I have already uploaded the new ad_network.php file and my script says: <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo implode (', ', $ad_network); ?> what must I change to show 5 ads instead of one? Roberto