
{
<!-- Hide this script from old browsers --
	var imagenumber = 6 ;
	var randomnumber = Math.random() ;
	var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
	images = new Array
	images[1] = ["_img/adshels.jpg", "Adshels"]
	images[2] = ["_img/emailmessaging.jpg", "Email Messaging"]
	images[3] = ["_img/radio.jpg", "Radio"]
	images[4] = ["_img/regional-press.jpg", "Regional Press"]
	images[5] = ["_img/showroommusic.jpg", "Showroom Music"]
	images[6] = ["_img/telemarketing.jpg", "Telemarketing"]
	var image = images[rand1][0]
	var href = images[rand1][1]
	var alt = images[rand1][2]
	var alt = images[rand1][3]
	var alt = images[rand1][4]
	var alt = images[rand1][5]
	var alt = images[rand1][6]
	
	// -- End Hiding Here -->
	
}