
/* - featured_slideshow.js - */
// http://www.carmha.ca/portal_javascripts/featured_slideshow.js?original=1
var featuresArray=new Array();var featureNum=0;var featuresArrayCnt=0;var title="Centre for Applied Research in Mental Health and Addiction ";var image="http://www.carmha.ca/news/featured-article/centre-for-applied-research-in-mental-health-and-3/image";var desc="As chair of the Advisory Committee on Science to the National Mental Health Commission, Faculty of Health Sciences professor Elliot Goldner is poised to play a key role in improving mental health for Canadians. ";featuresArray[featuresArrayCnt]=new Array(title,image,desc);featuresArrayCnt++;var title="Centre for Applied Research in Mental Health and Addiction ";var image="http://www.carmha.ca/news/featured-article/centre-for-applied-research-in-mental-health-and-2/image";var desc="Dr. Merv Gilbert and Dr. Joti Samra here with BC provincial winner, Westminster Savings Credit Union, at the American Psychological Association's Psychologically Healthy Workplace Awards Ceremony, in Washington DC. ";featuresArray[featuresArrayCnt]=new Array(title,image,desc);featuresArrayCnt++;var title="Centre for Applied Research in Mental Health and Addiction ";var image="http://www.carmha.ca/news/featured-article/centre-for-applied-research-in-mental-health-and-1/image";var desc="Dr. Michelle Patterson, co-author of a report on Housing and Support for Adults in BC with Severe Addictions and/or Mental Illness, volunteers in the Metro Vancouver Homeless Count. ";featuresArray[featuresArrayCnt]=new Array(title,image,desc);featuresArrayCnt++;var title="Centre for Applied Research in Mental Health and Addiction ";var image="http://www.carmha.ca/news/featured-article/centre-for-applied-research-in-mental-health-and/image";var desc="CARMHA is a research centre within the Faculty of Health Sciences at Simon Fraser University ";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++}}


