	// IDX Broker Slideshow version 1.0
	// Copyright ©2008 All rights reserved.
	// This script exists soley for the purposes of allowing real estate professionals to display
	// their property information easily on their own web site. All other use prohibited.
	
	var c;
	var timeout = 3000;
	var cwi = 0;
	
	document.writeln('<style type="text/css" media="all">');
	document.writeln('a.IDX-ssLinkText, a.IDX-ssLinkText:active, a.IDX-ssLinkText:link, a.IDX-ssLinkText:visited, a.IDX-ssLinkText:hover { font-size: 14px;  }');
	document.writeln('#IDX-slideshow { text-align: center; width: 320px; height: 300px;  }');
	document.writeln('.IDX-image { width: 320px; height: 240px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 44 - 1;

	document.writeln('<div id="IDX-slideshow">');
	document.writeln('<div id="IDX-slideshowImage">');
	document.writeln('<span><a href="" id="IDX-ssImageURL" class="IDX-ssLinkText"><img id="IDX-ssImage" name="ssImage" alt="Slideshow image" border="0"  class="IDX-image" ></a></span>');
	document.writeln('</div>');
	document.writeln('<div id="IDX-priceLine"></div>');
	document.writeln('<div id="IDX-addressLine"></div>');
	document.writeln('<div id="IDX-cszLine"></div>');
	document.writeln('</div>');

	function play()
	{
		urlVar = '<a href="'+properties[cwi][6]+'" class="IDX-ssLinkText">';
		document.images.ssImage.src = preLoad.src;
		document.getElementById('IDX-ssImageURL').href = properties[cwi][6];
		document.getElementById('IDX-priceLine').innerHTML = urlVar+'$'+properties[cwi][0]+'</a>';
		document.getElementById('IDX-addressLine').innerHTML =  urlVar+properties[cwi][1]+'</a>';
		document.getElementById('IDX-cszLine').innerHTML = urlVar+properties[cwi][2]+'</a>';
		preLoad = new Image();
		preLoad.src = properties[next][3];
		update();
		c = setTimeout('play()', timeout)
	} // end play()
	function update()
	{
		cwi = next;
		genNext();
		genPrev();
	}
	function genNext()
	{
		next = cwi + 1;
		if (next >= 44)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 44 - 1;
	} // end genPrev

	var properties = new Array(44);
	properties[0] = new Array('1,198,000','3052 N SNOW CANYON ','St George, UT 84770 ','http://photos-5.idxco.com/084bc1b1a61d7831b0c65465766e97fc66008-99686','08-99686','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-99686&idxID=084');
	properties[1] = new Array('910,000','2410 W ENTRADA ','St George, UT 84770 ','http://photos-5.idxco.com/0844870d29fc67a825648142a739a14b10a08-97080','08-97080','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-97080&idxID=084');
	properties[2] = new Array('689,000','34 E Bedrock ','Santa Clara, UT 84765 ','http://photos-5.idxco.com/08427513478c72f5e10785b65a2e2ab0cfe08-101785','08-101785','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-101785&idxID=084');
	properties[3] = new Array('625,000','159 E CLIFF ROSE ','Brookside, UT 84782 ','http://photos-5.idxco.com/084296f4732d1c1bd9203e4ea7f0a25a42508-100858','08-100858','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-100858&idxID=084');
	properties[4] = new Array('589,500','629 W Evans Ridge ','Washington, UT 84780 ','http://photos-5.idxco.com/084b91f150515c1c953f1d4d7da636005f408-101774','08-101774','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-101774&idxID=084');
	properties[5] = new Array('499,000','3052 N Snow Canyon Parkway ','St George, UT 84770 ','http://photos-5.idxco.com/084970d4122764be6d8c0a0d8b6b7c809e208-101772','08-101772','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-101772&idxID=084');
	properties[6] = new Array('495,000','1903 W SUNSTAR ','St George, UT 84790 ','http://photos-5.idxco.com/084d10c81b53a91ffe0039ac5625aefc75b08-101116','08-101116','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-101116&idxID=084');
	properties[7] = new Array('485,000','4001 W 2470 ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084f487b0bd9c8614c98b8a066f738980f308-101766','08-101766','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-101766&idxID=084');
	properties[8] = new Array('384,900','140 TUACAHN ','Ivins, UT 84738 ','http://photos-5.idxco.com/084c2f272d40f049d3eaa0a0a0ddad730a408-100865','08-100865','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-100865&idxID=084');
	properties[9] = new Array('345,000','3927 MADISON ','Santa Clara, UT 84765 ','http://photos-5.idxco.com/0845e782045a1e1578592ca4cf52b748adb08-101197','08-101197','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-101197&idxID=084');
	properties[10] = new Array('339,000','140 N TUACAHN ','Ivins, UT 84738 ','http://photos-5.idxco.com/084414c9b89f5dcaf5a92d3cc12c1a242c808-95992','08-95992','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-95992&idxID=084');
	properties[11] = new Array('325,000','1553 SUTAVA ','Ivins, UT 84738 ','http://photos-5.idxco.com/084d7ad7345b8713e7a4c17b1af9bcc384608-101262','08-101262','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-101262&idxID=084');
	properties[12] = new Array('261,000','3052 N SNOW CANYON ','St George, UT 84770 ','http://photos-5.idxco.com/084a8e3425723a732661c53c98bf2285c5d07-92346','07-92346','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=07-92346&idxID=084');
	properties[13] = new Array('259,900','2187 W 1800 ','St George, UT 84770 ','http://photos-5.idxco.com/0848b8627758cfbc667b1f1c4ffb18ffff708-98901','08-98901','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-98901&idxID=084');
	properties[14] = new Array('249,000','Lava Cove @ Entrada Lot # ','Santa Clara, UT 84765 ','http://photos-5.idxco.com/084df8de262003bdc9c4f2df1d775ed6b8408-96188','08-96188','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-96188&idxID=084');
	properties[15] = new Array('245,000','1836 W Ruby River ','St George, UT 84790 ','http://photos-5.idxco.com/084da2ab238d90468283e938076e3eb5c7108-101770','08-101770','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-101770&idxID=084');
	properties[16] = new Array('234,900','20 Bedrock ','Santa Clara, UT 84765 ','http://photos-5.idxco.com/084b7c40a3d069bb136ac1def7045a24a7a08-99994','08-99994','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-99994&idxID=084');
	properties[17] = new Array('225,000','1500 E Split Rock ','Ivins, UT 84738 ','http://photos-5.idxco.com/084111ef0faa92ead8005b0ebbae756926408-99185','08-99185','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-99185&idxID=084');
	properties[18] = new Array('198,900','171 W 300 S ','St George, UT 84770 ','http://photos-5.idxco.com/08499dfc68984bf5f958398b8c93f2c837708-101536','08-101536','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-101536&idxID=084');
	properties[19] = new Array('177,500','3155 S HIDDEN VALLEY ','St George, UT 84790 ','http://photos-5.idxco.com/0848bf6488723c7c8359a7cc0501cb5089508-99788','08-99788','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-99788&idxID=084');
	properties[20] = new Array('164,900','860 S Village ','St George, UT 84770 ','http://photos-5.idxco.com/0847ca11dd2b37efb6dd94862791c677c0008-101767','08-101767','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-101767&idxID=084');
	properties[21] = new Array('139,000','3545 SWISS ','Santa Clara, UT 84765 ','http://photos-5.idxco.com/084e7d43727f099220c42cde2a97a5303e007-95699','07-95699','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=07-95699&idxID=084');
	properties[22] = new Array('109,900','2700 S ','Hurricane, UT 84737 ','http://photos-5.idxco.com/0844298a875f6521edcfda9dba03efa8e7908-100319','08-100319','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-100319&idxID=084');
	properties[23] = new Array('105,000','Dixie Springs Plat B Lot # ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b08-96673','08-96673','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-96673&idxID=084');
	properties[24] = new Array('85,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/08469a2c28a55ee82722f394eb82169fb8707-92079','07-92079','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=07-92079&idxID=084');
	properties[25] = new Array('79,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/0841298f78518b7b45884fe11cb5ae30db307-95463','07-95463','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=07-95463&idxID=084');
	properties[26] = new Array('78,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b08-97246','08-97246','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-97246&idxID=084');
	properties[27] = new Array('78,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b08-97249','08-97249','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-97249&idxID=084');
	properties[28] = new Array('75,000','DSP-A ','Hurricane, UT 84737 ','http://photos-5.idxco.com/0840eecf037872188c99997429f59b9b43107-93335','07-93335','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=07-93335&idxID=084');
	properties[29] = new Array('59,900','Dixie Springs Plat B ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b08-98002','08-98002','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-98002&idxID=084');
	properties[30] = new Array('59,900','Dixie Springs Plat B ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b08-97996','08-97996','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-97996&idxID=084');
	properties[31] = new Array('59,900','Dixie Springs Plat B ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b08-97982','08-97982','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-97982&idxID=084');
	properties[32] = new Array('59,900','Dixie Springs Plat B ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b08-97980','08-97980','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-97980&idxID=084');
	properties[33] = new Array('59,900','Dixie Springs Plat B ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b08-97979','08-97979','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-97979&idxID=084');
	properties[34] = new Array('58,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084b40c26ce2b2eb8d451c163aa3488e0f607-94073','07-94073','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=07-94073&idxID=084');
	properties[35] = new Array('55,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b07-95710','07-95710','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=07-95710&idxID=084');
	properties[36] = new Array('55,000','H-DSP-F- ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084d6621af8af85ca68b031c2012defeecd07-92546','07-92546','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=07-92546&idxID=084');
	properties[37] = new Array('55,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b07-95712','07-95712','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=07-95712&idxID=084');
	properties[38] = new Array('55,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b07-95711','07-95711','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=07-95711&idxID=084');
	properties[39] = new Array('49,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084dbf7264886372e2c48575e8e10cc015b08-96113','08-96113','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-96113&idxID=084');
	properties[40] = new Array('43,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084d6621af8af85ca68b031c2012defeecd08-95855','08-95855','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-95855&idxID=084');
	properties[41] = new Array('43,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084d6621af8af85ca68b031c2012defeecd08-95813','08-95813','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-95813&idxID=084');
	properties[42] = new Array('43,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084d6621af8af85ca68b031c2012defeecd08-95840','08-95840','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-95840&idxID=084');
	properties[43] = new Array('43,000','Dixie Springs ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084d6621af8af85ca68b031c2012defeecd08-95866','08-95866','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=08-95866&idxID=084');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
