<html>
<head>
<title>Beyond the 49th Parallel</title>
</head>

<body bgcolor="White" background="canada/mapleleaf.jpg">

<script language="JavaScript"> 
<!-- 
var message="This a no right clicking zone.\n\nContents, & Graphics - Syrena Glade, 2000."; // Message for the alert box 
function click(e) { 
if (document.all) { 
if (event.button == 2) { 
alert(message); 
return false; 
} 
} 
if (document.layers) { 
if (e.which == 3) { 
alert(message); 
return false; 
} 
} 
} 
if (document.layers) { 
document.captureEvents(Event.MOUSEDOWN); 
} 
document.onmousedown=click; 
// --> 
</script> 

<table width="700" align="center">
<tr>
<td><center>

<h2><center>Beyond the 49th</center></h2>

<p>Canada covers nearly all of the North American continent north of the
49th parallel and encompasses a wide variety of cultures and landscapes.
The links below will take you to pages of postcards collected throughout
Canada. In the future, I hope to have photographs that I have taken on
this site in addition to the postcards. 

<p><a href="pages/canadiana.html">Canadiana</a>

<p><a href="pages/exploring.html">Arctic Exploration</a>

<p><a href="pages/rockies.html">British Columbia and the Canadian
Rockies</a>

<p><a href="pages/quebec.html">Québec</a>

<p><a href="pages/nunavik.html">Nunavik</a>

<hr width="50%">

<p><a href="http://www.geocities.com/SouthBeach/1708/Canada_eh.html"><img
src="images/flag.gif" alt="Canada rocks the world, eh?"></a>

<!--<p><a href="http://www.clumsylovers.com/"><img 
src="images/lovers_banner.gif" alt="Take celtic traditional, throw in 
some bluegrass, mix in a little reggae, add a sort of punk beat - you'll
love 'em!"></a>-->

<hr width="50%">

<p><a href="mailto:webmaster@NOSPAMmock-turtle.net">Comments? Questions?</a></p>

</center>
</td>
</tr>
</table>


</body>
</html>


