<!-- Begin

var theImages = new Array()
var theImages_alt = new Array()
var theImages2 = new Array()
var theImages2_alt = new Array()
var theImages3 = new Array()
var theImages3_alt = new Array()
var theImages4 = new Array()
var theImages4_alt = new Array()
var theImages5 = new Array()
var theImages5_alt = new Array()
var theImages6 = new Array()
var theImages6_alt = new Array()
var theImages7 = new Array()
var theImages7_alt = new Array()
// To add more image files, continue with the pattern below, adding to the array.

// main image
theImages[0] = '/radio2/events/lennon/images/bdb210.jpg'
theImages[1] = '/radio2/events/lennon/images/lennon210.jpg'
theImages[2] = '/radio2/events/lennon/images/bdb210.jpg'
theImages[3] = '/radio2/events/lennon/images/bdb210.jpg'
theImages[4] = '/radio2/events/lennon/images/bdb210.jpg'
theImages[5] = '/radio2/events/lennon/images/bdb210.jpg'
theImages[6] = '/radio2/events/lennon/images/bdb210.jpg'

theImages_alt[0] = 'Badly Drawn Boy -  Lennon Live'
theImages_alt[1] = 'John Lennon Remembered'
theImages_alt[2] = 'Badly Drawn Boy -  Lennon Live'
theImages_alt[3] = 'Badly Drawn Boy -  Lennon Live'
theImages_alt[4] = 'Badly Drawn Boy -  Lennon Live'
theImages_alt[5] = 'Badly Drawn Boy -  Lennon Live'
theImages_alt[6] = 'Badly Drawn Boy -  Lennon Live'

// ===================================
// top left
theImages3[0] = '/radio2/images/artists/jlennon/jlennon69.jpg'
theImages3[1] = '/radio2/images/artists/jlennon/jlennon69.jpg'
theImages3[2] = '/radio2/images/artists/jlennon/jlennon69.jpg'
theImages3[3] = '/radio2/images/artists/jlennon/jlennon69.jpg'

theImages2_alt[0] = 'John Lennon Remembered'
theImages2_alt[1] = 'John Lennon Remembered'
theImages2_alt[2] = 'John Lennon Remembered'
theImages2_alt[3] = 'John Lennon Remembered'

// ===================================
// top right
theImages3[0] = '/radio2/events/lennon/images/lennon69.jpg'
theImages3[1] = '/radio2/events/lennon/images/lennon69.jpg'
theImages3[2] = '/radio2/events/lennon/images/lennon69.jpg'
theImages3[3] = '/radio2/events/lennon/images/lennon69.jpg'

theImages3_alt[0] = 'The Beatles - John Lennon Remembered'
theImages3_alt[1] = 'The Beatles - John Lennon Remembered'
theImages3_alt[2] = 'The Beatles - John Lennon Remembered'
theImages3_alt[3] = 'The Beatles - John Lennon Remembered'

// ===================================
// mid left
theImages3[0] = '/radio2/images/artists/beatles/beatlespromo69.jpg'
theImages3[1] = '/radio2/images/artists/beatles/beatlespromo69.jpg'
theImages3[2] = '/radio2/images/artists/beatles/beatlespromo69.jpg'
theImages3[3] = '/radio2/images/artists/beatles/beatlespromo69.jpg'

theImages4_alt[0] = 'John Lennon Remembered'
theImages4_alt[1] = 'John Lennon Remembered'
theImages4_alt[2] = 'John Lennon Remembered'
theImages4_alt[3] = 'John Lennon Remembered'

// ===================================
// mid right
theImages3[0] = '/radio2/events/lennon/images/lennon69.jpg'
theImages3[1] = '/radio2/events/lennon/images/lennon69.jpg'
theImages3[2] = '/radio2/events/lennon/images/lennon69.jpg'
theImages3[3] = '/radio2/events/lennon/images/lennon69.jpg'

theImages5_alt[0] = 'John Lennon Remembered'
theImages5_alt[1] = 'John Lennon Remembered'
theImages5_alt[2] = 'John Lennon Remembered'
theImages5_alt[3] = 'John Lennon Remembered'

// ===================================
// bottom left
theImages3[0] = '/radio2/shows/bestyear/media/jlennon69.jpg'
theImages3[1] = '/radio2/shows/bestyear/media/jlennon69.jpg'
theImages3[2] = '/radio2/shows/bestyear/media/jlennon69.jpg'
theImages3[3] = '/radio2/shows/bestyear/media/jlennon69.jpg'

theImages6_alt[0] = 'test1bl'
theImages6_alt[1] = 'test2bl'
theImages6_alt[2] = 'test3bl'
theImages6_alt[3] = 'test4bl'

// ===================================
// bottom right
theImages3[0] = '/radio2/shows/bestyear/media/jlennon69.jpg'
theImages3[1] = '/radio2/shows/bestyear/media/jlennon69.jpg'
theImages3[2] = '/radio2/shows/bestyear/media/jlennon69.jpg'
theImages3[3] = '/radio2/shows/bestyear/media/jlennon69.jpg'

theImages7_alt[0] = 'test1br'
theImages7_alt[1] = 'test2br'
theImages7_alt[2] = 'test3br'
theImages7_alt[3] = 'test4br'

// ===================================


function showImage(arrayToUse, arrayToUse_alt, width, height, url, divclass) {
	var j = 0
	var p = arrayToUse.length;
	//var preBuffer = new Array()
	//for (i = 0; i < p; i++){
	 //  preBuffer[i] = new Image()
	  // preBuffer[i].src = arrayToUse[i]
	//}
	var whichImage = Math.round(Math.random()*(p-1));
	document.write('<a href="'+url+'"><img src="'+arrayToUse[whichImage]+'" alt="'+arrayToUse_alt[whichImage]+'" width="'+width+'" height="'+height+'" border="0" class="'+divclass+'" /></a>');
}

//  End -->


