<!-- Begin

var theImages = new Array() 

theImages[0] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/campanile.png'
theImages[1] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/campanile2.png'
theImages[2] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner001.png'
theImages[3] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner002.png'
theImages[4] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner004.png'
theImages[5] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner005.png'
theImages[6] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner007.png'
theImages[7] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner008.png'
theImages[8] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner009.png'
theImages[9] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner010.png'
theImages[10] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner011.png'
theImages[11] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner012.png'
theImages[12] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner013.png'
theImages[13] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner014.png'
theImages[14] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner015.png'
theImages[15] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner003.png'
theImages[16] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner006.png'
theImages[17] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner016.png'
theImages[18] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner017.jpg'
theImages[19] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner018.jpg'
theImages[20] = 'http://www.uni.edu/coe/ci/_random_img_sidebar_left/corner019.jpg'





var p = theImages.length;
var whichImage = Math.round(Math.random()*(p-1));
function random_sidebar_left(){
document.write('<img src="'+theImages[whichImage]+'">');
}

//  End -->