var myRdmImage = new Array();
	myRdmImage[0] = "<img width=132 src=\"Images/GreatWall1.jpg\" alt=\"Photo of Great Wall\" />";
	myRdmImage[1] = "<img width=132 src=\"Images/GuiLin2.jpg\" alt=\"Photo of Gui Lin\" />";
	myRdmImage[2] = "<img width=132 src=\"Images/HuangShan1.jpg\" alt=\"Photo of Huang Shan\" />";
	myRdmImage[3] = "<img width=132 src=\"Images/Suzhou1.jpg\" alt=\"Photo of Su Zhou\" />";
	myRdmImage[4] = "<img width=132 src=\"Images/GreatWall1.jpg\" alt=\"Photo of Great Wall\" />";
	myRdmImage[5] = "<img width=132 src=\"Images/GreatWall1.jpg\" alt=\"Photo of Great Wall\" />";

var myRandomImage = myRdmImage[imgChg];

