	// 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; border-width: 1px; border-style: solid; border-color: #FFFFFF; width: 320px; height: 300px;  }');
	document.writeln('.IDX-image { width: 320px; height: 240px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 9 - 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 >= 9)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 9 - 1;
	} // end genPrev

	var properties = new Array(9);
	properties[0] = new Array('1,150,000','827 ANGEL WING DR ','SANIBEL, FL 33957 ','http://photos-13.idxco.com/24547ca048bde1cd19257bd173827b118ba2901090','2901090','245','http://www.realestateofsanibelandcaptiva.idxco.com/idx/3816/details.php?listingID=2901090&idxID=245','3','2','BOATER\\\\\\\\\\\\\\\'S DELIGHT!  This great Shell Harbor home is lo...');
	properties[1] = new Array('625,000','1582 SAND CASTLE RD ','SANIBEL, FL 33957 ','http://photos-13.idxco.com/245c164563475f6c4b1cc2a4dd68a8617192900474','2900474','245','http://www.realestateofsanibelandcaptiva.idxco.com/idx/3816/details.php?listingID=2900474&idxID=245','3','2','Remodeled by the owner/builder for his own use, no detail wa...');
	properties[2] = new Array('599,000','','SANIBEL, FL 33957 ','http://photos-13.idxco.com/245b866ef024a36af7f55644063b235a29d2900536','2900536','245','http://www.realestateofsanibelandcaptiva.idxco.com/idx/3816/details.php?listingID=2900536&idxID=245','3','2','Enter the front double door and you are greeted with a large...');
	properties[3] = new Array('579,000','1574 SAND CASTLE RD ','SANIBEL, FL 33957 ','http://photos-13.idxco.com/245c63212a4edd686141ea6e389e14c14522901065','2901065','245','http://www.realestateofsanibelandcaptiva.idxco.com/idx/3816/details.php?listingID=2901065&idxID=245','3','2','Prepare to be WOWED as you enter this charming home and see ...');
	properties[4] = new Array('575,000','963 SAND CASTLE RD ','SANIBEL, FL 33957 ','http://supplemental.idxco.com/3816-12572637366269','2901092','245','http://www.realestateofsanibelandcaptiva.idxco.com/idx/3816/details.php?listingID=2901092&idxID=245','3','2','STUNNING LAKE AND GOLF COURSE VIEWS from this ground level h...');
	properties[5] = new Array('570,000','1133 SAND CASTLE RD ','SANIBEL, FL 33957 ','http://photos-13.idxco.com/245d015afe7f125c26f6339f6238c1a45682901064','2901064','245','http://www.realestateofsanibelandcaptiva.idxco.com/idx/3816/details.php?listingID=2901064&idxID=245','3','2','-Golfer\\\\\\\\\\\\\\\'s Delight!! Once you open the door of this 3 ...');
	properties[6] = new Array('499,000','1389 ALBATROSS RD ','SANIBEL, FL 33957 ','http://photos-13.idxco.com/2451b4dcaf57bb87a7a3eaceae1ecb7a6582801339','2801339','245','http://www.realestateofsanibelandcaptiva.idxco.com/idx/3816/details.php?listingID=2801339&idxID=245','3','2','This is the buy youve been waiting for. Pull up into the cir...');
	properties[7] = new Array('485,000','','SANIBEL, FL 33957 ','http://photos-13.idxco.com/2459e722d0f93d641125872aefb4f6079082900596','2900596','245','http://www.realestateofsanibelandcaptiva.idxco.com/idx/3816/details.php?listingID=2900596&idxID=245','3','2','-Sweeping golf course and lake views from this Dunes duplex....');
	properties[8] = new Array('125,000','1806 SE 16 TH STREET ','CAPE CORAL, FL 33990 ','http://photos-13.idxco.com/245a9b48958f2db35544db91490a802f9522900883','2900883','245','http://www.realestateofsanibelandcaptiva.idxco.com/idx/3816/details.php?listingID=2900883&idxID=245','3','2','-WELL MAINTAINED FAMILY HOME CONVENIENTLY LOCATED IN CAPE CO...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
