include("instance/intersection_list.php");
include("instance/global.php");
include("utils.php");
$title = $iname . " Intersections";
$content = $title . " with hotels, maps, directions, landmarks, city guides";
$keys = $title;
if ( strlen($top_domain) == 0 )
$top_domain = "iTravel.mobi";
?>
include("header_html.php");?>
include("header.php"); ?>
-
echo $title; ?>
-
echo $dir_dn_name;?>
$size = count($intersection_list);
for($i=$size-1;$i>=0;$i--) {
$state_name = $intersection_list[$i][3];
$state = getStateCode($state_name);
$state_name_encoded = urlencode($state_name);
//$city = urlencode($intersection_list[$i][2]);
$city = $intersection_list[$i][2];
$city = str_replace(" ", "-",$city);
$is = $intersection_list[$i][0];
$inum = explode("|",$intersection_list[$i][1]);
$links = explode("|",$intersection_list[$i][4]);
for($j=0;$j0) {
echo "- ";
echo "
";
echo "

";
echo "
";
echo $is;
echo "";
echo " ";
}
}
}
?>
-
echo $dir_up_name;?>
include("footer.php"); ?>