
<!--
var m_iCurrentImage1836 = 0;
var m_bClicked1836 = false;
var theImages1836 = new Array() 
var preBuffer1836 = new Array() 
var Captions1836 = new Array() 
var URLs1836 = new Array() 
theImages1836[0] = 'images/photos/homegallery/slideshow1.jpg';
preBuffer1836[0] = new Image()
preBuffer1836[0].src = theImages1836[0]
Captions1836[0] = ''
URLs1836[0] = ''
theImages1836[1] = 'images/photos/homegallery/slideshow2.jpg';
preBuffer1836[1] = new Image()
preBuffer1836[1].src = theImages1836[1]
Captions1836[1] = ''
URLs1836[1] = ''
theImages1836[2] = 'images/photos/homegallery/slideshow3.jpg';
preBuffer1836[2] = new Image()
preBuffer1836[2].src = theImages1836[2]
Captions1836[2] = ''
URLs1836[2] = ''
theImages1836[3] = 'images/photos/homegallery/slideshow4.jpg';
preBuffer1836[3] = new Image()
preBuffer1836[3].src = theImages1836[3]
Captions1836[3] = ''
URLs1836[3] = ''
theImages1836[4] = 'images/photos/homegallery/slideshow5.jpg';
preBuffer1836[4] = new Image()
preBuffer1836[4].src = theImages1836[4]
Captions1836[4] = ''
URLs1836[4] = ''
theImages1836[5] = 'images/photos/homegallery/slideshow6.jpg';
preBuffer1836[5] = new Image()
preBuffer1836[5].src = theImages1836[5]
Captions1836[5] = ''
URLs1836[5] = ''
theImages1836[6] = 'images/photos/homegallery/slideshow7.jpg';
preBuffer1836[6] = new Image()
preBuffer1836[6].src = theImages1836[6]
Captions1836[6] = ''
URLs1836[6] = ''
theImages1836[7] = 'images/photos/homegallery/slideshow8.jpg';
preBuffer1836[7] = new Image()
preBuffer1836[7].src = theImages1836[7]
Captions1836[7] = ''
URLs1836[7] = ''
theImages1836[8] = 'images/photos/homegallery/slideshow9.jpg';
preBuffer1836[8] = new Image()
preBuffer1836[8].src = theImages1836[8]
Captions1836[8] = ''
URLs1836[8] = ''
theImages1836[9] = 'images/photos/homegallery/slideshow10.jpg';
preBuffer1836[9] = new Image()
preBuffer1836[9].src = theImages1836[9]
Captions1836[9] = ''
URLs1836[9] = ''
theImages1836[10] = 'images/photos/homegallery/slideshow11.jpg';
preBuffer1836[10] = new Image()
preBuffer1836[10].src = theImages1836[10]
Captions1836[10] = ''
URLs1836[10] = ''
theImages1836[11] = 'images/photos/homegallery/slideshow12.jpg';
preBuffer1836[11] = new Image()
preBuffer1836[11].src = theImages1836[11]
Captions1836[11] = ''
URLs1836[11] = ''
theImages1836[12] = 'images/photos/homegallery/slideshow13.jpg';
preBuffer1836[12] = new Image()
preBuffer1836[12].src = theImages1836[12]
Captions1836[12] = ''
URLs1836[12] = ''
theImages1836[13] = 'images/photos/homegallery/slideshow14.jpg';
preBuffer1836[13] = new Image()
preBuffer1836[13].src = theImages1836[13]
Captions1836[13] = ''
URLs1836[13] = ''
theImages1836[14] = 'images/photos/homegallery/slideshow15.jpg';
preBuffer1836[14] = new Image()
preBuffer1836[14].src = theImages1836[14]
Captions1836[14] = ''
URLs1836[14] = ''
theImages1836[15] = 'images/photos/homegallery/slideshow16.jpg';
preBuffer1836[15] = new Image()
preBuffer1836[15].src = theImages1836[15]
Captions1836[15] = ''
URLs1836[15] = ''
var m_iMaxImage1836 = theImages1836.length - 1;
function GoToImageURL1836()
{
var iCurrent = m_iCurrentImage1836;if (m_iCurrentImage1836 < 0 ) m_iCurrentImage1836 = 0;	if (URLs1836[m_iCurrentImage1836] != null) 
		{
			var sURL = URLs1836[m_iCurrentImage1836];
			if (sURL.length > 0) 
				{
				window.open(sURL, 'RotatingImageSite');				}
		}
}
function ImageRotationSupported1836()
{
//This determines if the browser will support the image rotation
//which is Netscape 3+ and IE 4+
var browver = parseInt(navigator.appVersion);
var browtype = navigator.appName;
//Default to not supported
var supported = false;
//Set supported if browser version ok
if (browtype == 'Netscape' && !(browver < 3))
{
	supported = true;
}
if (browtype == 'Microsoft Internet Explorer' && !(browver < 4)) 
{
	supported = true; 
}
return supported;
}
function rotateimage1836()
{
	if (ImageRotationSupported1836()) 
	{
		if (document.images.imgRotatingImage1836 != null)
		{
			m_iCurrentImage1836 = m_iCurrentImage1836 + 1;
			if (m_iCurrentImage1836  > m_iMaxImage1836) 
			{
				m_iCurrentImage1836  = 0;
			}
			if (document.all){			     document.images.imgRotatingImage1836.style.filter='blendTrans(duration=3)';			     document.images.imgRotatingImage1836.filters.blendTrans(duration=3).Apply();			     document.images.imgRotatingImage1836.filters.blendTrans.Play();			}			document.images.imgRotatingImage1836.src = theImages1836[m_iCurrentImage1836];
			if (URLs1836[m_iCurrentImage1836] != null) 
			{
				document.images.imgRotatingImage1836.style.cursor='hand';			}
			else
			{
				document.images.imgRotatingImage1836.style.cursor='default';			}
			var objSpan;			if (document.all)			{				objSpan = document.all.ImageLabel1836;			}			if (document.getElementById)			{				objSpan = document.getElementById('ImageLabel1836');			}			if (objSpan != null)			{				objSpan.innerHTML = Captions1836[m_iCurrentImage1836];			}		}
		thetimer = setTimeout('rotateimage1836()', 5000);
	}
}
//Actually run the script
rotateimage1836();
-->
