	// 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 = 10000;
	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: Arial, Helvetica, sans-serif; color: ##FFFFF;  }');
	document.writeln('#IDX-slideshow { text-align: left;  }');
	document.writeln('.IDX-image { width: 150px; height: 95px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 18 - 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 >= 18)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 18 - 1;
	} // end genPrev

	var properties = new Array(18);
	properties[0] = new Array('398,000','1525 Washington Street ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/376ebcbbc27849a7cd1598409f545fe3431101195','101195','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=101195&idxID=376','3','2','Hill Haven, elegant 1920\\\\\\\'s home in a beautiful setting....');
	properties[1] = new Array('315,000','176 Riverview Drive ','Natchez, LA 71456 ','http://photos-19.idxco.com/376efef67f2dfe6dc7bc8b6b7c1d21583eb102205','102205','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102205&idxID=376','4','4','Need a lot of room? This 4 bd/ 4 ba home on Cane River Lake ...');
	properties[2] = new Array('242,000','300 Hwy 3191 ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/376f1ba06afb0d2072af883213186bc6a5b102294','102294','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102294&idxID=376','5','3','Great house for an extended family with two complete living ...');
	properties[3] = new Array('237,000','114 Fox Run ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/3765f3c0437c758e5c25dd93c4e05ad9da1101996','101996','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=101996&idxID=376','4','2','Motivated Seller, this three year old home features 4BR/2Ba ...');
	properties[4] = new Array('225,000','1206 Williams Avenue ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/376aee2bd6ee07d517689669f6b3e234362102223','102223','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102223&idxID=376','3','2','Charming Cane River Cottage, heart pine floors, beadboard ce...');
	properties[5] = new Array('217,000','2698 Hwy. 494 ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/376734a0cb76057de4d47694e6db3d8689d102191','102191','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102191&idxID=376','3','2','Great 3 bedroom, 2 bath twin home on Cane River Lake. 10\\\\\\\'...');
	properties[6] = new Array('207,900','1619 Williams Avenue ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/376fedb5285abc7f48fb9c368207fcde566102291','102291','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102291&idxID=376','3','2','North Williams home, move in ready, 3 bedrooms, 2 baths, for...');
	properties[7] = new Array('199,500','1017 Fish Hatchery Road ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/376619afa50202371ef06ccef066858c0db102273','102273','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102273&idxID=376','3','2','Beautiful lake lot, great view of Cane River, large deck gre...');
	properties[8] = new Array('174,500','2002 Nolley Road ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/376e69f8035bfd7a75fe351763d49816d63102190','102190','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102190&idxID=376','4','3','Beautiful townhouse, recently remodeled with new paint. City...');
	properties[9] = new Array('159,900','15966 Highway 84 ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/3768be0ce8d74f299b614830449612e61c3102082','102082','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102082&idxID=376','3','3','Beautiful contemporary style home in the heart of sportsmans...');
	properties[10] = new Array('155,000','107 Bienville ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/376029e090d22597cebea9745fb6029c931102352','102352','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102352&idxID=376','3','2','East Natchitoches home in a great location with fenced back ...');
	properties[11] = new Array('139,000','107 Chris ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/3769c28efd5244fafdfcd6d5d3bc979958f101903','101903','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=101903&idxID=376','3','2','Nice home close to shopping,East Natchitoches schools.Custom...');
	properties[12] = new Array('139,000','192 Bennett Loop ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/376cd1852169bf30cf7f79def74c53a2140102362','102362','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102362&idxID=376','3','2','Nice home in country setting. Lots of upgrades including new...');
	properties[13] = new Array('129,500','704 Watson Drive ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/37656bfde2e89671ec86878da0d2baea496101663','101663','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=101663&idxID=376','3','1','Drastic reduction!3 nice-sized bedrooms with large window...');
	properties[14] = new Array('128,500','216 Tammye Lane ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/376fc0bac9f1daf5663adef88d7e4bfd0b5102257','102257','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102257&idxID=376','3','2','Recently remodeled, move in ready.This home is perfect for...');
	properties[15] = new Array('99,000','Off Of Chris Street ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/37638b9d059567d573eca5af8b3f95b94bd102313','102313','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102313&idxID=376','','','Great piece of property inside Natchitoches City Limits.3....');
	properties[16] = new Array('89,000','173 Lemoine Rd. ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/3765a1efe2c748c380a59f7733b4e8f8eee100373','100373','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=100373&idxID=376','3','2','Reduced11-01-2011 Very private country home with 5 acres!!...');
	properties[17] = new Array('67,500','2485 Johnson Chute Rd. ','Natchitoches, LA 71457 ','http://photos-19.idxco.com/37649cafd619b2bc10e1b8f35c4816a92f9102348','102348','376','http://www.bradfergusonrealestate.idxco.com/idx/6064/details.php?listingID=102348&idxID=376','','','150 acres+/- available in minimun 5 acre tracts with 50ft of...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();

