Pet Lost & Found Add a pet that has been lost or found |
Sorry, no ads to browse at this level.";
}
else
{
while ($cats = mysql_fetch_array($get_ads_res))
{
$cat_id = $cats[id];
$image_array[$cnt] = "./images/".$cats['image'];
$links_array[$cnt] = "hits.php?id=".$cat_id;
$cnt += 1;
//$display_block = $image_array[$cnt];
}
}
$o = new AdRotator($image_array,$links_array);
$o->rotate(1);
/* show vertical ads */
print $o->showAds("VERTICAL",NULL,"_blank");
//echo " \n"; //* show horizontal ads */ //print $o->showAds(NULL,NULL,"_parent"); ?> |
|
(* indicates required field)
|
|
| Javascript Menu by Deluxe-Menu.com |