// JavaScript Document
			<!-- Begin
			// Set up the image files to be used.
			var LayoutImagesa = new Array() 
			var LayoutImagesb = new Array() 
			var PromoUrl = new Array()
			
			LayoutImagesa[0] = 'images/top/top_01.gif'
			LayoutImagesa[1] = 'images/top/top_01.gif'
			LayoutImagesa[2] = 'images/top/top_01.gif'
			LayoutImagesa[3] = 'images/top/ddrpc_01.gif'
			LayoutImagesa[4] = 'images/top/ddrultra_01.gif'
			//LayoutImagesa[5] = 'images/top/lost_01.gif'
			LayoutImagesa[5] = 'images/top/mcfarlane_01.gif'
			LayoutImagesa[6] = 'images/top/top_01.gif'
			LayoutImagesa[7] = 'images/top/relic_01.gif'
			LayoutImagesa[8] = 'images/top/top_01.gif'
			LayoutImagesa[9] = 'images/top/ddrum2_01.gif'
			
			LayoutImagesb[0] = 'images/top/arcade_02.gif'
			LayoutImagesb[1] = 'images/top/beyond_02.gif'
			LayoutImagesb[2] = 'images/top/castlecontra_02.gif'
			LayoutImagesb[3] = 'images/top/ddrpc_02.gif'
			LayoutImagesb[4] = 'images/top/ddrultra_02.gif'
			//LayoutImagesb[5] = 'images/top/lost_02.gif'
			LayoutImagesb[5] = 'images/top/mcfarlane_02.gif'
			LayoutImagesb[6] = 'images/top/mma_02.gif'
			LayoutImagesb[7] = 'images/top/relic_02.gif'
			LayoutImagesb[8] = 'images/top/rescue_02.gif'
			LayoutImagesb[9] = 'images/top/ddrum2_02.gif'
			
			PromoUrl[0] = 'arcade/index-enter.html'
			PromoUrl[1] = 'frogger/'
			PromoUrl[2] = 'kcscc/index2.html'
			PromoUrl[3] = 'DDRPC/index2.php'
			PromoUrl[4] = 'ddr_ultramix/'
			//PromoUrl[5] = 'frogger/'
			PromoUrl[5] = 'evilprophecy/'
			PromoUrl[6] = 'motocross/index-enter.html'
			PromoUrl[7] = 'frogger/'
			PromoUrl[8] = 'frogger/'
			PromoUrl[9] = 'ddr_ultramix2/'
			
			var j = 0
			var p = LayoutImagesa.length;
			var preBufferleft = new Array()
			var preBufferbottom = new Array()
			var preBufferflash = new Array()
			var preBufferUrl = new Array()
			//for (i = 0; i < p; i++){
   			//	preBufferleft[i] = new Image()
   			//	preBufferleft[i].src = LayoutImages[i]
			//}
			//for (i = 0; i < p; i++){
   			//	preBufferbottom[i] = new Image()
   			//	preBufferbottom[i].src = BottomLeftImages[i]
			//}
			//for (i = 0; i < p; i++){
   			//	preBufferflash[i] = new Image()
   			//	preBufferflash[i].src = FlashFiles[i]
			//}
			//for (i = 0; i < p; i++){
   			//	preBufferUrl[i] = new Image()
   			//	preBufferleft[i].src = PromoUrl[i]
			//}
			var whichImage = Math.round(Math.random()*(p-1));

			function showImage(){
				document.write('<img src=\"'+LayoutImagesa[whichImage]+'\">')
			}
		//-->