	// IDX Broker Slideshow version 1.0
	// Copyright ©2009 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 = 6000;
	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: 12px;  }');
	document.writeln('#IDX-slideshow { text-align: center; width: 225px; height: 211px;  }');
	document.writeln('.IDX-image { width: 192px; height: 128px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 45 - 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 >= 45)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 45 - 1;
	} // end genPrev

	var properties = new Array(45);
	properties[0] = new Array('1,500,000','310 N STATE ST ','Lindon, UT 84042 ','http://photo.wfrmls.com/280x210/908385.jpg','908385','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=908385&idxID=150','','','...');
	properties[1] = new Array('1,500,000','134 N 1200 E ','Lindon, UT 84042 ','http://photo.wfrmls.com/280x210/907367.jpg','907367','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=907367&idxID=150','','','...');
	properties[2] = new Array('899,000','3047 W 770 N ','Provo, UT 84601 ','http://photo.wfrmls.com/280x210/832017.jpg','832017','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=832017&idxID=150','5','3','...');
	properties[3] = new Array('779,000','1274 S 1100 E ','Orem, UT 84097 ','http://photo.wfrmls.com/280x210/923014.jpg','923014','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=923014&idxID=150','','','...');
	properties[4] = new Array('749,000','415 E 3250 N ','Provo, UT 84604 ','http://photo.wfrmls.com/280x210/889723.jpg','889723','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=889723&idxID=150','6','5','...');
	properties[5] = new Array('625,000','1045 E 1450 S ','Orem, UT 84097 ','http://photo.wfrmls.com/280x210/923535.jpg','923535','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=923535&idxID=150','','','...');
	properties[6] = new Array('595,000','1497 CANBERRA DR ','Lindon, UT 84042 ','http://photo.wfrmls.com/280x210/893364.jpg','893364','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=893364&idxID=150','','','...');
	properties[7] = new Array('569,000','1021 E 1450 S ','Orem, UT 84097 ','http://photo.wfrmls.com/280x210/923226.jpg','923226','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=923226&idxID=150','','','...');
	properties[8] = new Array('479,000','1795 N 620 E ','Orem, UT 84097 ','http://photo.wfrmls.com/280x210/896317.jpg','896317','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=896317&idxID=150','5','4','...');
	properties[9] = new Array('475,000','1863 W 680 N ','Pleasant Grove, UT 84062 ','http://photo.wfrmls.com/280x210/897572.jpg','897572','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=897572&idxID=150','12','8','...');
	properties[10] = new Array('460,000','511 N 1230 E ','Orem, UT 84097 ','http://photo.wfrmls.com/280x210/924198.jpg','924198','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=924198&idxID=150','6','4','...');
	properties[11] = new Array('369,000','176 E 1950 S ','Orem, UT 84058 ','http://photo.wfrmls.com/280x210/871757.jpg','871757','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=871757&idxID=150','5','4','...');
	properties[12] = new Array('328,000','185 S 500 E ','Lindon, UT 84042 ','http://photo.wfrmls.com/280x210/851356.jpg','851356','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=851356&idxID=150','7','4','...');
	properties[13] = new Array('325,000','361 W 100 S ','Springville, UT 84663 ','http://photo.wfrmls.com/280x210/903338.jpg','903338','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=903338&idxID=150','8','4','...');
	properties[14] = new Array('315,000','1655 MOOR LN ','Orem, UT 84057 ','http://photo.wfrmls.com/280x210/891987.jpg','891987','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=891987&idxID=150','6','4','...');
	properties[15] = new Array('299,600','5012 W LITTLE WATER PEAK DR ','Riverton, UT 84065 ','http://photo.wfrmls.com/280x210/917976.jpg','917976','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=917976&idxID=150','5','4','...');
	properties[16] = new Array('299,000','7200 E 3875 S 30 ','Holladay, UT 84124 ','http://photo.wfrmls.com/280x210/912771.jpg','912771','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=912771&idxID=150','4','1','...');
	properties[17] = new Array('289,900','560 S MAIN ST ','Payson, UT 84651 ','http://photo.wfrmls.com/280x210/921034.jpg','921034','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=921034&idxID=150','4','3','...');
	properties[18] = new Array('289,000','263 W 400 S ','Lindon, UT 84042 ','http://photo.wfrmls.com/280x210/906706.jpg','906706','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=906706&idxID=150','6','3','...');
	properties[19] = new Array('249,999','851 N 50 E 330 ','Provo, UT 84604 ','http://photo.wfrmls.com/280x210/910779.jpg','910779','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=910779&idxID=150','4','2','...');
	properties[20] = new Array('234,900','1988 N 860 W ','Orem, UT 84057 ','http://photo.wfrmls.com/280x210/906920.jpg','906920','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=906920&idxID=150','4','4','...');
	properties[21] = new Array('230,000','185 N 100 W ','Goshen, UT 84633 ','http://photo.wfrmls.com/280x210/911305.jpg','911305','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=911305&idxID=150','4','1','...');
	properties[22] = new Array('229,000','696 E 400 S ','Orem, UT 84097 ','http://photo.wfrmls.com/280x210/920837.jpg','920837','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=920837&idxID=150','6','3','...');
	properties[23] = new Array('226,888','252 S 1015 W ','Orem, UT 84058 ','http://photo.wfrmls.com/280x210/916718.jpg','916718','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=916718&idxID=150','6','3','...');
	properties[24] = new Array('219,000','511 N 1200 E ','Mapleton, UT 84664 ','http://photo.wfrmls.com/280x210/898051.jpg','898051','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=898051&idxID=150','','','...');
	properties[25] = new Array('189,999','314 E 1200 N ','Orem, UT 84057 ','http://photo.wfrmls.com/280x210/912571.jpg','912571','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=912571&idxID=150','4','3','...');
	properties[26] = new Array('186,000','331 BELMONT PL 234 ','Provo, UT 84606 ','http://photo.wfrmls.com/280x210/921913.jpg','921913','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=921913&idxID=150','3','2','...');
	properties[27] = new Array('179,900','44 W 680 N ','Orem, UT 84057 ','http://photo.wfrmls.com/280x210/910198.jpg','910198','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=910198&idxID=150','5','4','...');
	properties[28] = new Array('174,000','1537 W NIGEL WAY S ','West Valley City, UT 84119 ','http://photo.wfrmls.com/280x210/918523.jpg','918523','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=918523&idxID=150','3','3','...');
	properties[29] = new Array('168,900','112 W 1230 N 307 ','Provo, UT 84604 ','http://photo.wfrmls.com/280x210/860940.jpg','860940','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=860940&idxID=150','3','3','...');
	properties[30] = new Array('164,900','752 E 560 N 304 ','Provo, UT 84606 ','http://photo.wfrmls.com/280x210/877775.jpg','877775','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=877775&idxID=150','2','1','...');
	properties[31] = new Array('162,900','1782 W 820 N ','Provo, UT 84601 ','http://photo.wfrmls.com/280x210/902480.jpg','902480','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=902480&idxID=150','3','3','...');
	properties[32] = new Array('159,900','330 W 600 S ','Provo, UT 84601 ','http://photo.wfrmls.com/280x210/887539.jpg','887539','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=887539&idxID=150','4','2','...');
	properties[33] = new Array('157,000','543 N 790 E 109 ','Provo, UT 84606 ','http://photo.wfrmls.com/280x210/922161.jpg','922161','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=922161&idxID=150','2','1','...');
	properties[34] = new Array('144,900','2244 N CANYON RD 214 ','Provo, UT 84604 ','http://photo.wfrmls.com/280x210/911357.jpg','911357','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=911357&idxID=150','2','2','...');
	properties[35] = new Array('139,000','1233 N 300 E ','Orem, UT 84097 ','http://photo.wfrmls.com/280x210/896502.jpg','896502','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=896502&idxID=150','','','...');
	properties[36] = new Array('122,900','1336 N MAIN ST ','Nephi, UT 84648 ','http://photo.wfrmls.com/280x210/814445.jpg','814445','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=814445&idxID=150','3','2','...');
	properties[37] = new Array('122,900','1338 N MAIN ST ','Nephi, UT 84648 ','http://photo.wfrmls.com/280x210/814415.jpg','814415','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=814415&idxID=150','3','2','...');
	properties[38] = new Array('104,950','1286 N MAIN ST ','Nephi, UT 84648 ','http://photo.wfrmls.com/280x210/920638.jpg','920638','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=920638&idxID=150','2','2','...');
	properties[39] = new Array('104,950','1334 N MAIN ST ','Nephi, UT 84648 ','http://photo.wfrmls.com/280x210/814423.jpg','814423','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=814423&idxID=150','2','2','...');
	properties[40] = new Array('99,900','1483 N 2800 W ','Provo, UT 84606 ','http://photo.wfrmls.com/280x210/897586.jpg','897586','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=897586&idxID=150','','','...');
	properties[41] = new Array('74,900','869 E 180 N ','Salem, UT 84653 ','http://photo.wfrmls.com/280x210/898061.jpg','898061','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=898061&idxID=150','','','...');
	properties[42] = new Array('58,900','1725 SANDHILL RD ','Orem, UT 84058 ','http://photo.wfrmls.com/280x210/906838.jpg','906838','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=906838&idxID=150','','','...');
	properties[43] = new Array('50,000','1215 E 530 N ','American Fork, UT 84097 ','http://photo.wfrmls.com/280x210/902167.jpg','902167','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=902167&idxID=150','','','...');
	properties[44] = new Array('50,000','392 E 200 N ','American Fork, UT 84003 ','http://photo.wfrmls.com/280x210/884392.jpg','884392','150','http://www.seeutahhomes.idxco.com/idx/3016/details.php?listingID=884392&idxID=150','','','...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
