Sainte-Marie Among the Hurons
The reconstructed 17th Century Church at Saint-Marie-Among-the-Hurons near Midland.
More Sainte-Marie Among the Hurons information
More Sainte-Marie Among the Hurons information
function getConnection(){ include("dbConfig.php"); $myConnection=@mysql_connect($host,$user,$password,true) or die("Database not available at the moment".mysql_error()); @mysql_select_db($database,$myConnection) or die("Database not available".mysql_error()); return $myConnection; } ?>