Radio Canada International                     window._wpemojiSettings = {"baseUrl":"http:\/\/web.archive.org.\/web\/20170531171919\/https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"http:\/\/web.archive.org.\/web\/20170531171919\/https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/web.archive.org.\/web\/20170531171919\/http:\/\/www.rcinet.ca\/en\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.7.5"}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h  img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; }                          /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ var disableStr = 'ga-disable-UA-13067902-1'; if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//web.archive.org./web/20170531171919/http://www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-13067902-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('send','pageview');     /* */        /* */               div.fb-post{ width:100% !important; max-width:100% !important; min-width:100% !important; display:block !important; } div.fb-post *{ width:100% !important; max-width:100% !important; min-width:100% !important; display:block !important; }    var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "3005684" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "http://web.archive.org./web/20170531171919/https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })();          var a2a_config=a2a_config||{};a2a_config.callbacks=a2a_config.callbacks||[];a2a_config.templates=a2a_config.templates||{}; a2a_config.onclick=1;      #wp_native_dashboard_language {padding: 2px;border-width: 1px;border-style: solid;height: 2em;vertical-align:top;margin-top: 2px;font-size:16px;width:100%; } #wp_native_dashboard_language option { padding-left: 4px; }                               العربية 中文 Español English Français    @*@ Searchform   Go   WeatherVictoria 13°C

 Vancouver 13°C

 Edmonton 21°C

 Regina 20°C

 Winnipeg 17°C

 Toronto 20°C

 Ottawa 20°C

 Montréal 21°C

 Québec 18°C

 Fredericton 14°C

 Halifax 15°C

 Charlottetown 14°C

 Saint-John's 18°C

 Whitehorse 11°C

 Yellowknife 18°C

 Iqaluit 1°C

 Canadian WeatherWorld Weather  Home  Home Highlights In depth Discovering Canada Contact us      @*@ Page-cybermag   Cybermagazine              

   Email address*              I wish to receive the Cybermagazine daily: Yes Weekly No      In French               In English              In Spanish              In Chinese             In Arabic                           // This main function is responsible for parsing the query string // and populating matching fields in this online form. //--------------------------------------- function preLoadData(strPassedFormName) //--------------------------------------- { var strTemp; var strFormType; var qsName; var qsValue; var arrPassedString; var intI, intJ; var urlPassedString = location.search.substring(1); var re = /[+]/gi; var blnFoundValidItem = 0; // Look for at least one item in the query string that corresponds to // PIID, MLID, or MPID. If we find at least one item with that designation, // then continue the preloading of the form. Otherwise, do not go into the // preload script arrPassedString = urlPassedString.split("&") for (intI = 0; intI < arrPassedString.length; intI++) { qsName = ''; qsName = arrPassedString[intI].substring(0, 4); qsName = qsName.toUpperCase(); if (qsName == 'PIID' || qsName == 'MLID' || qsName == 'MPID') { blnFoundValidItem = 1; } } // parse our string of data into it's appropriate name and value pairs if (urlPassedString.length != 0 && blnFoundValidItem == 1) { for (intJ = 0; intJ < window.document.forms[strPassedFormName].length; intJ++) { varFormElement = window.document.forms[strPassedFormName][intJ]; strFormType = varFormElement.type; strFormType = strFormType.toUpperCase(); if (strFormType == "TEXT" || strFormType == "HIDDEN") { strTemp = varFormElement.name; strTemp = strTemp.toUpperCase(); if (strTemp != "WEBFORMID" && strTemp != "PROCESSPAGE" && strTemp != "W" && strTemp != "CID" && strTemp != "I" ) { varFormElement.value = ""; } } else if (strFormType == "CHECKBOX" || strFormType == "RADIO") { varFormElement.checked = false; } else if (strFormType == "SELECT-ONE") { varFormElement.selectedIndex = -1; } else if (strFormType == "TEXTAREA") { varFormElement.value = ""; } } arrPassedString = urlPassedString.split("&") for (intI = 0; intI < arrPassedString.length; intI++) { qsValue = ''; qsName = ''; qsName = arrPassedString[intI].substring(0, arrPassedString[intI].indexOf("=",1)); qsValue = arrPassedString[intI].substring(arrPassedString[intI].indexOf("=",1)+1) if (qsValue.substring(0, 1) == "+") { qsValue = qsValue.substring(1, qsValue.length) } qsValue = unescape(qsValue.replace(re, " ")); qsValue = qsValue.replace(/%D%A/gi, "\n"); //@@@ qsValue = qsValue.replace(/%D���/gi, "\nA"); qsValue = qsValue.replace(/���/gi, "\nA"); //@@@ qsName = unescape(qsName.replace(re, " ")); if (window.document.forms[strPassedFormName][qsName]) { // Determine wether the profile item has been listed on the form multiple // times (in the case of a checkbox or radio button or select box with // multiple options) or if it's just listed once (in the case of everything else) if (window.document.forms[strPassedFormName][qsName].length) { strFormType = window.document.forms[strPassedFormName][qsName].type; if (strFormType) { strFormType = strFormType.toUpperCase(); } if (strFormType == "TEXT" || strFormType == "HIDDEN") { window.document.forms[strPassedFormName][qsName].value = qsValue; } else if (strFormType == "RADIO" || strFormType == "CHECKBOX") { if (window.document.forms[strPassedFormName][qsName].value == qsValue) { window.document.forms[strPassedFormName][qsName].checked = true; } } else if (strFormType == "SELECT-ONE") { for (intJ = 0; intJ < window.document.forms[strPassedFormName][qsName].length; intJ++) { strTemp = window.document.forms[strPassedFormName][qsName].options[intJ].value; if (strTemp == qsValue) { window.document.forms[strPassedFormName][qsName].selectedIndex = intJ; } } } else { // We have a checkbox or radio button with multiple values. // In each case we know that there will be a value attribute for (intJ = 0; intJ < window.document.forms[strPassedFormName][qsName].length; intJ++) { if (window.document.forms[strPassedFormName][qsName][intJ].value == qsValue) { window.document.forms[strPassedFormName][qsName][intJ].checked = true; } } } } else { // We know that we either have a select box or we have something else. // Test for the selectedIndex property to determine. strFormType = window.document.forms[strPassedFormName][qsName].type; strFormType = strFormType.toUpperCase(); if (strFormType == "SELECT-ONE") { for (intJ = 0; intJ < window.document.forms[strPassedFormName][qsName].length; intJ++) { strTemp = window.document.forms[strPassedFormName][qsName].options[intJ].value; if (strTemp == qsValue) { window.document.forms[strPassedFormName][qsName].selectedIndex = intJ; } } } else { strFormType = window.document.forms[strPassedFormName][qsName].type; strFormType = strFormType.toUpperCase(); if (strFormType == 'RADIO' || strFormType == 'CHECKBOX') { if (window.document.forms[strPassedFormName][qsName].value == qsValue) { window.document.forms[strPassedFormName][qsName].checked = true; } } else { window.document.forms[strPassedFormName][qsName].value = qsValue; } } } } else { qsName = qsName + '_0'; if (window.document.forms[strPassedFormName][qsName]) { // Determine wether the profile item has been listed on the form multiple // times (in the case of a checkbox or radio button or select box with // multiple options) or if it's just listed once (in the case of everything else) if (window.document.forms[strPassedFormName][qsName].length) { strFormType = window.document.forms[strPassedFormName][qsName].type; if (strFormType) { strFormType = strFormType.toUpperCase(); } if (strFormType == "TEXT" || strFormType == "HIDDEN") { window.document.forms[strPassedFormName][qsName].value = qsValue; } else if (strFormType == "RADIO" || strFormType == "CHECKBOX") { if (window.document.forms[strPassedFormName][qsName].value == qsValue) { window.document.forms[strPassedFormName][qsName].checked = true; } } else if (strFormType == "SELECT-ONE") { for (intJ = 0; intJ < window.document.forms[strPassedFormName][qsName].length; intJ++) { strTemp = window.document.forms[strPassedFormName][qsName].options[intJ].value; if (strTemp == qsValue) { window.document.forms[strPassedFormName][qsName].selectedIndex = intJ; } } } else { // We have a checkbox or radio button with multiple values. // In each case we know that there will be a value attribute for (intJ = 0; intJ < window.document.forms[strPassedFormName][qsName].length; intJ++) { if (window.document.forms[strPassedFormName][qsName][intJ].value == qsValue) { window.document.forms[strPassedFormName][qsName][intJ].checked = true; } } } } else { // We know that we either have a select box or we have something else. // Test for the selectedIndex property to determine. strFormType = window.document.forms[strPassedFormName][qsName].type; strFormType = strFormType.toUpperCase(); if (strFormType == "SELECT-ONE") { for (intJ = 0; intJ < window.document.forms[strPassedFormName][qsName].length; intJ++) { strTemp = window.document.forms[strPassedFormName][qsName].options[intJ].value; if (strTemp == qsValue) { window.document.forms[strPassedFormName][qsName].selectedIndex = intJ; } } } else { strFormType = window.document.forms[strPassedFormName][qsName].type; strFormType = strFormType.toUpperCase(); if (strFormType == 'RADIO' || strFormType == 'CHECKBOX') { if (window.document.forms[strPassedFormName][qsName].value == qsValue) { window.document.forms[strPassedFormName][qsName].checked = true; } } else { window.document.forms[strPassedFormName][qsName].value = qsValue; } } } } } } } } // Call the routine to do our replacement of text values preLoadData('rci'); loader();   //------------------------------------------ function testPreLoadToken(strPassedFormName) //------------------------------------------ { var urlPassedString = location.search.substring(1); var re = /[+]/gi; var strWebFormID = ""; var strINST = ""; var strTemp = ""; var intFoundToken = 0; var varElement; var strCompanyID = ""; // parse our string of data into it's appropriate name and value pairs if (urlPassedString.length != 0) { var token =''; arrPassedString = urlPassedString.split("&") for (intI = 0; intI < arrPassedString.length; intI++) { qsValue = ''; qsName = ''; qsName = arrPassedString[intI].substring(0, arrPassedString[intI].indexOf("=",1)); qsValue = arrPassedString[intI].substring(arrPassedString[intI].indexOf("=",1)+1) if (qsValue.substring(0, 1) == "+") { qsValue = qsValue.substring(1, qsValue.length) } qsValue = unescape(qsValue.replace(re, " ")); qsValue = qsValue.replace(/%D%A/gi, "\n"); //@@@ qsValue = qsValue.replace(/%D���/gi, "\nA"); qsValue = qsValue.replace(/���/gi, "\nA"); //@@@ qsName = unescape(qsName.replace(re, " ")); qsName = qsName.toUpperCase(); if (qsValue == "") qsValue="1"; if (qsName == "TOKEN" && qsValue != "") { token = qsValue; intFoundToken = 1; // Find the original Online Form ID if (window.document.forms[strPassedFormName]["W"]) { strWebFormID = window.document.forms[strPassedFormName]["W"].value; } if (window.document.forms[strPassedFormName]["I"]) { strINST = window.document.forms[strPassedFormName]["I"].value; } if (strWebFormID != "") { strTemp = "http://web.archive.org./web/20170531171919/http://liens.cyberlettre.radio-canada.ca/a/y.x?S=" + token + "&W=" + strWebFormID + "&I=" + strINST + "&U=" + escape(window.location); window.location = strTemp; } } } } } testPreLoadToken('rci');     //--------------------------------------------------------------------- function TurnOtherOff(intMimeTypeId,lngMailinglistId,objthis,thisform) //--------------------------------------------------------------------- { var strTextTypeBox = 'MLID_' + lngMailinglistId + '_2'; var strHTMLTypebox = 'MLID_' + lngMailinglistId + '_4'; var frmWebform = window.document.forms[thisform]; if(intMimeTypeId==2) { for(i=0;i   *Required field

 As in RCI’s website, each language offers different content. You can change your preferences any time here.

  

 FAQ What is the Cybermagazine? Subscribe to our free Cybermagazine and receive, via email, a summary of our news, press reviews, programs and in depth reports.

 The Cybermagazine is your connection to Canada. It offers easily accessible content to all those who know little or nothing of Canada, whether they live in Canada or elsewhere in the world.

 How do I subscribe to the Cybermagazine? To subscribe to the Cybermagazine, just visit the website section entitled Cybermagazine and fill out the registration form.

 Select the desired language, then click the Submit button. In 24 hours, you will receive your first Cybermagazine.

 How do I cancel my subscription to the Cybermagazine? Enter your email address in the form at the top of the page. Click ‘No’ for all the languages. Click ‘submit’.

 You can also send a message to info@RCInet.ca

             Search by  Category

  • • • AnimalsArts and EntertainmentEconomyEducationEnvironmentHealthHistoryImmigration & RefugeIndigenousInternationalLifestyleMilitaryPoliticsPress revueScience and TechnologySocietySportsUp closeWork & Labour   Author 

  • • • Carmel KilkennyEilís Quinn, Eye on the ArcticLynn DesjardinsLevon SevuntsMarie-Claude SimardMarc MontgomerySoleiman MellaliTerry Haig    Listen to us  The LinkListen to our weekly show All shows  Subscribe to our podcast Subscribe to our podcast (iTunes) Download the latest podcast  Première chaine CBC Radio one Espace musique CBC Radio 2    Your choices Highlights Additional Languages      870 ♥ Prince Charles and Camilla to visit Canada for 150th anniversary of Confederation 735 ♥ Trudeau-Macron bromance offers ‘new face of Franco-Canadian friendship’ 545 ♥ Canada’s terrorism threat level remains unchanged 512 ♥ Trudeau ‘appalled and angered’ by deadly attack on Egypt’s Coptic Christians 416 ♥ Chinese lawsuit alleges multi-million dollar Canadian immigration scam 378 ♥ Canada takes part in massive Arctic air force drill in northern Scandinavia 362 ♥ Animal auction raises questions 240 ♥ Ontario updates labour laws, $15 minimum wage 202 ♥ Reducing grocery store food waste 196 ♥ Marionettes coming to life in a giant way in Montreal   International, SocietyAsylum seeker found dead near Canada-U.S. borderInternational, Lifestyle, SocietyBan on electronics in airplane cabins may expandEconomy, International, SocietyU.S. duties on lumber to cost jobs, profit in CanadaPoliticsClark won't quit as B.C. premier, will test confidence of legislatureBananas: the fight is on, but the banana we know may loseHealth, SocietyUp to $4 million allocated to fight Lyme diseaseEnvironment, Health, SocietyGroups demand stronger rules on toxic chemicalsEconomy, Politics, Society, Work & LabourOntario updates labour laws, $15 minimum wageInternational, SocietyPrivacy watchdog flags U.S. border searchesEconomy, Environment, PoliticsTrudeau reiterates support for Kinder Morgan pipeline project  RCI | FrançaisTam-Tam Canada - 28 mai : le secret de la qualité de vie à la canadienneRCI | EspañolCanadá en las Américas Café del 28-05-2017RCI | 中文网络周日广播 2017-05-28العربية | RCIبلا حدود ليوم الأحد 28-05-2017    Follow us   On Facebook    (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//web.archive.org./web/20170531171919/http://connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));    On Twitter  Subscribe to the Cybermagazine   Radio-Canada.ca CBC.ca Un attentat à la voiture piégée fait au moins 80 morts à KaboulUne participation plus forte que prévu à l’Enquête sur les femmes et filles autochtonesFatima Houda-Pepin coupable de diffamation contre le maire de BrossardAttentat à Kaboul : une Québécoise témoigne« Couillard cache la vérité sur Marc-Yvan Côté », dit LiséeLe projet de revenu minimum garanti suscite l'espoir à HamiltonLes ingénieurs de l’État manifestent à QuébecLa Cour ordonne au Syndicat des cols bleus de Montréal de ne pas entraver la tutelleL’ADN de momies égyptiennes enfin analyséDonald Trump entend retirer les États-Unis de l'Accord de ParisDrugs sold on amazon.ca may pose serious risks, Health Canada warnsFirst Nations want RCMP to take over Indigenous death probes in Thunder Bay, Ont.Liberals to table bill banning private cash-for-access fundraisersCanada's economy grew at 3.7% pace in first 3 months of 2017Trump will take U.S. out of Paris climate deal, reports say'Very, very serious situation': In northern Labrador, it's getting harder to find foodIndigenous culture not protected in Canadian law, lawyers and academics say'All in the name of profit': Financial industry employees reveal how they forge documentsThe 'Mexican game': How Air Transat misled passengers and aviation officialsTrump is planting the seeds of long-term foreign policy damage         @*@ Footer  Home All rights reserved @ Radio Canada International 2013

   Subscriptions Cybermagazine

 Podcast

 Podcast (iTunes)

 RSS Feed

 Facebook

 Twitter

   Archives June 2012 - April 2013

 2006-2012

 Entraide

   Other sites Radio-Canada.ca Conditions d'utilisation Ombudsman

 CBC.ca Transparency and Accountability Ombudsman

    Visit our strategic partners

   ↑ Scroll to top ↑     (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//web.archive.org./web/20170531171919/http://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.2"; fjs.parentNode.insertBefore(js, fjs); } (document, 'script', 'facebook-jssdk'));   RadioCanada.Stats.WebTrends.Initialize();             /* */              /* */  jQuery(document).ready(function(e) { (function($){ init($); site.initLayout(); site.initContact(); })(jQuery); });