// IMAGE ROTATE 

//INSERT IMAGE URL
imgArray=new Array
(
"/openday/resources/images/tiles-sm/promo-performance.jpg",
"/openday/resources/images/tiles-sm/promo-research.jpg",
"/openday/resources/images/tiles-sm/promo-podcasts.jpg",
"/openday/resources/images/tiles-sm/promo-flexible.jpg",
"http://future.swinburne.edu.au/askagrad/resources/images/tiles/ask-a-grad-thin.jpg"
);

//INSERT LINKS HERE
urlArray=new Array
(
"http://www.swinburne.edu.au/openday/why-swinburne/teaching-facilities-services/performance.html",
"http://www.swinburne.edu.au/openday/why-swinburne/teaching-facilities-services/postgrad.html",
"http://www.swinburne.edu.au/openday/why-swinburne/teaching-facilities-services/podcasts.html",
"http://www.swinburne.edu.au/openday/why-swinburne/teaching-facilities-services/flexible-learning.html",
"http://www.future.swinburne.edu.au/askagrad/?utm_source=internal-openday&utm_medium=campaign&utm_content=askagrad&utm_campaign=askagrad-openday"
);

//INSERT TRACKERS HERE

urlTrack=new Array

(
"/promos/performance",
"/promos/research",
"/promos/podcasts",
"/promos/flexible-learning",
"/promos/askagrad"
);


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

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

