//Image Swapping Script
	var image;
	var rand = Math.random();
	var numberOfImages = 13;
	var imagePick = Math.ceil(rand * numberOfImages);

	switch (imagePick){
		
		case (1):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_1.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;
		
		case (2):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_2.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;
		
		case (3):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_3.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;
			
		case (4):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_4.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;
			
		case (5):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_5.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;
			
		case (6):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_6.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;
			
		case (7):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_7.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;
			
		case (8):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_8.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;
			
		case (9):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_9.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;
			
		case (10):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_10.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;

		case (11):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_14.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;

		case (12):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_15.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;

		case (13):
			image = "<table border='0' cellpadding='0' cellspacing='0'><tr><td align='center' bgcolor='white' valign='top'><img src='images_2_7_03/home/swap/image_13.jpg' border='0' height='300' width='300' align='bottom'></td></tr></table>";
			break;


			}
	
// -->
