	// IDX Broker Slideshow version 1.0
	// Copyright ©2010 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 = 25 - 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 >= 25)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 25 - 1;
	} // end genPrev

	var properties = new Array(25);
	properties[0] = new Array('450,000','1839 RIVERSIDE DR ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/1275909e68956a4c25a543409653c47729a837942','837942','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=837942&idxID=127','3','2','This riverfront home is simply breathtaking inside and out! ...');
	properties[1] = 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[2] = 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[3] = 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[4] = 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[5] = new Array('225,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[6] = new Array('175,000','1941 E GOLD LAKE DR ','Fort Mohave, AZ 86429 ','http://photos-7.idxco.com/12761f3c3bf48cbf75a8991624b29b44490837384','837384','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=837384&idxID=127','3','1','One of the best looking houses in Fairway Estates.3 bedroom,...');
	properties[7] = 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[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('139,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[10] = 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[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('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[15] = 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[16] = new Array('81,500','1800 CLUBHOUSE DR L98 ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/127f973a6ceea74cc7a133b05d88a428480837979','837979','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=837979&idxID=127','2','1','Enjoy the luxurious resort style living in this Riverfront c...');
	properties[17] = new Array('59,900','1085 CHAPARRAL DR 2 ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/1276a56cf0f6f9cc282616a91a32eb08e83837981','837981','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=837981&idxID=127','2','1','Put this townhouse style condo with new paint, carpet, fixtu...');
	properties[18] = 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[19] = new Array('27,500','1843  STOVALL ST ','Bullhead City, AZ 86442 ','http://photos-7.idxco.com/127c936b8a6166ef3980477508d97c3bc8a839088','839088','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=839088&idxID=127','','','Approximately 1/2 acre in Clearwater Hills. Established area...');
	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 ...');
	properties[22] = new Array('25,000','0000 S Verde ','Golden Valley, AZ 86413 ','http://photos-7.idxco.com/127e8fc8690bb02414df6aecc807ea0409d839101','839101','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=839101&idxID=127','','','Great lot less than 1 mile to Hwy 68. Nice homes all around....');
	properties[23] = new Array('25,000','3433  FLORENCE AVE ','Bullhead City, AZ 86429 ','http://www.coleandfran.idxco.com/images/noHousePhoto.png','839094','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=839094&idxID=127','','','Great price for this lot in Sunridge Estates. Established ar...');
	properties[24] = new Array('23,000','000  Bouse ','Golden Valley, AZ 86413 ','http://www.coleandfran.idxco.com/images/noHousePhoto.png','839106','127','http://www.coleandfran.idxco.com/idx/4294/details.php?listingID=839106&idxID=127','','','Terrific lot that is 2.35 acres and very close to Hwy 68. No...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
