//Banner URLs
slideURL = new Array();



slideURL[0] = "http://www.polyu.edu.hk/ro/hkphd-fellowship/";
slideURL[1] = "http://www.polyu.edu.hk/discoverpolyu";
slideURL[2] = "http://www.polyu.edu.hk/running/";
slideURL[3] = "http://www.polyu.edu.hk/hondoctorates";
slideURL[4] = "http://www.polyu.edu.hk/cvp/Influenza_A_H1N1/";
slideURL[5] = "http://www.polyu.edu.hk/aado/alumni/What'sNew/Greening/2009/";
slideURL[6] = "http://www.innoasia.net/en_index.html";
slideURL[7] = "http://www28.polyu.edu.hk/aseprospectus/jsp/prog_detail.jsp?prog_id=6534&org_id=6534&scheme_id=200814&websiteId=1&schemeId=200814&langId=1";
slideURL[8] = "http://www.polyu.edu.hk/hondoctorates";
slideURL[9] = "http://fhss.polyu.edu.hk/en/undergraduate/vn/index.htm";
slideURL[10] = "http://www.polyu.edu.hk/cpa/Fellowship2009/";
slideURL[11] = "http://www.polyu.edu.hk/cmao/DCVSS/";
slideURL[12] = "http://www.polyu.edu.hk/wieinfo/showcase/?page_id=991";


//Banner Imagepaths
slideImagePath = new Array();



slideImagePath[0] = "./img_banner/ro9909-12109.gif";
slideImagePath[1] = "./img_banner/as91509-123109.jpg";
slideImagePath[2] = "./img_banner/CPA20090911-20091130.jpg";
slideImagePath[3] = "./img_banner/20090930-20091130_as.jpg";
slideImagePath[4] = "./img_banner/h1n1_banner.jpg";
slideImagePath[5] = "./img_banner/AADO_20091116-20090928.gif";
slideImagePath[6] = "./img_banner/20091019-20091202.pdo.gif";
slideImagePath[7] = "./img_banner/fclu.sud_minib.gif";
slideImagePath[8] = "./img_banner/20090930-20091130_as.jpg";
slideImagePath[9] = "./img_banner/fhss.9809-123109.2.gif";
slideImagePath[10] = "./img_banner/20091109-20091130_cpa.jpg";
slideImagePath[11] = "./img_banner/20091109-20091123_cmao.jpg";
slideImagePath[12] = "./img_banner/20091119-20100430_sao.jpg";


var scrollerwidth=179;
var scrollerheight=76;
var scrollerbgcolor='#FFFFFF';

var pausebetweenimages=5000;
var slideimages=new Array();

for(var i=0 ; i < slideURL.length; i++){
	if (slideURL[i] != "#") slideimages[i]='<a href="'+slideURL[i]+'" target="_blank"><img src="'+slideImagePath[i]+'" width="179" height="76" border=0" ></a>';
	else slideimages[i]='<img src="'+slideImagePath[i]+'" width="179" height="76" border=0">';
}

writeBanner();
scrollB();