// IMAGE ROTATE 

//INSERT IMAGE URL
imgArray=new Array
(
"/globalprograms/resources/images/img-northeastern-promo2.jpg",
"/globalprograms/resources/images/img-northeastern-promo.jpg",
"/globalprograms/resources/images/img-northeastern-promo3.jpg",
"/globalprograms/resources/images/img-northeastern-promo5.jpg",
"/globalprograms/resources/images/img-northeastern-promo6.jpg",
"/globalprograms/resources/images/img-northeastern-promo7.jpg",
"/globalprograms/resources/images/img-northeastern-promo4.jpg"

);

//INSERT LINKS HERE
urlArray=new Array
(
"http://www.northeastern.edu/neuhome/index.php",
"http://www.northeastern.edu/neuhome/index.php",
"http://www.northeastern.edu/neuhome/index.php",
"http://www.northeastern.edu/neuhome/index.php",
"http://www.northeastern.edu/neuhome/index.php",
"http://www.northeastern.edu/neuhome/index.php",
"http://www.northeastern.edu/neuhome/index.php"
);

rotateimg=Math.floor(imgArray.length*Math.random());
rotateimg='<a href="'+urlArray[rotateimg]+'"><img src="'+ imgArray[rotateimg]+ '" border="0"></a>';


