
/* - featured_slideshow.js - */
// http://www.fhs.sfu.ca/portal_javascripts/featured_slideshow.js?original=1
var featuresArray=new Array();var featureNum=0;var featuresArrayCnt=0;var title="Meghan Winters  - Working with cities to improve population health through the Built Environment";var image="http://www.fhs.sfu.ca/news/featured-article/meghan-winters-working-with-cities-to-improve/image";var desc="Meghan Winters  - Working with cities to improve population health through the Built Environment  <a href='http://www.fhs.sfu.ca/news/featured-article/meghan-winters-working-with-cities-to-improve'>[more]</a>";featuresArray[featuresArrayCnt]=new Array(title,image,desc);featuresArrayCnt++;var title="Students Return from India";var image="http://www.fhs.sfu.ca/news/featured-article/students-return-from-india/image";var desc="On February 8th, FHS students Christine Lukac, Martyna Purchla , Lindsay Belvedre, and Silvia Mora will share their remarkable, four-month co-operative (Co-Op) education placement with Destiny Reflection  <a href='http://www.fhs.sfu.ca/news/featured-article/students-return-from-india'>[more]</a>";featuresArray[featuresArrayCnt]=new Array(title,image,desc);featuresArrayCnt++;var title="FHS researcher Craig Janes tackles population health inequities resulting from mining in Mongolia";var image="http://www.fhs.sfu.ca/news/featured-article/fhs-researcher-craig-janes-tackles-population/image";var desc="FHS researcher Craig Janes tackles population health inequities resulting from mining in Mongolia  <a href='http://www.fhs.sfu.ca/news/featured-article/fhs-researcher-craig-janes-tackles-population'>[more]</a>";featuresArray[featuresArrayCnt]=new Array(title,image,desc);featuresArrayCnt++;var title="Congratulations to FHS student Sarah St. John - BC's newest Rhodes Scholar";var image="http://www.fhs.sfu.ca/news/featured-article/faculty-of-health-sciences-undergraduate-student/image";var desc="For FHS student Sarah St. John – BC’s newest Rhodes Scholar – 2012 promises to be a very exciting, transformative year.  <a href='http://www.fhs.sfu.ca/news/featured-article/faculty-of-health-sciences-undergraduate-student'>[more]</a>";featuresArray[featuresArrayCnt]=new Array(title,image,desc);featuresArrayCnt++;var title="FHS Vaccine Researchers part of the Botswana-Canada AIDS Vaccine Discovery Partnership";var image="http://www.fhs.sfu.ca/news/featured-article/fhs-vaccine-researchers-part-of-the-botswana/image";var desc="FHS Vaccine Researchers part of the Botswana-Canada AIDS Vaccine Discovery Partnership  <a href='http://www.fhs.sfu.ca/news/featured-article/fhs-vaccine-researchers-part-of-the-botswana'>[more]</a>";featuresArray[featuresArrayCnt]=new Array(title,image,desc);featuresArrayCnt++;var title="FHS bioethicist Jeremy Snyder and Geography’s Valorie Crooks examine medical tourism around the globe";var image="http://www.fhs.sfu.ca/news/featured-article/fhs-bioethicist-jeremy-snyder-and-geographys-valorie-crooks/image";var desc="FHS bioethicist Jeremy Snyder and Geography's Valorie Crooks examine medical tourism around the globe. Standing in front of a CyberKnife machine at the Apollo hospital in Chennai, India, this team of SFU researchers are discovering Canadian’s involvement in the medical tourism industry – in India, and more recently, in Barbados and Mongolia.   <a href='http://www.fhs.sfu.ca/news/featured-article/fhs-bioethicist-jeremy-snyder-and-geographys-valorie-crooks'>[more]</a>";featuresArray[featuresArrayCnt]=new Array(title,image,desc);featuresArrayCnt++;var title="FHS Canada Research Chair Mark Brockman leads a new team for HIV Vaccine Discovery and Social Research in South Africa";var image="http://www.fhs.sfu.ca/news/featured-article/fhs-canada-research-chair-mark-brockman-leads-a/image";var desc="FHS Canada Research Chair Mark Brockman leads a new team for HIV Vaccine Discovery and Social Research in South Africa.  <a href='http://www.fhs.sfu.ca/news/featured-article/fhs-canada-research-chair-mark-brockman-leads-a'>[more]</a>";featuresArray[featuresArrayCnt]=new Array(title,image,desc);featuresArrayCnt++;var totalFeatures=featuresArray.length;
function getNextFeaturedArticle(){var tempAr=featuresArray[featureNum]
onI=document.getElementById('featured-article-image');onI.src=tempAr[1];onI.title=tempAr[0];onT=document.getElementById('featured-article-text');onT.innerHTML=tempAr[2];if(featureNum==(featuresArray.length-1)){featureNum=0}else{featureNum++}}


