/// <reference path="jquery-1.3.2.min-vsdoc2.js" />
jQuery(function($) {
today = new Date();
BigDay = new Date("July 1, 2010")
msPerDay = 24 * 60 * 60 * 1000 ;
timeLeft = (BigDay.getTime() - today.getTime());
e_daysLeft = timeLeft / msPerDay;
daysLeft = Math.floor(e_daysLeft);
$("strong#countdown").html(daysLeft);
}); 

jQuery(function($) {
var ContentLoad = '<link rel="stylesheet" type="text/css" href="/css/canadaTrailFlash.css" />';
    ContentLoad += '<script type="text/javascript" src="/js/canada_trail_flash.js">';
    ContentLoad += '</script>';
    ContentLoad += '<div class="bannerRightImg">';
    ContentLoad += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="600" height="344" id="Interactive-MapNew" align="left">';
    ContentLoad += '<param name="allowScriptAccess" value="sameDomain" />';
    ContentLoad += '<param name="allowFullScreen" value="false" />';
    ContentLoad += '<param name="movie" value="/Interactive-MapNew.swf" />';
    ContentLoad += '<param name="quality" value="high" />';
    ContentLoad += '<param name="wmode" value="transparent" />';
    ContentLoad += '<param name="bgcolor" value="#ffffff" />';
    ContentLoad += '<param name="swooshlink" value="www.google.com" />';
    ContentLoad += '<param name="swooshtarget" value="_self" />';
    ContentLoad += '<embed src="/Interactive-MapNew.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="600" height="344" name="Interactive-MapNew" align="middle" allowscriptaccess="sameDomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed>';
    ContentLoad += '</object></div>';
    $("#CanadianTrailContent").html(ContentLoad);


}); 




