if (document.images) {
	button1 = new Image(200,200);
	button1.src = "images/susanraven.jpg";
	button2 = new Image(200,200);
	button2.src = "images/srprofil.jpg";
	button3 = new Image(200,200);
	button3.src = "images/raven1.jpg";
	button4 = new Image(200,200);
	button4.src = "images/raven2.jpg";
	button5 = new Image(200,200);
	button5.src = "images/srsmile.jpg";
	button6 = new Image(200,200);
	button6.src = "images/mindbodyspirit2.jpg";
	button7 = new Image(200,200);
	button7.src = "images/raven3.jpg";
	button8 = new Image(200,200);
	button8.src = "images/songwriter.jpg";
	button9 = new Image(200,200);
	button9.src = "images/singer.jpg";
	button10 = new Image(200,200);
	button10.src = "images/mindbodyspirit.jpg";
}
function makeFlash(buttonNumber,imgName) {
	document.images[buttonNumber].src = eval(imgName + ".src");
}
