
//Banner URLs
slideURL = new Array();

slideURL[0] = "http://www.polyu.edu.hk/FH/HLS";
slideURL[1] = "http://www.polyu.edu.hk/FH/Minor0910/minor0910.html";
slideURL[2] = "http://www.polyu.edu.hk/cpa/polyu/hotnews/details_e.php?year=2009&news_id=1624";
slideURL[3] = "http://www.polyu.edu.hk/FH/read";
slideURL[4] = "http://www.polyu.edu.hk/FH/15thCongregation/15thCongregation.html";
slideURL[5] = "http://www.polyu.edu.hk/admission";


//Banner Imagepaths
slideImagePath = new Array();

slideImagePath[0] = "images/upcoming_events/HLS1.jpg";
slideImagePath[1] = "images/upcoming_events/Minor0910.jpg";
slideImagePath[2] = "images/upcoming_events/PolyU_PekingU_Opening.jpg";
slideImagePath[3] = "images/upcoming_events/read.jpg";
slideImagePath[4] = "images/upcoming_events/15thCongregation.jpg";
slideImagePath[5] = "images/upcoming_events/Prog_application.jpg";

var scrollerwidth=290;
var scrollerheight=80;
var scrollerbgcolor='#FFFFFF';

var pausebetweenimages=3000;
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="290" height="80" border=0"></a>';
	else slideimages[i]='<img src="'+slideImagePath[i]+'" width="287" height="90" border=0">';
}


writeBanner();
scrollB();