	// 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-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; font-style: normal; color: #ffffff;  }');
	document.writeln('#IDX-slideshow { text-align: center; background-color: #001F3C; border-width: 1px; border-style: solid; border-color: #ffffff; width: 156px;  }');
	document.writeln('.IDX-image { height: 120px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 27 - 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 >= 27)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 27 - 1;
	} // end genPrev

	var properties = new Array(27);
	properties[0] = new Array('3,500,000','860 Nor MANASOTA KEY RD ','ENGLEWOOD, FL 34223 ','http://photos-10.idxco.com/194b138b51666c5e867737ed4d4d76f2471A3904511','A3904511','194','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=A3904511&idxID=194','2','2','Spectacular Gulf to Bay property at the most northern tip of...');
	properties[1] = new Array('2,700,000','859 Nor MANASOTA KEY RD ','ENGLEWOOD, FL 34223 ','http://photos-10.idxco.com/1942c229c7d06eb4e32e992f6ef3935218bA3904516','A3904516','194','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=A3904516&idxID=194','2','2','Wonderful Gulf to Bay property on gated North Manasota Key R...');
	properties[2] = new Array('1,750,000','500 Harbor Cove Cir. ','Longboat Key, FL 34228 ','http://supplemental.idxco.com/3452-122697294191744','IDX-1226964084','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1226964084&supp=1','4','5','Discover the BEST waterfront value in the Harbor Section of ...');
	properties[3] = new Array('1,595,000','3913 Casey Key Rd. ','Casey Key, Nokomis, FL 34275 ','http://supplemental.idxco.com/3452-122358190155737','IDX-1223581878','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1223581878&supp=1','3','3','CASEY KEY - GULF FRONT - GREAT OPPORTUNITY TO OWN PRIME GULF...');
	properties[4] = new Array('1,295,000','871 Macewen Dr. ','The Oaks, Osprey, FL 34229 ','http://supplemental.idxco.com/3452-122698446145795','IDX-1226984116','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1226984116&supp=1','5','5','This iconic Oaks Clubside Colonial is an exceptional opportu...');
	properties[5] = new Array('1,195,000','1265 Tree Bay Lane ','Sarasota, FL 34242 ','http://supplemental.idxco.com/3452-125847486533289','IDX-1258474570','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1258474570&supp=1','2','3','Exclusive and private south Siesta Key waterfront retreat. D...');
	properties[6] = new Array('695,000','100 Central 623 ','Downtown Sarasota, FL 34236 ','http://supplemental.idxco.com/3452-125255307816219','IDX-1252552896','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1252552896&supp=1','2','2','How pleasant and relaxing is it to look at this beautiful po...');
	properties[7] = new Array('599,000','100 Central 1016 ','Downtown Sarasota, FL 34236 ','http://supplemental.idxco.com/3452-124034626755282','IDX-1240345841','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1240345841&supp=1','2','2','SELLERS SLASHED PRICE 150,000  in one of the most desirable ...');
	properties[8] = new Array('599,000','9203 Midnight Pass Rd. 2 ','Siesta Key, Sarasota, FL 34242 ','http://supplemental.idxco.com/3452-122696853575767','IDX-1226963066','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1226963066&supp=1','3','2','Looking for a steal? This direct bay front, sailboat water i...');
	properties[9] = new Array('544,900','7646 Tralee Way ','Bradenton, FL 34202 ','http://supplemental.idxco.com/3452-122698301587919','IDX-1226982839','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1226982839&supp=1','3','3','OWNER TRANSFERRED &amp; WANTS HOME SOLD...OFFERING $5,000 TO...');
	properties[10] = new Array('499,000','840 N. The Esplande 202 ','Venice, FL 34285 ','http://supplemental.idxco.com/3452-123368378003606','IDX-1233683695','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1233683695&supp=1','2','2','Breathtaking views of Gulf Beaches and pool. Fabulous lanai ...');
	properties[11] = new Array('495,000','1770 BEN FRANKLIN DR 703 ','SARASOTA, FL 34236 ','http://photos-10.idxco.com/1946ee05f970322c91e8dac9f9a674a77cfA3892886','A3892886','194','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=A3892886&idxID=194','2','2','Top floor unit with SW Gulf views of Lido Beach near St. Arm...');
	properties[12] = new Array('464,000','2312  N. Gulf Dr. 207 ','Anna Maria Is, Bradenton, FL 34217 ','http://supplemental.idxco.com/3452-124793563998370','IDX-1247935496','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1247935496&supp=1','2','2','YOU CAN HAVE A $1MILLION VIEW FOR WAY LESS THAN $500k! Full ...');
	properties[13] = new Array('449,500','1794 Amethyst Ln ','Tha Oaks, Osprey, FL 34229 ','http://supplemental.idxco.com/3452-124034675912660','IDX-1240346653','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1240346653&supp=1','3','2','This former builder model is completely upgraded with all av...');
	properties[14] = new Array('449,000','2312 N. Gulf Dr.  209 ','Anna Maria Island, FL 34217 ','http://supplemental.idxco.com/3452-123282807387274','IDX-1232827916','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1232827916&supp=1','2','2','Full gulf views from this spacious END unit condo with priva...');
	properties[15] = new Array('397,000','22 Sandy Cove Rd 10 ','Siesta Key, Sarasota, FL 34242 ','http://supplemental.idxco.com/3452-124793835418223','IDX-1247938327','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1247938327&supp=1','2','2','Sandy Cove- near Siesta Village was designed by the renowned...');
	properties[16] = new Array('349,000','1900 Midnight Cove Pl. 134 ','Siesta Key, Sarasota, FL 34242 ','http://supplemental.idxco.com/3452-122694783328363','IDX-1226947521','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1226947521&supp=1','2','1','THIS UNIT IS ABSOLUTELY THE BEST PRICED CONDOMINIUM ON SIEST...');
	properties[17] = new Array('304,900','604 Avenida De Mayo St. ','Siesta Key, Sarasota, FL 34242 ','http://supplemental.idxco.com/3452-122696579303524','IDX-1226962386','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1226962386&supp=1','4','3','Oversized corner lot, two block away from Siesta Village, an...');
	properties[18] = new Array('291,000','800 Tamiami Trl 506 ','Downtown Sarasota, FL 34236 ','http://supplemental.idxco.com/3452-124793437047759','IDX-1247933788','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1247933788&supp=1','2','2','Positioned in the center of Sarasota\\\\\\\'s downtown bay front...');
	properties[19] = new Array('289,500','2735 Central Park Dr. ','Sarasota, FL 34239 ','http://supplemental.idxco.com/3452-123282990741436','IDX-1232829553','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1232829553&supp=1','3','2','OLD FLORIDA CHARM RIGHT IN THE CENTER OF SARASOTA! THIS THOR...');
	properties[20] = new Array('259,900','800  Hudson Ave. 108 ','Downtown Sarasota, FL 34236 ','http://supplemental.idxco.com/3452-124042777158545','IDX-1240427617','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1240427617&supp=1','2','2','DOWNTOWN SARASOTA...Must see the upgrades to believe the qua...');
	properties[21] = new Array('199,900','750 N. Tamiami Trl 1114 ','Downtown Sarasota, FL 34236 ','http://supplemental.idxco.com/3452-123612051597799','IDX-1236120496','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1236120496&supp=1','1','1','Downtown, close to Van Wezel and Bayfront. Great floor plan....');
	properties[22] = new Array('199,900','750 Nor TAMIAMI TRL 1114 ','SARASOTA, FL 34236 ','http://photos-10.idxco.com/194154f40ec751b20cd7c35fe9d923570f3A3904105','A3904105','194','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=A3904105&idxID=194','1','1','Downtown, close to Van Wezel and Bayfront. Great floor plan....');
	properties[23] = new Array('189,900','3625 Prudence Dr. ','Sarasota, FL 34235 ','http://supplemental.idxco.com/3452-124794041958916','IDX-1247940315','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1247940315&supp=1','6','3','AN INCREDIBLE HOME ! FIVE BEDROOMS WITH A DEN/OFFICE THREE B...');
	properties[24] = new Array('189,500','2727 Central Park Dr. ','Sarasota, FL 34239 ','http://supplemental.idxco.com/3452-12328303096314','IDX-1232830195','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1232830195&supp=1','2','1','QUAINT HOME WITH POOL AND FENCED YARD GIVES YOU ROOM TO GROW...');
	properties[25] = new Array('139,000','809 S. Jefferson ','Sarasota, FL 34237 ','http://supplemental.idxco.com/3452-12368917476611','IDX-1236891382','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1236891382&supp=1','2','1','Elegant &amp; cozy artist bungalow. (Owner was told home was...');
	properties[26] = new Array('0','2335 Wood St. ','Sarasota, FL 34237 ','http://supplemental.idxco.com/3452-124810664547970','IDX-1227635438','999','http://www.jamesdohertyrealestate.idxco.com/idx/3452/details.php?listingID=IDX-1227635438&supp=1','2','1','Daily,Weekly,Monthly Rental house. Tropical setting with Tik...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
