	// IDX Broker Slideshow version 1.0
	// Copyright ¿2012 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 = 5000;
	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-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; font-style: normal; color: #333333;  }');
	document.writeln('#IDX-slideshow { text-align: center; width: 300px; height: 270px;  }');
	document.writeln('.IDX-image { width: 300px; height: 230px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 33 - 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 id="IDX-bedsLine" style="display:none;"></div>');
	document.writeln('<div id="IDX-bathsLine" style="display:none;"></div>');
	document.writeln('<div id="IDX-remarksLine" style="display:none;"></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>';
		document.getElementById('IDX-bedsLine').innerHTML = urlVar+'Beds: '+properties[cwi][7]+'</a>';
		document.getElementById('IDX-bathsLine').innerHTML = urlVar+'Baths: '+properties[cwi][8]+'</a>';
		document.getElementById('IDX-remarksLine').innerHTML = urlVar+properties[cwi][9]+'</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 >= 33)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 33 - 1;
	} // end genPrev

	var properties = new Array(33);
	properties[0] = new Array('3,800,000','4975 N LONG SKY ','St George, UT 84770 ','http://resize.flexmls.com/stg/800x600/true/20111218160608571169000000-o.jpg','11-133715','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-133715&idxID=084','4','7','If you are looking for the best of everything, you\\\\\\\'ve fou...');
	properties[1] = new Array('3,500,000','1500 E Splitrock #118 ','Ivins, UT 84738 ','http://resize.flexmls.com/stg/800x600/true/20111122175441681522000000-o.jpg','11-133502','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-133502&idxID=084','4','5.5','Nothing was missed in this outrageous custom home! Large pri...');
	properties[2] = new Array('2,485,000','1500 E Split Rock #124 ','Ivins, UT 84738 ','http://photos-5.idxco.com/084e443c8f5424486b1de9a904a4e724b4111-131783','11-131783','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-131783&idxID=084','5','5','Beautiful contemporary southwest style home with 2 Casitas, ...');
	properties[3] = new Array('2,225,000','2491 River Front CIR ','Santa Clara, UT 84765 ','http://resize.flexmls.com/stg/800x600/true/20111204192543900312000000-o.jpg','11-133660','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-133660&idxID=084','6','7','A River runs through it!Beautiful horse estate covering cl...');
	properties[4] = new Array('1,700,000','3052 N Snow Canyon Parkway #71 ','St George, UT 84770 ','http://resize.flexmls.com/stg/800x600/true/20111028160841862756000000-o.jpg','11-132929','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-132929&idxID=084','6','6.5','Beautiful Custom home with outstanding views,gourmet kitchen...');
	properties[5] = new Array('1,675,000','1705 COCHISE Way ','Ivins, UT 84738 ','http://resize.flexmls.com/stg/800x600/true/20111209211854474420000000-o.jpg','11-133774','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-133774&idxID=084','4','4.5','Contemporary desert living! Luxurious living area where you ...');
	properties[6] = new Array('1,349,000','3052 N Snow Canyon #74 ','St George, UT 84770 ','http://photos-5.idxco.com/0849e76500183d7fd40c586fb8740e7bddc11-130438','11-130438','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-130438&idxID=084','5','7','This fantastic home offers everything from a pool/spa to the...');
	properties[7] = new Array('1,250,000','2327 N GUNSIGHT ','St George, UT 84770 ','http://photos-5.idxco.com/084fdb1052deaf0dde6dcf5b2b7ce77373a11-126473','11-126473','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-126473&idxID=084','4','4.5','Outrageous custom home with views of the entire Snow Canyon ...');
	properties[8] = new Array('935,000','2265 CHACO Trail ','St George, UT 84770 ','http://resize.flexmls.com/stg/800x600/true/20111230022659542334000000-o.jpg','11-134167','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-134167&idxID=084','4','4.5','This exclusive Entrada home is located in a very private set...');
	properties[9] = new Array('750,000','4985 W Boulder View Ste D1 ','Hurricane, UT 84737 ','http://photos-5.idxco.com/08407e31d18e9e56bc18efb8827ce76235411-131784','11-131784','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-131784&idxID=084','6','6.5','Incredible custom home with 360 degree views located in So. ...');
	properties[10] = new Array('649,000','41 BOULDER ','Santa Clara, UT 84765 ','http://photos-5.idxco.com/084b8ec988da81312361c6d8d710c59a44b11-125559','11-125559','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-125559&idxID=084','4','4.5','Exceptional Indoor/Outdoor living with amazing views of Red ...');
	properties[11] = new Array('525,000','1500 E Split Rock DR ','Ivins, UT 84738 ','http://resize.flexmls.com/stg/800x600/true/20111201202952741957000000-o.jpg','11-133619','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-133619&idxID=084','','','Largest patio lot available in The Reserve!Backs to the To...');
	properties[12] = new Array('525,000','2410 W Entrada Tr #44 ','St George, UT 84770 ','http://photos-5.idxco.com/0847443b373e7eef7cd71ae373e3b309d7b11-129879','11-129879','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-129879&idxID=084','4','3.5','Lovely custom patio home with private courtyard. Beautiful g...');
	properties[13] = new Array('485,000','2336 W Entrada #33 ','St George, UT 84770 ','http://resize.flexmls.com/stg/800x600/true/20110903223816517047000000-o.jpg','11-131780','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-131780&idxID=084','3','3','Private backyard with fantastic views of Kachina Cliffs and ...');
	properties[14] = new Array('482,000','2410 W Entrada #37 ','St George, UT 84770 ','http://resize.flexmls.com/stg/800x600/true/20120127214512685491000000-o.jpg','12-134823','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=12-134823&idxID=084','3','3','Beautiful custom home with private yard, kiva fireplace,and ...');
	properties[15] = new Array('449,000','2378 N Anasazi Trail ','St George, UT 84770 ','http://resize.flexmls.com/stg/800x600/true/20110922205253918043000000-o.jpg','11-132187','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-132187&idxID=084','','','Incredible lot with views the Entrada Golf Course, Snow Cany...');
	properties[16] = new Array('449,000','2094 N CASCADE CANYON DR ','St George, UT 84770 ','http://photos-5.idxco.com/084a1848ebeb63c5269e08831b0a6047b5011-129407','11-129407','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-129407&idxID=084','4','4','Fantastic custom home with 25 foot ceiling in great area and...');
	properties[17] = new Array('440,000','Chaco West ','St George, UT 84770 ','http://resize.flexmls.com/stg/800x600/true/20110923180946447445000000-o.jpg','11-132185','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-132185&idxID=084','','','The BEST estate lot in Entrada with views of everything from...');
	properties[18] = new Array('395,000','1500 E Split Rock DR ','Ivins, UT 84738 ','http://photos-5.idxco.com/084634929877acdaecf12776c06e398174411-130075','11-130075','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-130075&idxID=084','','','Breath taking 360 degree views of all that Snow Canyon has t...');
	properties[19] = new Array('385,000','629 W EVANS RIDGE ','Washington, UT 84780 ','http://photos-5.idxco.com/084173e085414791b82752ae9c0dac3d90910-117853','10-117853','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=10-117853&idxID=084','','','All units are 3 bed~2ba and 1 car garage.Rents are as foll...');
	properties[20] = new Array('339,000','1500 E Split Rock ','Ivins, UT 84738 ','http://resize.flexmls.com/stg/800x600/true/20110920195939332804000000-o.jpg','11-132126','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-132126&idxID=084','','','Exquisite unobstructed view of Snow Canyon.Backs up to the...');
	properties[21] = new Array('294,500','2331 W Entrada Trail ','St George, UT 84770 ','http://resize.flexmls.com/stg/800x600/true/20111223211028522442000000-o.jpg','11-134112','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-134112&idxID=084','','','The MOST spectaular corner lot in Entrada!360 degree views...');
	properties[22] = new Array('285,000','3052 N Snow Canyon Parkway ','St George, UT 84770 ','http://photos-5.idxco.com/08417e324e43f12d9dc7acc4d4f667343f611-126985','11-126985','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-126985&idxID=084','','','Over 1/3 of an acre with 360 degree views of all that the Sn...');
	properties[23] = new Array('245,000','W MAGATSU CIR ','St George, UT 84770 ','http://photos-5.idxco.com/084700b86e69c9f02f476ce1a66c3fc7dbf11-132042','11-132042','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-132042&idxID=084','','','Views of Golf Course, Red Rock Mountains and City!What mor...');
	properties[24] = new Array('215,000','1500 E Split Rock DR ','Ivins, UT 84738 ','http://resize.flexmls.com/stg/800x600/true/20111112173401029397000000-o.jpg','11-133312','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-133312&idxID=084','','','Excellent location in the Reserve for a beautiful custom hom...');
	properties[25] = new Array('199,000','3052 N Snow Canyon Parkway ','St George, UT 84770 ','http://photos-5.idxco.com/08403ad7c77f2ce0c11fb941cbdbae9375611-130251','11-130251','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-130251&idxID=084','','','Excellent interior lot facing Snow Canyon. Gated community w...');
	properties[26] = new Array('185,000','3052 N Snow Canyon Parkway ','St George, UT 84770 ','http://resize.flexmls.com/stg/800x600/true/20110929182113911846000000-o.jpg','11-132328','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-132328&idxID=084','','','Beautiful building lot located in the Cliffs!Views of Kach...');
	properties[27] = new Array('144,000','272 E Arrowweed Way ','Washington, UT 84780 ','http://resize.flexmls.com/stg/800x600/true/20110630220826578047000000-o.jpg','11-130173','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-130173&idxID=084','3','2','Super location for all your shopping and recreational needs....');
	properties[28] = new Array('130,000','2410 W Entrada Trail ','St George, UT 84770 ','http://photos-5.idxco.com/084c6a50f8b504630f87fff66f99e562c6b11-125563','11-125563','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-125563&idxID=084','','','Fantastic views of all the Snow Canyon corridor has to offer...');
	properties[29] = new Array('125,000','3052 N Snow Canyon Parkway ','St George, UT 84770 ','http://photos-5.idxco.com/08436588ec20b9e22dbc0c1c5a6be0fa1c811-132032','11-132032','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-132032&idxID=084','','','This is an exceptional buy in the Cliffs. The lot is surroun...');
	properties[30] = new Array('120,000','2336 W Entrada Trail ','St George, UT 84770 ','http://resize.flexmls.com/stg/800x600/true/20111026000751824061000000-o.jpg','11-132868','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-132868&idxID=084','','','Fantastic views of Kachina Cliff, soothing water falls. Buil...');
	properties[31] = new Array('99,900','1500 Split Rock DR ','Ivins, UT 84738 ','http://resize.flexmls.com/stg/800x600/true/20111112185003952674000000-o.jpg','11-133315','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-133315&idxID=084','','','You just can\\\\\\\'t find any better priced lot in the Reserve!...');
	properties[32] = new Array('39,900','36 N 2770 ','Hurricane, UT 84737 ','http://photos-5.idxco.com/084291023a4743df1aa150964ac47c788f011-126403','11-126403','084','http://stgeorgerealestateservices.idxco.com/idx/2763/details.php?listingID=11-126403&idxID=084','','','Clean, well-kept RV Park near golf course and reservoirs! Lo...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();

