//-- Begin Scroller's Parameters and messages --> //scroller's width var swidth=960; //scroller's height var sheight=20; //scroller's speed var sspeed=5; var restart=sspeed; var rspeed=sspeed; //scroller's pause var spause=2000; //scroller's background var sbcolor="#CED6E3"; //messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: ..message.. var singletext=new Array(); singletext[0]='

At the request of the prestigious Foreign Policy magazine, the co-authors of The Canadian Century produced an article about what Americans might learn from Canada's experience. That article has just been published and is available here. An audio version is also available. 

'; singletext[1]='Ottawa, June 23, 2010 -- A clear majority of Canadians— fifty-seven percent —want federal funding for post-secondary education of First Nations youth to go directly to the individuals themselves. This is the key finding of a national survey carried out for the Macdonald-Laurier Institute by COMPAS Inc., in May, 2010. Read more.'; singletext[2]='Today the Macdonald-Laurier Institute released a new study, Citizen of One, Citizen of the Whole: How Ottawa can strengthen our nation by eliminating provincial trade barriers with a charter of economic rights, by Brian Lee Crowley, Robert Knox and John Robson. June 21, 2010.
'; singletext[3]='The Canadian Century features on the G-20 "essential reading list" according to the buyers at Indigo. June 11, 2010.'; singletext[4]='Brian Bethune reviews The Canadian Century in Maclean's, calling it a "cheerful (if bracing) survey of our future prospects" and a "convincing case".
'; singletext[5]='The Canadian Century: Moving Out of America's Shadow, the Macdonald-Laurier Institute's first book, is out! You can order your copy here (Amazon), or visit any good bookstore. Don't forget to connect with The Canadian Century on Facebook.
'; singletext[6]='Follow the Macdonald-Laurier Institute by subscribing to our various RSS feeds (current issues, events, news and blog). You can also follow us on Facebook and Twitter.
'; //-- begin: Scroller's Algorithm --> var ii=0;var gekso=0;if(navigator.product&&navigator.product=="Gecko"){var agt = navigator.userAgent.toLowerCase();var rvStart = agt.indexOf('rv:');var rvEnd = agt.indexOf(')', rvStart);var check15 = agt.substring(rvStart+3, rvEnd);if(parseFloat(check15)<1.8) gekso=1;}var operbr=0; operbr=navigator.userAgent.toLowerCase().indexOf('opera'); function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}} function godown(){if(sspeed>rspeed){sspeed=sspeed/2;restart=sspeed;}} function start(){ if(document.getElementById){ns6div=document.getElementById('iens6div');if(operbr!=-1)operdiv=document.getElementById('operaslider');ns6div.style.left=swidth+"px";ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetWidth;if(operbr!=-1&&sizeup==swidth){operdiv.innerHTML=singletext[0];sizeup=operdiv.offsetWidth;}ns6scroll();} else if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.left=swidth;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.width;ns4scroll();} else if(document.all){iediv=iens6div;iediv.style.pixelLeft=swidth+"px";iediv.innerHTML=singletext[0];sizeup=iediv.offsetWidth;iescroll();}} function iescroll(){if(iediv.style.pixelLeft>0&&iediv.style.pixelLeft<=sspeed){iediv.style.pixelLeft=0;setTimeout("iescroll()",spause);}else if(iediv.style.pixelLeft>=sizeup*-1){iediv.style.pixelLeft-=sspeed+"px";setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelLeft=swidth+"px";iediv.innerHTML=singletext[ii];sizeup=iediv.offsetWidth;iescroll();}} function ns4scroll(){if(ns4layer.left>0&&ns4layer.left<=sspeed){ns4layer.left=0;setTimeout("ns4scroll()",spause);}else if(ns4layer.left>=sizeup*-1){ns4layer.left-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.left=swidth;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.width;ns4scroll();}} function ns6scroll(){if(parseInt(ns6div.style.left)>0&&parseInt(ns6div.style.left)<=sspeed){ns6div.style.left=0;setTimeout("ns6scroll()",spause);}else if(parseInt(ns6div.style.left)>=sizeup*-1){ns6div.style.left=parseInt(ns6div.style.left)-sspeed+"px";setTimeout("ns6scroll()",100);} else{if(ii==singletext.length-1)ii=0;else ii++; ns6div.style.left=swidth+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetWidth;if(operbr!=-1&&sizeup==swidth){operdiv.innerHTML=singletext[ii];sizeup=operdiv.offsetWidth;}ns6scroll();}} //-- end Algorithm -->