	// 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 = 4000;
	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: 9px;  }');
	document.writeln('#IDX-slideshow { text-align: center; width: 200px; height: 200px;  }');
	document.writeln('.IDX-image { width: 190px; height: 160px;  }');
	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-listingIdLine" style="display:none;"></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 id="IDX-courtesyLine" 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-listingIdLine').innerHTML = urlVar+'Listing #'+properties[cwi][4]+'</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>';
		document.getElementById('IDX-courtesyLine').innerHTML = urlVar+properties[cwi][10]+'</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(19);
	properties[0] = new Array('725,000','542 FALCON ST ','Palm City, FL 34990 ','http://photos-25.idxco.com/4942c196cb0e9579342d3fa632b1d006e1f362240','362240','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=362240&idxID=494','','','Palm City waterfront point lot in Four Rivers.Almost an ac...','');
	properties[1] = new Array('599,000','3481 DOUBLETON DR ','Stuart, FL 34997 ','http://photos-25.idxco.com/49471fb70604777fa7fad178fdfbb3b01f2360579','360579','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=360579&idxID=494','3','4','Impeccably maintained, beautiful, and very spacious golf cou...','');
	properties[2] = new Array('550,000','1436 OCEAN BLVD ','Stuart, FL 34996 ','http://photos-25.idxco.com/49493c29137ed1e77f9b376022dfaf68ece359458','359458','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=359458&idxID=494','','','Build your dream home on this estate sized waterfront lot on...','');
	properties[3] = new Array('550,000','5675 MAPP RD ','Palm City, FL 34990 ','http://photos-25.idxco.com/49478224b0ff603d53852d937308f913ccb359787','359787','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=359787&idxID=494','5','3','Sprawling Waterfront Retreat on nearly an acre of lushly lan...','');
	properties[4] = new Array('499,000','5354 WOODHAM ST ','Palm City, FL 34990 ','http://photos-25.idxco.com/49480e8139eaefb4a859731225c0859109c334712','334712','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=334712&idxID=494','3','3','Featured in \\\\\\&quot;Southern Living\\\\\\&quot; Magazine. This...','');
	properties[5] = new Array('400,000','1469 DYER POINT RD ','Palm City, FL 34990 ','http://photos-25.idxco.com/49425c7346ba55e1dddd96f2d5b61d77f62360257','360257','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=360257&idxID=494','3','2','Wonderful opportunity for the serious boater in Lighthouse P...','');
	properties[6] = new Array('370,000','625 LIGHTHOUSE DR ','Palm City, FL 34990 ','http://photos-25.idxco.com/494a204afd4e276a800c3539f36b5d65aa5358906','358906','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=358906&idxID=494','4','3','Wonderful opportunity to enjoy a newer 4 bedroom lake side h...','');
	properties[7] = new Array('369,000','863 KEATS AVE ','Palm City, FL 34990 ','http://photos-25.idxco.com/494dfe7d7063c43a72ce7df9201eb1e4383354389','354389','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=354389&idxID=494','3','2','Custom energy efficient home, built by the current owner in ...','');
	properties[8] = new Array('275,000','6530 SOUTH MARINA WAY ','Stuart, FL 34996 ','http://photos-25.idxco.com/494a15c7a779bd70593a0a4e3b7b86d4fd8360415','360415','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=360415&idxID=494','','','Enjoy world class amenities in prestigious Sailfish Point on...','');
	properties[9] = new Array('210,000','40 PLANTATION RD ','Stuart, FL 34996 ','http://photos-25.idxco.com/4940037e262b767982ccaa9cc2de47e26d8358177','358177','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=358177&idxID=494','2','2','Stunning top (4th) floor Condo with sweeping lake and golf c...','');
	properties[10] = new Array('199,000','1990 Old River RD ','Fort Pierce, FL 34982 ','http://photos-25.idxco.com/494a1d168563f2cae52ecaf0c9dfa7c0cbf345658','345658','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=345658&idxID=494','','','Here\\\\\\\'s your chance to own waterfront property with ocean ...','');
	properties[11] = new Array('197,000','1357 OCEAN BLVD ','Stuart, FL 34996 ','http://photos-25.idxco.com/49422f7266333239e475738fad2cdefb581350443','350443','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=350443&idxID=494','2','2','Fully furnished with an updated kitchen, ocean front condo i...','');
	properties[12] = new Array('190,000','5689 AULT AVE ','Stuart, FL 34997 ','http://photos-25.idxco.com/494825803b7aa2897705825dd10853303b7352168','352168','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=352168&idxID=494','3','2','3, possible 4 bedroom, 2 bath, ranchhome on 2 acres zoned ...','');
	properties[13] = new Array('189,000','4012 FAIRWAY WEST UN ','Stuart, FL 34997 ','http://photos-25.idxco.com/494028762f976b80799d064773c3889363f361192','361192','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=361192&idxID=494','3','2','Have a never ending vacation of a lifetime in this sunny bri...','');
	properties[14] = new Array('189,000','892 WATERLILY PL ','Jensen Beach, FL 34957 ','http://photos-25.idxco.com/4945f86dc7948444ed150043b111d33f50b358958','358958','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=358958&idxID=494','3','2','An affordable pool home in a wonderful family neighborhood. ...','');
	properties[15] = new Array('90,000','4846 River PL ','Fort Pierce, FL 34981 ','http://photos-25.idxco.com/4942a89b5e693856f66bbcaa514308ba233349604','349604','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=349604&idxID=494','','','1.27 Acre ocean access waterfront lot in the private River p...','');
	properties[16] = new Array('75,000','4847 River PL ','Fort Pierce, FL 34981 ','http://photos-25.idxco.com/4942e4a79ad48a63740469936c22545ae3d349605','349605','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=349605&idxID=494','','','1.04 Acre ocean access waterfront lot in the private River p...','');
	properties[17] = new Array('59,000','2622 TROPICAL EAST CIR ','Port St Lucie, FL 34952 ','http://photos-25.idxco.com/494bb7270894a8f83f42f92d3f3ac4ddb47358757','358757','494','http://homes.gabesanders.com/idx/4936/details.php?listingID=358757&idxID=494','2','2','Affordable Villa with 2 bedrooms 2 full baths in a split pla...','');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();

