canada.com - Canadian news, entertainment, television, newspapers, free email and more's Cache

canada - Canadian news, entertainment, television, newspapers, free email and more .topics #body {background:transparent url(a123.g.akamai.net/f/123/12465/1d/canada/images/backgrounds/body_home.gif) bottom left;} .topics .wrapper02 .contentbox02 .contentboxcopy h4 {clear:both;} .col01 #featurebox #htmlcontent .listcontainer {float:left;width:50%;} .videoheading {padding:0 0 0 0;} .col01 .newswrapper .newsbubblepadding {background:#fff;padding:5px;width:445px;} /*padding for top Editors's pick bubble*/ .col01 .newswrapper .newsrow01 .newscol01 {background:none;} .bcancer_banner { overflow: hidden; } /* */ #adspace {float:none} li {margin: 0px 0; font: normal 11px arial,verdana,"Lucida Grande",sans-serif;} div#globalNav {margin-left:0px;} form, h1, h2, h3, h4, h5, h6, ul {margin:0;padding:0;} div#logoIngs h1 {top: 107px;} div#navButtons ul li.primary .buffer ul li {height:19px;} htmlbody div#navButtons ul li.primary .buffer ul li {height:17px;} li#snapshots {width: 145px;} li#fashion {width: 145px;} #body .col01 .rule { display: block;} #body #header .rule { display: none;} ul#top li.primary div.main ul { border: 0px solid;} div#adspace {position:relative;z-index:1000;} .col01 h4 span, .col01 h4 span a {color:#333;} function redirect(selectObj) { document.location = selectObj.options[selectObj.selectedIndex].value; } sfHover = function() { var sfEls = document.getElementById("top").getElementsByTagName("li"); for (var i = 0; i = 4) && (fs_ua.indexOf("Opera") == -1)); // check for Mozilla browsers versions 5 or greater FlashSound.Mozilla = ((fs_an == "Netscape") && (fs_ua.indexOf("Mozilla") != -1) && (parseFloat(fs_av) = 5)); // check for Opera version 6.x FlashSound.Opera = ((fs_ua.indexOf("Opera") != -1) && (parseFloat(fs_av) = 4)); // check for Netscape versions 4.x but not greater FlashSound.NN4 = ((fs_an == "Netscape") && (fs_ua.indexOf("Mozilla") != -1) && (parseFloat(fs_av) = 4) && (parseFloat(fs_av) 0 && !FlashSound.unsupportedPluginBrowser); // assign javascript interactive technology type based upon browser support FlashSound.ActiveX = FlashSound.winIE; FlashSound.LiveConnect = (FlashSound.NN4 || FlashSound.Opera); FlashSound.XPConnect = FlashSound.Mozilla; FlashSound.XPConnectInstallError = false; // Detect if ActiveX enabled using VBScript - only applicable for online use // ActiveX must be enabled for players to engage and be interactive if(FlashSound.ActiveX){ document.write( '' + '\n' + 'On error resume next' + '\n' + 'activeXEnabled = false' + '\n' + 'activeXEnabled = IsObject(CreateObject(\"Microsoft.ActiveXPlugin.1\"))' + '\n' + '' ); FlashSound.ActiveXEnabled = activeXEnabled; // DOCUMENTTED STATIC PROPERTY } else { FlashSound.ActiveXEnabled = false; } FlashSound.ActiveXEnabled_Browser_Reports = FlashSound.ActiveXEnabled; // override because not all windows systems support above detection technique FlashSound.ActiveXEnabled = true; // DOCUMENTED STATIC PROPERTIES FlashSound.supportsPlayerDetection = ((FlashSound.ActiveX && FlashSound.ActiveXEnabled) || FlashSound.Plugin); if(FlashSound.supportsPlayerDetection){ // for browsers supporting plug-ins or interactive players FlashSound.supportsInteraction = (FlashSound.ActiveX ||(FlashSound.LiveConnect && navigator.javaEnabled()) || FlashSound.XPConnect); } else { FlashSound.supportsInteraction = false; // false for unsupported browsers } /* Begin checking for installed player and version */ fs_mt = "application/x-shockwave-flash"; // return plug-in installation status function fs_checkForPlugIn(){ if(FlashSound.Plugin && navigator.mimeTypes[fs_mt]){ return (navigator.mimeTypes[fs_mt].enabledPlugin); } else { return false; } } // plug-in major version function fs_getPlugInVers(){ if(fs_checkForPlugIn()){ p = navigator.mimeTypes[fs_mt].enabledPlugin; var pluginversion = parseInt(p.description.substring(p.description.indexOf(".")-1)) return pluginversion; } else { return 0; } } // plug-in release version function fs_getPlugInReleaseVers(){ if(fs_checkForPlugIn()){ p = navigator.mimeTypes[fs_mt].enabledPlugin; if(p.description.indexOf("r") != -1){ var rversion = parseInt(p.description.substring(p.description.indexOf("r")+1, p.description.length)); } else { rversion = 0; } return rversion; } else { return 0; } } // vbscript get Flash ActiveX control version for windows IE if(FlashSound.ActiveX){ document.write( '' + '\n' + 'Function fs_getActiveXVersion()' + '\n' + 'On Error Resume Next' + '\n' + 'Dim hasPlayer, playerversion' + '\n' + 'hasPlayer = false' + '\n' + 'playerversion = 15' + '\n' + 'Do While playerversion 0' + '\n' + 'hasPlayer = (IsObject(CreateObject(\"ShockwaveFlash.ShockwaveFlash.\" & playerversion)))' + '\n' + 'If hasPlayer Then Exit Do' + '\n' + 'playerversion = playerversion - 1' + '\n' + 'Loop' + '\n' + 'fs_getActiveXVersion = playerversion' + '\n' + 'End Function' + '\n' + '' ); } // checks for minimum player version required for non interaction // sets playerVersion for supported browsers FlashSound.playerVersion = 0; // DOCUMENTED STATIC PROPERTY function fs_hasMinPlayer(){ if(!FlashSound.supportsPlayerDetection) {return false;} if(FlashSound.Plugin) {FlashSound.playerVersion = fs_getPlugInVers();} if(FlashSound.ActiveX) {FlashSound.playerVersion = fs_getActiveXVersion();} if(FlashSound.playerVersion = FlashSound.minPlayer) {return true} else{return false} } // checks for minimum player version required for interaction function fs_hasMinInteractivePlayer(){ if(!FlashSound.hasMinPlayer() || !FlashSound.supportsInteraction) {return false;} // does not have minimum player if(FlashSound.ActiveX || FlashSound.LiveConnect) { return true; // same as hasMinPlayer() } if(FlashSound.XPConnect){ // XPConnect works with version 6 r40 or greater FlashSound.playerVersion = fs_getPlugInVers(); // get version releaseVers = fs_getPlugInReleaseVers(); // get release version if(FlashSound.playerVersion 6) { return true; } else if(FlashSound.playerVersion == 6 && releaseVers =40){ // check release vers only for vers 6 return true; } else { return false; // version less than 6 r 40 do not support XPConnect } } } // check interactive configuration function fs_configuredForInteraction(){ return (FlashSound.supportsInteraction && !FlashSound.XPConnectInstallError && FlashSound.hasMinInteractivePlayer()) } // vers is integer function fs_setMinPlayer(vers){ if(FlashSound.supportsPlayerDetection){ FlashSound.minPlayer = (vers != null && vers = 4) ? vers : 4; // default to 4 } } // compatibility methods FlashSound.configuredForInteraction = fs_configuredForInteraction; // DOCUMENTED STATIC METHOD FlashSound.hasMinPlayer = fs_hasMinPlayer; // DOCUMENTED STATIC METHOD FlashSound.hasMinInteractivePlayer = fs_hasMinInteractivePlayer; // DOCUMENTED STATIC METHOD FlashSound.setMinPlayer = fs_setMinPlayer; // DOCUMENTED STATIC METHOD FlashSound.setMinPlayer(); // establish default playerVersion /* ============== FlashSound Instance methods =============== */ /* javascript embed functions -------------------------------- */ function fs_setAttributeDefaultValues(){ this.attributes = new Object(); // create associative array // set default embed attribute values this.attributes["SRC"] = this.attributes["MOVIE"] = null; this.attributes["CLASSID"]="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"; if(this.playerID != null) {this.attributes["NAME"]=this.attributes["ID"]=this.playerID;} // only for js control this.attributes["TYPE"]=fs_mt; this.attributes["HEIGHT"]="2"; this.attributes["WIDTH"]="1"; this.attributes["PLAY"]="true"; this.attributes["LOOP"]="true"; this.attributes["QUALITY"]="low"; this.attributes["BGCOLOR"]=(document.bgColor != null) ? document.bgColor : "#ffffff"; this.attributes["WMODE"]="Transparent"; this.attributes["SWLIVECONNECT"]=(this.playerID != null) ? "true" : null // only true for js control this.attributes["CODEBASE"]="download.macromedia/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0"; this.attributes["PLUGINSPAGE"]="macromedia/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"; } // parse embed attributes and save name value pairs in associative array function fs_parseAttributes(embedStr){ if(typeof RegExp == "undefined") { return; } // prevent errors on old browsers //remove extra spaces, " and ' characters var sglqt = new RegExp("'","gi"); embedStr = embedStr.replace(sglqt, ""); var dblqt = new RegExp('"',"gi"); embedStr = embedStr.replace(dblqt, ""); var xtraspc = new RegExp("\\s+","gi"); embedStr = embedStr.replace(xtraspc," "); var eqspc = new RegExp("\\s*=\\s*","gi"); embedStr = embedStr.replace(eqspc, "="); var i = 0; while(embedStr.charAt(i) == " "){i++;} startpos = i; // find first non space character var j = embedStr.length - 1; while(embedStr.charAt(j) == " "){j--;} endpos = j + 1; // find last non space character embedStr = embedStr.substring(startpos,endpos); // get string without leading or trailing spaces var nvPairs = embedStr.split(" "); // split embed string into name value pairs var readOnlyAttributes = new Array("CLASSID","CODEBASE","ID","NAME","PLUGINSPAGE","SWLIVECONNECT"); // add name value pairs to the global attributes associative array for(k=0; k -1 && equalPos != nvPairs[k].length - 1){ var attributeName = nvPairs[k].substring(0,equalPos).toUpperCase(); // get name in upper case var attributeValue = nvPairs[k].substring(equalPos + 1, nvPairs[k].length); // get value // determine if attribute is read only for(l=0; l\n'; } } } // build list of embed attributes var nonEmbeds = objectParams.join(" ") + " " + objectAttributes.join(" "); var embedAttributesList = ""; for(attname in this.attributes){ // DO NOT USE name to represent properies with for/in loops if(attname == "WIDTH" || attname == "HEIGHT" || attname == "BASE" || nonEmbeds.indexOf(attname) == -1){ if(this.attributes[attname] != null){ // do not print blank values embedAttributesList += '\t' + attname + '="' + this.attributes[attname] + '"\n'; } } } embedAttributesList = embedAttributesList.substring(0,embedAttributesList.length-1); // trim last new line character HTML = '\n' + objectParamsList + '\n\n'; return HTML; } // embed a hidden interactive player. function fs_embedSWF(srcURL){ if (!FlashSound.configuredForInteraction()) {return "";} this.setAttributeDefaultValues(); // overwrite any previous attribute values if(arguments[1] == false) { return this.createEmbedHTML(srcURL); // return embed HTML code for debug } else { document.write(this.createEmbedHTML(srcURL)); // print out embed HTML code } return ""; } // embed a hidden non interactive player function fs_no_js_embedSWF(srcURL){ if (!FlashSound.hasMinPlayer()) {return "";} this.setAttributeDefaultValues(); // overwrite any previous attribute values if(arguments[1] == false) { return this.createEmbedHTML(srcURL); // return embed HTML code for debug } else { document.write(this.createEmbedHTML(srcURL)); // print out embed HTML code } return ""; } // embed an interactive player with custom attribute values function fs_customEmbedSWF(customEmbedStr){ if (!FlashSound.configuredForInteraction()) {return "";} this.setAttributeDefaultValues(); // overwrite any previous attribute values this.parseAttributes(customEmbedStr); // assign embed attributes to attributes array if(arguments[1] == false) { return this.createEmbedHTML(); // return embed HTML code for debug } else { document.write(this.createEmbedHTML()); // print out embed HTML code } return ""; } // embed a non interactive player with custom attribute values function fs_no_js_customEmbedSWF(customEmbedStr){ if (!FlashSound.hasMinPlayer()) {return "";} this.setAttributeDefaultValues(); // overwrite any previous attribute values this.parseAttributes(customEmbedStr); // assign embed attributes to attributes array if(arguments[1] == false) { return this.createEmbedHTML(); // return embed HTML code for debug } else { document.write(this.createEmbedHTML()); // print out embed HTML code } return ""; } /* check for player readiness ------------------------ */ function fs_checkForInstance(){ if (window.document[this.playerID] == null) {return false;} return true; } function fs_recognizeMethod(objstr){ if(!this.checkForInstance()){ return false; } else if (typeof window.document[this.playerID][objstr] == "undefined") { FlashSound.XPConnectInstallError = true; // XPConnect component is not installed correctly return false; } else { return true; } } function fs_isPlayerReady(){ if(!FlashSound.configuredForInteraction()) {return false;} if(!this.engageInteraction) {return false;} if(!this.checkForInstance()) {return false;} if(!this.recognizeMethod("PercentLoaded")) {return false;} // block browsers that do not recognize Flash javascript methods if(window.document[this.playerID].PercentLoaded() 0) {return true;} return false; } /* flash javascript api functions ------------------------ */ function fs_gotoAndPlay(target,frame){ if(!this.isPlayerReady()) {return} if(typeof(frame) == "number"){ window.document[this.playerID].TGotoFrame(target,frame - 1); window.document[this.playerID].TPlay(target); } if(typeof(frame) == "string"){ window.document[this.playerID].TGotoLabel(target,frame); window.document[this.playerID].TPlay(target); } } function fs_gotoAndStop(target,frame){ if(!this.isPlayerReady()) {return} if(typeof(frame) == "number"){ window.document[this.playerID].TGotoFrame(target,frame - 1); } if(typeof(frame) == "string"){ window.document[this.playerID].TGotoLabel(target,frame); } } function fs_api_PercentLoaded(){ if(this.recognizeMethod("PercentLoaded")) { return parseInt(window.document[this.playerID].PercentLoaded()); } else { return 0; } } function fs_api_TPlay(target){ if(!this.isPlayerReady()) {return;} window.document[this.playerID].TPlay(target); } function fs_api_TStopPlay(target){ if(!this.isPlayerReady()) {return;} window.document[this.playerID].TStopPlay(target); } function fs_api_IsPlaying(){ if(!this.isPlayerReady()) {return false;} return window.document[this.playerID].IsPlaying(); } // layerNumber is integer, url is string function fs_api_LoadMovie(layerNumber,url){ if(!this.isPlayerReady()) {return;} window.document[this.playerID].LoadMovie(layerNumber,url); } /* re-order arguments to mimic equivalent actionscript command. */ function fs_LoadMovieNum(url, layerNumber){ if(!this.isPlayerReady()) {return;} window.document[this.playerID].LoadMovie(layerNumber,url); } /* load progress message functions */ // read PercentLoaded, execute callback methods, if defined function fs_checkPercent(){ if(!this.isPlayerReady()){ return; } this.currentPercent = this.PercentLoaded(); if(this.currentPercent = 100){ // SWF loaded if(this.onLoadChange) {this.onLoadChange(100);} clearInterval(this.monitorLoadLoop); //stop interval loop if(this.onLoadComplete){this.onLoadComplete();} // only if onLoadComplete callback defined } else { // SWF loading // execute callback if onLoadChange is defined and new percent value if(this.onLoadChange && (this.currentPercent this.prevPercent)){ this.onLoadChange(this.PercentLoaded()); } } this.prevPercent = this.currentPercent; } // initiate set interval loop to read PercentLoaded function fs_monitorLoadProgress(){ if(window.setInterval){ // only if browser supports setInterval var codestr = "FlashSound.players[" + this.playersIndex +"].checkPercent()" this.monitorLoadLoop = setInterval(codestr,100); } } /* onLoadChange - callback method returns value PercentLoaded to assigned function onLoadComplete - callback method executes assigned function when PercentLoaded is 100% */ /* static properties */ FlashSound.playerCount = 0; FlashSound.IDstringPrefix = "FlashSound_swf"; FlashSound.players = new Array(); // DOCUMENTED /* static methods */ function fs_engageInteraction(state){ if(FlashSound.supportsPlayerDetection){ state = (state == null) ? true : state; // default to true for(var i=0; i   Jump to: canada, Newspapers, TV, Radio --canada-- Home News Sports Entertainment Games Health Lifestyle Technology Travel   --NEWSPAPERS-- National Post Victoria Times Colonist The Province (Vancouver) Vancouver Sun Edmonton Journal Calgary Herald Regina Leader-Post Saskatoon StarPhoenix Windsor Star Ottawa Citizen The Gazette (Montreal) DOSE Vancouver Island Newspapers VANNET Newspapers   --TELEVISION-- Global TV Global National Global BC Global Calgary Global Edmonton Global Lethbridge Global Saskatoon Global Regina Global Winnipeg Global Ontario Global Quebec Global Maritimes E! CHEK NEWS CHCA NEWS CHCH NEWS CJNT Montreal Specialty Channels classifieds home jobs cars obituaries shopping homes dating     topics topics News News Local Local National National World World Politics Politics Sport Sport Entertainment Entertainment Games Games Photo Photo Finance Finance Travel Travel Health Health Lifestyle Lifestyle Technology Technology Science Science Astrology Astrology     city guides city guides Victoria Victoria Vancouver Vancouver Edmonton Edmonton Calgary Calgary Regina Regina Saskatoon Saskatoon Winnipeg Winnipeg Windsor Windsor Hamilton Hamilton Toronto Toronto Ottawa Ottawa Montréal Montréal Halifax Halifax     events events Movies Movies Events Events Restaurants Restaurants Venues Venues     share it share it Announcements Announcements Connecting Connecting Obituaries Obituaries Forums Forums Sound Off Sound Off Canadian SnapShots Canadian SnapShots Canadian Voices Canadian Voices E-Cards E-Cards Podcasts Podcasts     find it find it Find a Person Find a Person Find a Business Find a Business Maps Maps Weather Weather Videos Videos Contests Contests TV Listings TV Listings Find a Therapist Find a Therapist Lotteries Lotteries Contests Contests Currency Exchange Currency Exchange Real Estate Real Estate Site Map Site Map     shop shop Books Books Gifts & Flowers Gifts & Flowers Electronics Electronics Toys Toys Music & Movies Music & Movies A Shopper's Secret Diary A Shopper's Secret Diary What's Hot and What's Not What's Hot and What's Not Q&A Shopping Advice Q&A Shopping Advice Shopping Archives Shopping Archives Ask a Shopping Question Ask a Shopping Question Secret Diary Secret Diary Calgary Calgary Edmonton Edmonton Montreal Montreal Ottawa Ottawa Regina Regina Saskatoon Saskatoon Toronto Toronto Victoria Victoria Vancouver Vancouver Windsor Windsor     function doSearchWord() { var q = document.getElementById('search_word').value; if (q.length == 0) alert('Please enter your search criteria.'); else { var url; url = 'canada/findit/search/searchword/index.html?q=' + q; window.location.href = url; } return false; }   ? Unsure of how to use our search feature? Click me to learn how! -- canada web function doSearch() { var q = document.getElementById('googleSearch').value; if (q.length == 0) alert('Please enter your search criteria.'); else { var url; if (document.getElementById('search_site').checked) url = 'canada/findit/search/site/index.html?q=' + q; else if (document.getElementById('search_web').checked) url = 'canada/findit/search/web/index.html?q=' + q; window.location.href = url; } return false; }   niceSound.embedSWF("canada/includes/email_2/swf/ticks.swf");     Customize the news on your home page! Click here to download Flash. al Qaeda behind killing: PakistanPakistan has "intelligence intercepts" indicating that al Qaeda was behind the killing of opposition leader Benazir Bhutto, the Interior Ministry said on Friday.Bhutto laid to restGallery: Bhutto aftermathPolice fire on protestersWorld outraged and fearfulSpecial: Full feature coverage      Top Videos     Year in weatherThe disappearance of Arctic sea ice - reported in ...Watch Video  More News Videos Wii therapyTiger mauling  Wii therapyGlobal National's Francis Silvaggio examines ...Watch Video  More Entertainment Videos Celebrity holiday greetingsLaser Cats          Editor's Picks       Thrill seekersIf you're part of the growing legion of adventure travel fans, read on to find out what's on the horizon for ...Adventure a big lure at seaAdventure is their top priorityIdeas for soft-adventure junkies  Best/Worst autograph signersAutograph magazine has named Johnny Depp the most generous signing star, and Will Ferrell the least.2007's naughty and nice starsVideo: The latest celeb gossipFeatured blog: Scandal Sheet      Q&A with Michael Lee-ChinMichael Lee-Chin's worth is estimated at more than $2-billion, and his name is now tied to the controversial addition...Fresh ways to engage donorsBig hearts in small businessesPoints donation a tricky tax issue    Best of 2007As is becoming somewhat of a tradition, the announcement of the category winners, a part of the Automobile Journalists...Gallery: AJAC award winnersGM ranks high in AJAC awardsBest of 2008 Predictions    Now playing!Laura Linney and Philip Seymour Hoffman play siblings forced to deal with their father's physiological and mental...Review: The SavagesReview: Water HorseReview: The Great DebatersGet showtimes and ticketsWatch trailers!      Simple Plan look backSimple Plan guitarist Sebastien Lefebvre counts down his Top 5 moments of 2007.Top 10 boys of emoBest/worst celebrity blogs2007's worst fashion faux pas        Driving     Team up for greener driving    Team up for greener drivingCarpooling is a great way to save money and the environment at the same time.Green driving guideKeeping kids quietTurning clothes pin into school bus    Team up for greener drivingCarpooling is a great way to save money and the environment at the same time.Green driving guideKeeping kids quietTurning clothes pin into school bus              My News Feeds create a feed my feed page What is this?            canada Top Storiesedit   al Qaeda behind killing: PakistanPakistan has "intelligence intercepts" indicating that al Qaeda...Canadian home resales hit new recordThousands weep as Bhutto buriedMore shovelling in store for Atlantic CanadaCourt ruling keeps Taiwan's Ma in presidential raceMore...         Click here to add your own News Feeds to this area         renting shopping driving working all classifieds classifieds on canada.   working driving.ca contractors renting.ca celebrating homes obituaries dating shopping   Find the job you want in your city   Keywords   City Select Nearest City Toronto Victoria Vancouver Edmonton Calgary Regina Saskatoon Windsor Ottawa Montreal     Instant Search Vehicles $15,000-$20,000 Fully loaded from $35,000 Vintage & Classic Cars All Wheel Drive Vehicles $1,000-$5,000 Vehicles For Lease Power Search Search newspaper ads for great deals from local businesses   Keyword   Newspaper National Post Victoria Times Colonist The Province (Vancouver) Vancouver Sun Edmonton Journal Calgary Herald Regina Leader-Post Saskatoon StarPhoenix Windsor Star Ottawa Citizen The Gazette (Montreal) function doShoppingSearch() { var qs = document.getElementById("qs").value; if (qs.length == 0) { alert("Please enter your search criteria"); return; } var types = document.getElementById("shoppingsearchtype").value; document.location.href = "shopping." + types + ".canada/shared/search.aspx?s=" + escape(qs); }     Ads by Google     ' + '' + google_ads[i].line1 + '' + '' + google_ads[i].line2 + '' + google_ads[i].line3 + '' + google_ads[i].visible_url + ''); } } // -- My News Feeds Latest Headlines   National Windsor, Ont., murder suspect in Toronto area, police saySaskatoon woman shot by police may face chargesCanadian home resales hit new record  World Pakistan in crisis as Bhutto buriedSixteen dead in violence in Pakistan's SindhCourt ruling keeps Taiwan's Ma in presidential race  Politics Threats may limit tax reductions in '08Canadians get average $223 tax break this year: groupLiberals ready for an election in 2008  View all the latest news   Featured Sites   Holiday Guide 2007 The year’s super-pricey goodsThere's still time for last-minute gifts  Winter Driving Guide Fix your tire in no time flat4WD, AWD important safety features    canada Today   Sports Surgery to sideline SakicLeafs’ road trip wraps up with loss  Entertainment Mischa Barton arrested for DUI, narcotics possessionHollywood's most influential babies  Finance Toronto stocks lifted by resources, financialsCiti, HSBC among banks mulling selling units: WSJ  Body & Health A 'souper' weight-loss toolA day's worth of healthy habits  Travel Patience is a key for hotel staffAw, Snow Me!  Technology New format revitalizing boring presentationsMore Canadians using fingers, not feet  Lifestyle Give the gift of well-styled locksA food bag showdown  Games The best in 2007 gamingGaming’s best releases  Music Store Download your favourite songsRingtones and games for your cell  Video Gallery View today's top videos!        Features     This Features section is commented out and there is a commented out line inside the following syndication. Which are overlapping each other and cosign display problem. That,s why OE, are eliminated from the following line of code. cwi:syndication source="/features.atom" template="TextLinks" maxdocs="6" Features end --   Weather Centre   1°C OvercastTorontoDetailed ForecastChange Default City          Contests         more contests...   -- #newspapersignupbox {padding:10px 2px 10px 2px;} #newspapersignupbox .signupcontainer {padding:0 0 0 5px;} #newspapersignupbox .signupcontainer .signupcontent {padding:5px 0 0 0;} #newspapersignupbox .signupcontainer .signupcontent .newspaperheading {font-size:12px;font-weight:bold;} #newspapersignupbox .signupcontainer .signupformcontent {width:90%;} #newspapersignupbox .signupcontainer .signupformcontent ul {padding:0;margin:0;} #newspapersignupbox .signupcontainer .signupformcontent ul li a{color:#333;} #newspapersignupbox .signupcontainer .signupcontent input.signupemail {width:90%;}     Don't miss the latest news and contests with the canada newsletter Email Address: Our Privacy Statement       news archive #footernews01, #footernews02 {display:block;} #footernews03, #footernews04, #footernews05, #footernews06 {display:none;} #footer_news {display:block;} #footer_news .footer_news_wrapper {padding:5px 10px 0 15px;} #footer_news .footer_news_container {float:left;border:1px solid gray;width:700px;} .footer_news_col {float:left;width:230px;padding:8px 0 0 0;} /* #body .footer_news_col .mediumimageright {float:left;} */ #page .footer_news_col .contentbox h4 a {color:#333;} #page .footer_news_col .mediumimageright {float:left;} /* Story headline alignment */ #page .footer_news_col .contentbox h4 {float:right;width:140px;} #page .footer_news_col #videocontent_medium .contentbox h4 {float:none;width:auto;} #body .footer_news_col .contentbox {padding:0 5px 0 5px;} #body #footer .rule {display: block;}   Inside the canada Network.   Toilet paper brideA Kentucky bride put toilet paper...Watch Video  Medical emergencies at 35,000 feetVincent Poirier was flying to ...   Aw, Snow Me!"What can we do today?" is a favourite...   Apple and Fox plan movie rental deal: reportsApple and Twentieth Century...   Obama Girl, Britney boy top YouTube videos for 2007Videos by a self-styled Obama ...   Radiohead readies New Year's Eve WebcastEnglish rock band Radiohead will...   Barton arrested for DUI, narcotics possessionMischa Barton has been arrested...     Newspapers: National Post Victoria Times Colonist The Province (Vancouver) Vancouver Sun Edmonton Journal Calgary Herald Regina Leader-Post Saskatoon StarPhoenix Windsor Star Ottawa Citizen The Gazette (Montreal) DOSE Vancouver Island Newspapers VANNET Newspapers   Television: Global E! TVTropolis CoolTV DejaView Fox Sports World Canada LONESTAR Men TV MysteryTV X-TREME Sports   Marketplace: working driving.ca connecting celebrating remembering househunting shop   CanWest Countries: Australia New Zealand Ireland   About canada Who We Are Site Map FAQs Privacy Terms Contact Us Copyright & Permission Rules © 2007 CanWest Interactive, a division of CanWest MediaWorks Publications Inc.. All rights reserved. Unauthorized distribution, transmission or republication strictly prohibited.   -1 ){ var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase(); var aQueryString = strQueryString.split("&"); for ( var iParam = 0; iParam -1 ){ var aParam = aQueryString[iParam].split("="); strReturn = aParam[1]; break; } } } return strReturn; } var storyid = getURLParam("id"); var object = document.getElementById("footer_news"); if (!storyid) { object.style.display = "none"; object.style.visibility = "hidden"; } else { object.style.display = "block"; object.style.visibility = "visible"; } var expDays = 365; var exp = new Date(); exp.setTime(exp.getTime() + (expDays*24*60*60*1000)); function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i 2) ? argv[2] : null; var path = (argc 3) ? argv[3] : null; var domain = (argc 4) ? argv[4] : null; var secure = (argc 5) ? argv[5] : false; document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : ""); } function DeleteCookie (name) { var exp = new Date(); exp.setTime (exp.getTime() - 1); var cval = GetCookie (name); document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString(); } var count = 0; function passItOn(objectID) { var countvalue = GetCookie ('newscount'); if(countvalue checkCookie(); _uacct = "UA-246421-1"; urchinTracker(); =0)document.write(unescape('%3C')+'\!-'+'-') //--

Cached from original page: http://www.canada.com...


Canuckster Portal, New Search Engine, Message Forums, Canada Chat, Power Search, Best Toolbar, Canadian Links...

  • Links On Page
  • Email Link To Friend
  • More Details & Traffic
  • Get Server Headers
  • Cached by Friendly Canadian Search Engine on 12/28/2007 at 3:51:57 PM. We cache these pages only to perform further searches on our server through your webpage, giving more searchable words to help find your website that you (or a friend) submitted to our database! We are not responsible for the content of the HTML page below (pictures are not cached, just the HTML code with links disabled). Read Our Policies for all submissions (even other sites cache you, example).