// IMAGE ROTATE 



//INSERT IMAGE URL
//leave comma off last entry!
imgArray=new Array

(
 
"http://www.swinburne.edu.au/college/resources/promos/pyp.gif", 
 
"http://www.swinburne.edu.au/college/resources/promos/IELTS-exam-preparation_206x242.gif",  
 
"http://www.international.swinburne.edu.au/resources/images/promos/intl-orientation_206x242.gif", 
 
"http://www.swinburne.edu.au/college/resources/promos/highest-ranked_206x242.gif", 

"http://www.international.swinburne.edu.au/resources/images/student-life-monthly/resume-service-sm.jpg",

"http://www.international.swinburne.edu.au/resources/images/promos/promo-meet-us-in-your-country-small.jpg"

);



//INSERT LINKS HERE
//leave comma off last entry!
urlArray=new Array

(
 
"http://www.swinburne.edu.au/college/professional-year-programs/", 
 
"http://www.swinburne.edu.au/college/english-language-courses/courses/index.html#ieltsprep", 
 
"http://www.international.swinburne.edu.au/arrival/orientation-and-enrolment/index.html", 
 
"http://www.swinburne.edu.au/chancellery/mediacentre/media-centre/news/2010/08/states-best-uni-for-graduate-satisfaction/",

"http://www.swinburne.edu.au/corporate/careers/i_rescheck.html",

"http://www.international.swinburne.edu.au/contact/your-country/index.html"

);



//INSERT TRACKERS HERE

urlTrack=new Array

(
 
"/promos/pyp",
 
"/promos/ielts-exam", 
 
"/promos/orientation", 
 
"/promos/rankings",

"/promos/career",

"/meet-us"


);



rotateimg=Math.floor(imgArray.length*Math.random());

rotateimg='<a href="'+urlArray[rotateimg]+'" onclick="javascript:urchinTracker(\''+urlTrack[rotateimg]+'\');"><img src="'+ imgArray[rotateimg]+ '" border="0"></a>';




