<!-- This script and many more are available free online at -->
		<!-- The JavaScript Source!! http://javascript.internet.com -->
		<!-- Original:  jsCode.com -->
		<!-- Web Site:  http://jscode.com -->
		<!--
		// ==============================================
		// Copyright 2003 by jsCode.com
		// Source: jsCode.com
		// Author: etLux
		// Free for all; but please leave in the header.
		// ==============================================
		
		// Set up the image files to be used.
		var theImages = new Array() // do not change this
		// To add more image files, continue with the
		// pattern below, adding to the array. Rememeber
		// to increment the theImages[x] index!
		
		theImages[0] = '/Images/banners/Strings01.jpg'
		theImages[1] = '/Images/banners/Strings02.jpg'
		theImages[2] = '/Images/banners/Strings03.jpg'
		theImages[3] = '/Images/banners/Strings04.jpg'
		theImages[4] = '/Images/banners/Strings05.jpg'
		theImages[5] = '/Images/banners/Strings06.jpg'
		theImages[6] = '/Images/banners/Strings07.jpg'
		theImages[7] = '/Images/banners/Strings08.jpg'
		theImages[8] = '/Images/banners/Strings09.jpg'
		theImages[9] = '/Images/banners/Strings10.jpg'
		theImages[10] = '/Images/banners/Strings11.jpg'
		theImages[11] = '/Images/banners/Strings12.jpg'
		theImages[12] = '/Images/banners/Strings13.jpg'
		theImages[13] = '/Images/banners/Strings14.jpg'
		theImages[14] = '/Images/banners/Strings15.jpg'
		theImages[15] = '/Images/banners/Strings16.jpg'
		theImages[16] = '/Images/banners/Strings17.jpg'
		theImages[17] = '/Images/banners/Strings18.jpg'
		theImages[18] = '/Images/banners/Strings19.jpg'
		theImages[19] = '/Images/banners/Strings20.jpg'
		theImages[20] = '/Images/banners/Strings21.jpg'
		theImages[21] = '/Images/banners/Strings22.jpg'
		theImages[22] = '/Images/banners/Strings23.jpg'
		theImages[23] = '/Images/banners/Strings24.jpg'
		theImages[24] = '/Images/banners/Strings25.jpg'
		theImages[25] = '/Images/banners/Strings26.jpg'
		theImages[26] = '/Images/banners/Strings27.jpg'
		theImages[27] = '/Images/banners/Strings28.jpg'
		theImages[28] = '/Images/banners/Strings29.jpg'
		theImages[29] = '/Images/banners/Strings30.jpg'
		theImages[30] = '/Images/banners/Strings40.jpg'
		theImages[31] = '/Images/banners/Strings41.jpg'
		theImages[32] = '/Images/banners/Strings42.jpg'
		theImages[33] = '/Images/banners/Strings43.jpg'
		theImages[34] = '/Images/banners/Strings44.jpg'
		theImages[35] = '/Images/banners/Strings45.jpg'
		theImages[36] = '/Images/banners/Strings46.jpg'
		theImages[37] = '/Images/banners/Strings47.jpg'
		theImages[38] = '/Images/banners/Strings48.jpg'
		theImages[39] = '/Images/banners/Strings49.jpg'
		theImages[40] = '/Images/banners/Strings50.jpg'
		theImages[41] = '/Images/banners/Strings51.jpg'
		theImages[42] = '/Images/banners/Strings52.jpg'
		theImages[43] = '/Images/banners/Strings53.jpg'
		theImages[44] = '/Images/banners/Strings54.jpg'
		theImages[45] = '/Images/banners/Strings55.jpg'
		theImages[46] = '/Images/banners/Strings56.jpg'
		theImages[47] = '/Images/banners/Strings57.jpg'
		theImages[48] = '/Images/banners/Strings58.jpg'
		theImages[49] = '/Images/banners/Strings59.jpg'
		theImages[50] = '/Images/banners/Strings60.jpg'
		theImages[51] = '/Images/banners/Strings61.jpg'
		theImages[52] = '/Images/banners/Strings62.jpg'
		theImages[53] = '/Images/banners/Strings64.jpg'
		theImages[54] = '/Images/banners/Strings65.jpg'
		theImages[55] = '/Images/banners/Strings66.jpg'
		theImages[56] = '/Images/banners/Strings67.jpg'
		theImages[57] = '/Images/banners/Strings68.jpg'
		theImages[58] = '/Images/banners/Strings69.jpg'
		theImages[59] = '/Images/banners/Strings70.jpg'
		theImages[60] = '/Images/banners/Strings71.jpg'
		theImages[61] = '/Images/banners/Strings72.jpg'
		theImages[62] = '/Images/banners/Strings73.jpg'
		theImages[63] = '/Images/banners/Strings74.jpg'
		
		

		
		// ======================================
		// do not change anything below this line
		// ======================================
		
		var j = 0
		var p = theImages.length;
		
		//var preBuffer = new Array()
		//for (i = 0; i < p; i++){
		//   preBuffer[i] = new Image()
		//   preBuffer[i].src = theImages[i]
		//}
		
		var whichImage = Math.round(Math.random()*(p-1));
		function showImage(){
		document.write('<img alt="#" src='+theImages[whichImage]+' style="border-style: none; border-width: 0px; margin: 10px 0 0 12px;"/>');
		}
		-->
