var randomcase=new Array()

randomcase[0]="001"
randomcase[1]="002"
randomcase[2]="003"
randomcase[3]="004"
randomcase[4]="005"
randomcase[5]="006"

getCaseStudy = randomcase[Math.floor(Math.random()*randomcase.length)]

if (getCaseStudy == '001') {
	document.write('<a href="javascript:;" onClick="MM_openBrWindow(\'summerphotos/summer_photos_1.htm\',\'summerphotos\',\'width=712, height=565\')"><img src="images/horz_photo_Summer_1.gif" width="425" height="75" border="0"></a>');
} else if (getCaseStudy == '002') {
	document.write('<a href="javascript:;" onClick="MM_openBrWindow(\'summerphotos/summer_photos_2.htm\',\'summerphotos\',\'width=712, height=565\')"><img src="images/horz_photo_Summer_2.gif" width="425" height="75" border="0"></a>');
} else if (getCaseStudy == '003') {
	document.write('<a href="javascript:;" onClick="MM_openBrWindow(\'summerphotos/summer_photos_3.htm\',\'summerphotos\',\'width=712, height=565\')"><img src="images/horz_photo_Summer_3.gif" width="425" height="75" border="0"></a>');
} else if (getCaseStudy == '004') {
	document.write('<a href="javascript:;" onClick="MM_openBrWindow(\'summerphotos/summer_photos_9.htm\',\'summerphotos\',\'width=712, height=565\')"><img src="images/horz_photo_Summer_4.gif" width="425" height="75" border="0"></a>');
} else if (getCaseStudy == '005') {
	document.write('<a href="javascript:;" onClick="MM_openBrWindow(\'summerphotos/summer_photos_7.htm\',\'summerphotos\',\'width=712, height=565\')"><img src="images/horz_photo_Summer_5.gif" width="425" height="75" border="0"></a>');
} else if (getCaseStudy == '006') {
	document.write('<a href="javascript:;" onClick="MM_openBrWindow(\'summerphotos/summer_photos_11.htm\',\'summerphotos\',\'width=712, height=565\')"><img src="images/horz_photo_Summer_6.gif" width="425" height="75" border="0"></a>');
}