<!--hide this script from non-javascript-enabled browsers

function cngImg(){
	imgURL  = new Array();
	imgURL[0]  = "./images/index/smooch/01.jpg";
	imgURL[1]  = "./images/index/smooch/02.jpg";
	imgURL[2]  = "./images/index/smooch/03.jpg";
	imgURL[3]  = "./images/index/smooch/11.jpg";
	imgURL[4]  = "./images/index/smooch/05.jpg";
	imgURL[5]  = "./images/index/smooch/06.jpg";
	imgURL[6]  = "./images/index/smooch/07.jpg";
	imgURL[7]  = "./images/index/smooch/08.jpg";
	imgURL[8]  = "./images/index/smooch/09.jpg";
	imgURL[9]  = "./images/index/smooch/10.jpg";

	
	n = Math.floor(Math.random()*imgURL.length);
	document.write("<img src='"+imgURL[n]+"' border='0'>");
}



// stop hiding -->