var banner_slides = new Array( '<h4>ACUNS</h4><p>Extranet enables 1000 members to exchange ideas and research material on the United Nations System and other international organizations.</p><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.igloo.org/acunsnet">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>',
							   '<h4>BRICSAM </h4><p>Online community examining the potential global impacts of the BRICSAM countries &ndash; Brazil, Russia, India, China, South Africa, ASEAN states and Mexico.</p><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.igloo.org/bricsam">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>',
							   '<h4>Canada&#39;s World </h4><p>A national initiative connecting academic institutions, foundations, NGOs and individuals in a forum to enhance Canada&#39;s international reputation. </p><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.igloo.org/canadasworld">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>',
							   '<h4>CIGI</h4><p> Global think tank identifies and generates ideas for global change by supporting research, fostering exchange across disciplines. </p><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.cigionline.org/">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>',
							   '<h4>Dangle Tech </h4><p> The largest community sponsored website dedicated to the issues surrounding Canada&#39;s technology sector. </p><br /><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.dangletech.com/">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>',
							   '<h4>The Gairdner Foundation </h4><p> Foundation widely revered for its international awards recognizing and rewarding the groundbreaking work of the world&#39;s leading scientists. </p><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.gairdner.org/">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>',
							   '<h4>Governance Village</h4><p>A global online knowledge network that brings together Canadian researchers, policymakers, practitioners and their international partners.</p><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.governancevillage.org">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>',
							   '<h4>HopeSpring </h4><p> Programs and services designed to help to create a greater sense of confidence and control for cancer patients and their loved ones. </p><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.igloo.org/hopespring">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>',
							   '<h4>PolicyNet</h4><p> Students, scholars, and institutions connect and collaborate with peers around the world through a dynamic online community. </p><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.igloo.org/policynet">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>',
							   '<h4>Portal for North America</h4><p> Facilitating knowledge exchange within North America for research, education and network-building on critical continental issues. </p><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.igloo.org/portalfornorthamerica">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>',
							   '<h4>Trudeau Foundation </h4><p> Promotes outstanding research in the humanities and social sciences to foster a fruitful exchange between governments, arts groups and scholars.</p><div id="sidenav"><ul><li class="here"><a class="js-external" href="http://www.trudeaufoundation.ca/">View this Community</a></li><li class="here"><a href="gallery/communitie?action=slideshow">View Customer Slideshow</a></li></ul></div>');

var current_slide = Math.floor(Math.random()*11);
banner_slide_set();
function banner_slide_next(){current_slide++; banner_slide_set();}
function banner_slide_previous(){current_slide--; banner_slide_set();}
function banner_slide_set() {
	current_slide = (current_slide + 11) % 11;
	$("current-spotlight").setHTML(banner_slides[current_slide]);
	$("spotlight").setProperty("class","customer-"+current_slide);
}
