include("instance/city_list.php");
include("instance/global.php");
include("utils.php");
$title = "Motels along $iname Cities, Hotels along $iname Cities - $domain";
$content = "Motels along Interstate $NUM Cities, Hotels along Interstate $NUM Cities, Motels along $iname Cities, Hotels along $iname Cities, Motels on $iname Cities, Hotels on $iname Cities, Motels on Interstate $NUM Cities, Hotels on Interstate $NUM Cities, Motels $iname Cities, Hotels $iname Cities, Motels Interstate $NUM Cities, Hotels Interstate $NUM Cities";
$keys = $title;
$img = "";
$page_title = $title;
$top_text = " Cheap Hotels/Motels along interstate $NUM Cheap Hotels/Motels along $iname Cheap Hotels/Motels along I$NUM Cheap Hotels/Motels along I $NUM";
$top_text = strtolower(substr($top_text,0,185));
?>
echo $title;?>
echo $top_text;?>
include("header_796.php");?>
|
include("lsb.php");?>
|
|
echo $page_title;?>
$size = count($city_list);
for($i=0;$i<$size;$i++) {
if($i%2==0) {
$div = "navItem3";
}
else {
$div = "navItem2";
}
$state_code = $city_list[$i][0];
$state_name = getStateName($state_code);
$state_name_encoded = urlencode($state_name);
$city_num = count($city_list[$i]);
?>
for($j=1;$j<$city_num;$j++) {
$city = $city_list[$i][$j];
$zip = getZipFromCityState($city, $state_code);
//$city_encoded = $city;
$city_encoded = urlencode($city);
echo "$img ";
echo " $city, $state_code Hotels/Motels";
echo " ";
}
?>
} ?>
include("footer_inner.php"); ?>
|
$div = "navItem3";$type="pc";include("../counter.php"); ?>
|
|
include("rsb.php");?>
|
|
|
include("ads.php");?>
include("footer.php");?>
include("instance/ga.php"); ?>