	// 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 = 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: 220px;  }');
	document.writeln('.IDX-image { width: 220px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 22 - 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 >= 22)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 22 - 1;
	} // end genPrev

	var properties = new Array(22);
	properties[0] = new Array('375,000','300  CHURCH ST ','Bullhead City, AZ 86442 ','http://supplemental.idxco.com/4294-123981688831942','787142','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=787142&idxID=127','','','Very nice triplex. Great location in holiday shores.  Seller...');
	properties[1] = new Array('315,000','1000  HWY 95 ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/12717573241671414af77774d7c560180f5830761','830761','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=830761&idxID=127','','','What a great location. Corner lot with road frontage on 2 si...');
	properties[2] = new Array('279,900','374  WHITEWATER DR ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/1277c5b1aa4a1101be3b1f1ae131bb8e824812407','812407','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=812407&idxID=127','','','Just about the lowest priced waterfront lot on the Colorado ...');
	properties[3] = new Array('275,000','847  BASELINE RD ','Bullhead City, AZ 86442 ','http://supplemental.idxco.com/4294-123981685684534','787138','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=787138&idxID=127','','','Very good rental history. On city sewer, no assesments. Sell...');
	properties[4] = new Array('239,000','404 LEBLANC CT ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/1273776a2563686f21f9d364eabd9b10997821321','821321','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=821321&idxID=127','3','2','Simply lovely 3 bedroom 2 bath custom house in The Vineyards...');
	properties[5] = new Array('199,000','3439  LANDON DR EAST ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/1270e89abb055b037adae4388f5f2310504822528','822528','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=822528&idxID=127','','','.8 of an acre of Commercial property zoned C2 on Landon. One...');
	properties[6] = new Array('159,000','4027 SEGUNDO DR ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/127109a7fb6e4c16545f768599575948b31819148','819148','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=819148&idxID=127','2','1','WOW! Great opportunity to own a home in Punto de Vista. Nice...');
	properties[7] = new Array('149,000','1188 CHAPARRAL DR ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/1278c4ebf8aaa02c074166c35ef71adf203835891','835891','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=835891&idxID=127','3','2','Golf course beauty. This very special three bedroom, two bat...');
	properties[8] = new Array('141,900','3350 LANDON DR WEST 3-104 ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/127373c197a71a8903c6c20ca0c57d26eda832035','832035','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=832035&idxID=127','4','3','You can have it all! 2100+ sq ft Mountain view, end unit w/ ...');
	properties[9] = new Array('135,900','3350 Landon Dr West 4-101 ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/12794a6a86851d5affce152638afbd37485832036','832036','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=832036&idxID=127','3','2','Looking for a maintenance free exterior with the space of a ...');
	properties[10] = new Array('133,900','3340 Landon Dr West 2-102 ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/12794a6a86851d5affce152638afbd37485832031','832031','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=832031&idxID=127','3','3','Want a home that\\\\\\\'s like a house with the carefree life st...');
	properties[11] = new Array('131,900','3350 Landon Dr West 4-105 ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/12794a6a86851d5affce152638afbd37485832042','832042','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=832042&idxID=127','4','3','Never lived in home! Tile everywhere except stairs, even in ...');
	properties[12] = new Array('130,900','3350 Landon Dr West 5-102 ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/12794a6a86851d5affce152638afbd37485832045','832045','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=832045&idxID=127','4','3','S-P-R-E-A-D O-U-T! 1900+ sq ft w/ split floor plan. 3 bedroo...');
	properties[13] = new Array('130,900','3350 Landon Dr West 3-103 ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/12794a6a86851d5affce152638afbd37485832032','832032','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=832032&idxID=127','4','3','Mountain view condo w/ split floor plan w/ 3 bedrooms 2 bath...');
	properties[14] = new Array('127,900','3350 Landon Dr West 4-104 ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/12794a6a86851d5affce152638afbd37485832039','832039','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=832039&idxID=127','3','3','Never lived in townhouse style condo w/ mountain views. 2 be...');
	properties[15] = new Array('119,900','3350 Landon Dr West 4-102 ','Bullhead City, AZ 86429 ','http://photos-7.idxco.com/12794a6a86851d5affce152638afbd37485832038','832038','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=832038&idxID=127','3','2','Amazing price on this never lived in 1600+ sq ft home with 3...');
	properties[16] = new Array('85,000','1738 SIERRA VISTA DR ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/127177dbd102d9e8948d613e44f18cb7ed6827797','827797','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=827797&idxID=127','3','1','This is a great opportunity for someone who wants a nice hou...');
	properties[17] = new Array('84,900','891 ROADRUNNER DR ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/1270493c814380a346deef08acf6a1b96e7829193','829193','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=829193&idxID=127','2','2','Super clean home that\\\\\\\'s river close. Great room with fire...');
	properties[18] = new Array('69,500','2125 Mustang ','Mohave Valley, AZ 86440 ','http://photos-7.idxco.com/127c3f62e642b0694d4ca56976ae8f4f842834199','834199','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=834199&idxID=127','3','2','2006 Karsten model. What a beauty! Crown molding, open and a...');
	properties[19] = new Array('32,000','1558  ASH AVE ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/1279a05e4725160a7e85b9fc7b9457cbf1e827431','827431','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=827431&idxID=127','','','Great level lot, Close to the new shopping center with Targe...');
	properties[20] = new Array('27,500','1489  VERDE DR ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/127d84e1ecf5e0001ceb94cf6b4b1277c1a789983','789983','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=789983&idxID=127','','','Multi-Family lot that a site built home can be put on. 1490 ...');
	properties[21] = new Array('27,500','1490  MIRADA DR ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/127453edd83cb03a12611b8fc763d373ccb789982','789982','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=789982&idxID=127','','','Multi-Family lot that a site built home can be put on. 1489 ...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
