
		var caption
		
		if (document.images){
		captionPerfect = new Image
		captionMid = new Image
		captionYoung = new Image
		captionStudent = new Image
		captionReenter = new Image
		captionEntre = new Image
		
		captionPerfect.src = "images/home_perfect.jpg"
		captionMid.src = "images/home_mid.jpg"
		captionYoung.src ="images/home_young.jpg"
		captionStudent.src ="images/home_student.jpg"
		captionReenter.src ="images/home_reenter.jpg"
		captionEntre.src ="images/home_entrepreneur.jpg"
		}
		
		else {
		captionPerfect=""
		captionMid =""
		captionYoung =""
		captionStudent =""
		captionReenter =""
		captionEntre =""
		document.caption =""
		}
		

