" . file_get_contents("./adsense_code2.php") ."
Attractionindex.com presents you the best attractions, theme parks, museums and landmarks in the world. All attractions have been submitted by our visitors, so don't hesitate to submit us your own favorites if they don't show up in the results already.


Best rated

The following are our favorite best rated attractions.

"; $res2 = mysql_query("SELECT * FROM Objects ORDER BY AVRrate DESC LIMIT 5"); $ant2 = mysql_num_rows($res2); $tlr2 = 0; while($tlr2 < $ant2) { $tlr2++; $rij5 = mysql_fetch_object($res2); $htitle = $rij5->Title; $description = $rij5->Description; $label = $rij5->FileName; $image = $rij5->Image; $subcat_id = $rij5->CategoryLink; $description = stripslashes($description); $res3 = mysql_query("SELECT * FROM Categories WHERE CategoryID = '$subcat_id'"); $rij3 = mysql_fetch_object($res3); $main_id = $rij3->CategoryLink; $subcat_name = $rij3->Name; $subcat_dirname = $rij3->DirName; $res4 = mysql_query("SELECT * FROM Categories WHERE CategoryID = '$main_id'"); $rij4 = mysql_fetch_object($res4); $main_name = $rij4->Name; $main_dirname = $rij4->DirName; $content = $content . ""; } $content = $content . "

$tlr2. $htitle

$description
 

"; require("./template_content.php"); require("./template_footer.php"); exit; ?>