function leadstory()
			{
				var leadstory_array = new Array()
				leadstory_array[0] = '<img src="../images/random/01.jpg" height="187" width="919">';
				leadstory_array[1] = '<img src="../images/random/02.jpg" height="187" width="919">';
				leadstory_array[2] = '<img src="../images/random/03.jpg" height="187" width="919">';
				leadstory_array[3] = '<img src="../images/random/04.jpg" height="187" width="919">';
				leadstory_array[4] = '<img src="../images/random/05.jpg" height="187" width="919">';
				leadstory_array[5] = '<img src="../images/random/06.jpg" height="187" width="919">';
				leadstory_array[6] = '<img src="../images/random/07.jpg" height="187" width="919">';
				leadstory_array[7] = '<img src="../images/random/08.jpg" height="187" width="919">';
				leadstory_array[8] = '<img src="../images/random/09.jpg" height="187" width="919">';
				leadstory_array[9] = '<img src="../images/random/10.jpg" height="187" width="919">';
				leadstory_array[10] = '<img src="../images/random/11.jpg" height="187" width="919">';
				leadstory_array[11] = '<img src="../images/random/12.jpg" height="187" width="919">';
				leadstory_array[12] = '<img src="../images/random/13.jpg" height="187" width="919">';
				leadstory_array[13] = '<img src="../images/random/14.jpg" height="187" width="919">';
				leadstory_array[14] = '<img src="../images/random/15.jpg" height="187" width="919">';
				var num = Math.floor(leadstory_array.length * Math.random());
				document.write(leadstory_array[num]);
			}
