// Java Document


function randomContent()
{
	var chosenImage=new Array();
	
	chosenImage[1]="<img src='http://www.tarkbball.com/images/random_images/photo-1.gif'"; chosenImage[2]="<img src='http://www.tarkbball.com/images/random_images/photo-10.gif'";
	chosenImage[3]="<img src='http://www.tarkbball.com/images/random_images/photo-2.gif'"; chosenImage[4]="<img src='http://www.tarkbball.com/images/random_images/photo-11.gif'";
	chosenImage[5]="<img src='http://www.tarkbball.com/images/random_images/photo-3.gif'"; chosenImage[6]="<img src='http://www.tarkbball.com/images/random_images/photo-12.gif'";
	chosenImage[7]="<img src='http://www.tarkbball.com/images/random_images/photo-4.gif'"; chosenImage[8]="<img src='http://www.tarkbball.com/images/random_images/photo-13.gif'";
	// chosenImage[5]="<img src='images/random_images/photo-5.gif'";
	// chosenImage[6]="<img src='images/random_images/photo-6.gif'";
	// chosenImage[7]="<img src='images/random_images/photo-7.gif'";
	chosenImage[9]="<img src='http://www.tarkbball.com/images/random_images/photo-8.gif'"; chosenImage[10]="<img src='http://www.tarkbball.com/images/random_images/photo-14.gif'";
	chosenImage[11]="<img src='http://www.tarkbball.com/images/random_images/photo-24.gif'"; chosenImage[12]="<img src='http://www.tarkbball.com/images/random_images/photo-15.gif'";
	// chosenImage[10]="<img src='images/random_images/FAST-1.gif'";
	// chosenImage[11]="<img src='images/random_images/FAST-2.gif'";
	chosenImage[13]="<img src='http://www.tarkbball.com/images/random_images/FAST-3.gif'"; chosenImage[14]="<img src='http://www.tarkbball.com/images/random_images/photo-16.gif'";
	// chosenImage[8]="<img src='images/random_images/2ndplacearcteam.jpg'";
	chosenImage[15]="<img src='http://www.tarkbball.com/images/random_images/photo-17.gif'"; chosenImage[16]="<img src='http://www.tarkbball.com/images/random_images/photo-18.gif'";
	chosenImage[17]="<img src='http://www.tarkbball.com/images/random_images/photo-19.gif'"; chosenImage[18]="<img src='http://www.tarkbball.com/images/random_images/photo-20.gif'";
	chosenImage[19]="<img src='http://www.tarkbball.com/images/random_images/photo-21.gif'"; chosenImage[20]="<img src='http://www.tarkbball.com/images/random_images/photo-22.gif'";
	chosenImage[21]="<img src='http://www.tarkbball.com/images/random_images/up_photo-1.jpg'"; chosenImage[22]="<img src='http://www.tarkbball.com/images/random_images/photo-23.gif'";
	chosenImage[23]="<img src='http://www.tarkbball.com/images/random_images/photo-9.gif'"; 	chosenImage[24]="<img src='http://www.tarkbball.com/images/random_images/photo-24.gif'";
	chosenImage[25]="<img src='http://www.tarkbball.com/images/random_images/photo-25.gif'"; chosenImage[26]="<img src='http://www.tarkbball.com/images/random_images/photo-26.gif'";
	chosenImage[27]="<img src='http://www.tarkbball.com/images/random_images/photo-27.gif'"; chosenImage[28]="<img src='http://www.tarkbball.com/images/random_images/photo-28.gif'";
	chosenImage[29]="<img src='http://www.tarkbball.com/images/random_images/photo-29.gif'"; chosenImage[30]="<img src='http://www.tarkbball.com/images/random_images/photo-30.gif'";
	chosenImage[31]="<img src='http://www.tarkbball.com/images/random_images/photo-31.gif'"; chosenImage[32]="<img src='http://www.tarkbball.com/images/random_images/photo-32.gif'";
	chosenImage[33]="<img src='http://www.tarkbball.com/images/random_images/photo-33.gif'";
	
	var getRan=Math.round(Math.random()*chosenImage.length); if (getRan==0)getRan=33;
	
	document.write(chosenImage[getRan]);
}
