include_once("instance/global.php"); include_once("road_list.php"); include_once("utils.php"); //include("browser_detection.php"); include("mobile_detect.php"); $detect = new Mobile_Detect; $deviceType = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer'); /* if($_GET['from'] != "f" && strlen($mobile) == 0) { header("Location: http://Roadnow.com/index.php"); return; } */ $pageId="home"; $title = "Road Info and Local Services - Roadnow"; $content = "Interstate Highway Travel Guide provides interstate highway maps, exits, rest areas/rest stops info and travel service info along interstate highways including hotels/motels, restaurants, gas stations, points of interest, city guides, landmarks"; $keys = $content; ?> include("header_html.php"); ?>