// JavaScript Document
<!-- Octo 1.4 -->
function changeGalleryPic(number){
	if(number == 1) {
		document.getElementById('largeGalleryPic').innerHTML = "<a href='#' title='Main photo'><img border='0' alt='main photo' src='/dcps/img/dcps/main_photo_slideshow.jpg'/></a>";
		document.getElementById('largeGalleryDesc').innerHTML = "<h2 class='dcCaption'><span class='dcDate'>05/05/09:</span>  Photo Subtitle</h2><p>Sed ut per spiciatis unde omn iste natus doloremque laudantium, tota reminentor veritatis et quasi architecto badica subo.</p><p>Sed ut per spiciatis unde on is ite natus veritatis et quasi architecto bedic sunbo.</p><p>Doloremque laudantium, totam remintor veritatis et quasi archite beadicta sunbo.</p><p><a href='#' title='View Entire Article'>View Entire Article »</a></p>";
	} //end of rotate 1
	if(number == 2) {
		document.getElementById('largeGalleryPic').innerHTML = "<a href='#' title='Main photo'><img border='0' alt='main photo' src='/dcps/img/dcps/main_photo_slideshow2.jpg'/></a>";
		document.getElementById('largeGalleryDesc').innerHTML = "<h2 class='dcCaption'><span class='dcDate'>05/15/09:</span>  Photo Subtitle</h2><p>Content 2</p><p><a href='#' title='View Entire Article'>View Entire Article 2 »</a></p>";
	} //end of rotate 1
	if(number == 3) {
		document.getElementById('largeGalleryPic').innerHTML = "<a href='#' title='Main photo'><img border='0' alt='main photo' src='/dcps/img/dcps/main_photo_slideshow3.jpg'/></a>";
		document.getElementById('largeGalleryDesc').innerHTML = "<h2 class='dcCaption'><span class='dcDate'>05/18/09:</span>  Photo Subtitle</h2><p>Content 3</p><p><a href='#' title='View Entire Article'>View Entire Article 3 »</a></p>";
	} //end of rotate 1
	if(number == 4) {
		document.getElementById('largeGalleryPic').innerHTML = "<a href='#' title='Main photo'><img border='0' alt='main photo' src='/dcps/img/dcps/main_photo_slideshow4.jpg'/></a>";
		document.getElementById('largeGalleryDesc').innerHTML = "<h2 class='dcCaption'><span class='dcDate'>05/28/09:</span>  Photo Subtitle</h2><p>Content 4</p><p><a href='#' title='View Entire Article'>View Entire Article 4 »</a></p>";
	} //end of rotate 1
}