session_start();
if (isset($_SESSION['emailAttemptsSet'])) {
if ($_SESSION['emailAttemptsSet'] != "yes")
{
$_SESSION['emailAttempts']=0;
}
}
$hideTheShowDiv = "";
$p="";
if (isset($_GET['p'])) {
$p=stripslashes(htmlspecialchars(substr(strip_tags($_GET["p"]), 0, 50)));
}
if (($p) && ($p !="Contact") && ($p !="Comments") && ($p !="Statistics"))
{
$hideTheShowDiv = "yes";
}
$_SESSION['pageYes']=1;
?>
Boston By Aida | Photos of Boston, Paris, Dorset
include("topmenu.php"); ?>
include("topmenutablet.php"); ?>
if ($p != "")
{
if (($p == "Pubs_and_Restaurants") || ($p == "Back_Bay") ||($p == "Beacon_Hill") || ($p == "Charlestown") || ($p == "Fenway") || ($p == "Haymarket") || ($p == "North_End") || ($p == "South_End") || ($p == "Waterfront") ||($p == "West_End") || ($p == "Charles_River") || ($p == "Winter") || ($p == "Miscellaneous") || ($p == "Aerial") || ($p == "Green_Line_One") || ($p == "Green_Line_Two") || ($p == "Paris_France") ||($p == "Dorset_England") || ($p == "Pub_Signs_UK") || ($p == "Contact") || ($p == "Comments") || ($p == "Statistics")|| ($p == "Pubs_and_Restaurants_Back_Bay") || ($p == "Pubs_and_Restaurants_Beacon_Hill") || ($p == "Pubs_and_Restaurants_Charlestown") || ($p == "Pubs_and_Restaurants_Downtown") || ($p == "Pubs_and_Restaurants_Fenway") ||($p == "Pubs_and_Restaurants_Haymarket") || ($p == "Pubs_and_Restaurants_North_End") || ($p == "Pubs_and_Restaurants_North_Station") || ($p == "Pubs_and_Restaurants_South_End") || ($p == "Pubs_and_Restaurants_Waterfront"))
{
$okPage="yes";
$pp=$p.".php";
}
}
?>
include("menutablet.php"); ?>
include("menu.php"); ?>
if (($p != "") && ($okPage=="yes"))
{
include($pp);
}
if (($p=="") || (!$okPage))
{
$pp="home".".php";
include($pp);
}
?>