								//******************This will randomly select any one of the available and display accordingly***********//
								random_num = (Math.round((Math.random()*1)+1))
								//alert (random_num);
								var output;
								output="<img src=../images/photography"+random_num+".jpg border=0 align=middle>";
								document.write (output);
								//*******************Till here**********************************//
