randomImage(['af_camp2_8x10_small.jpg',
	'tf_bakca2006_8x10_small.jpg',
	'sm_pueo_8x10_small.jpg',
	'sm_pahinui_8x10_small.jpg',
	'sm_engrmanu_8x10_small.jpg',
	'mv_southwest_8x10_small.jpg',
	'mt_focus_8x10_small.jpg','msc_rcnm_8x10_small.jpg','mh_rifleman_8x10_small.jpg',
	'mc_trifecta_8x10_small.jpg','lp_goldrush_8x10_small.jpg','jh_double_8x10_small.jpg',
	'ht_firstjs_8x10_small.jpg','dt_hawk_8x10_small.jpg','dm_dagger2006_8x10_small.jpg',
	'br_sunfish_8x10_small.jpg','bf_kwerk_8x10_small.jpg','bf_bc1_8x10_small.jpg',
	'ds_mini_8x10_small.jpg']);
	function randomImage(imgArr)
	{
		var imgSrc, imgW, imgH, r;
    		r = randomNumber(imgArr.length);
      		imgSrc = imgArr[r];
  		document.write('<IMG SRC=images/'+imgSrc+'>');
  	}