var imgAr = new Array(
	"2010_june/3_kids_in_pool.jpg",
	"2010_june/3_men_in_suits.jpg",
	"2010_june/boys_with_flags.jpg",
	"2010_june/boy_with_dandelion.jpg",
	"2010_june/bride_and_groom_in_car.jpg",
	"2010_june/bride_in_grooms_arms.jpg",
	"2010_june/brother_sister_camping.jpg",
	"2010_june/dad_and_2_kids.jpg",
	"2010_june/dad_and_daughter_in_pool.jpg",
	"2010_june/dad_and_son_kayaking.jpg",
	"2010_june/family_at_beach.jpg",
	"2010_june/family_eating_outside.jpg",
	"2010_june/family_in_yard.jpg",
	"2010_june/florist.jpg",
	"2010_june/girl_in_tulips.jpg",
	"2010_june/girl_with_cookie.jpg",
	"2010_june/graduates.jpg",
	"2010_june/granddad_and_2_grandkids.jpg",
	"2010_june/granddad_and_granddaughter.jpg",
	"2010_june/kids_eating_icecream.jpg",
	"2010_june/kids_in_hammock.jpg",
	"2010_june/kid_in_pool.jpg",
	"2010_june/man_at_meeting.jpg",
	"2010_june/mom_with_2_kids.jpg",
	"2010_june/mother_and_daughter.jpg",
	"2010_june/parents_and_child.jpg",
	"2010_june/real_estate_agent.jpg",
	"2010_june/seniors_stretching.jpg",
	"2010_june/team_meeting.jpg",
	"2010_june/team_on_white_bg.jpg",
	"2010_june/woman_at_meeting_1.jpg",
	"2010_june/woman_at_meeting_2.jpg",
	"2010_june/woman_at_meeting_3.jpg",
	"2010_june/woman_in_conferenceroom.jpg"
	); 
	

var p = imgAr.length;
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
	document.write('<img src="images/home_photo/'+imgAr[whichImage]+'" width="489" height="286" alt="Growing with you since 1974." border="0" />');
}