	// 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 = 6000;
	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: 10px; font-weight: normal; font-style: normal;  }');
	document.writeln('#IDX-slideshow { text-align: center; background-color: #gray; border-width: 2px; border-style: groove; width: 160px; height: 170px;  }');
	document.writeln('.IDX-image { width: 130px; height: 120px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 16 - 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+'Baths: '+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 >= 16)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 16 - 1;
	} // end genPrev

	var properties = new Array(16);
	properties[0] = new Array('3,250,000','526 FEATHER PALM DR  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/70/76390.jpg','76390','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=76390&idxID=012','4','4','BREATHTAKING NEWER ESTATE WITH RIVER VIEWS, NO EXPENSE SPARE...');
	properties[1] = new Array('1,195,000','57 CACHE CAY DR  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/04/78168.jpg','78168','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=78168&idxID=012','3','2','HEAVEN IS A LITTLE CLOSER IN A HOUSE BY THE WATER. 163\\\\\\\' o...');
	properties[2] = new Array('799,000','4731 PEBBLE BAY CR  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/29/79143.jpg','79143','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=79143&idxID=012','4','4','FABULOUS LOT WITH ANCIENT OAKS.  STATELY HOME WITH GONE WITH...');
	properties[3] = new Array('470,000','104 CACHE CAY DR  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/09/74103.jpg','74103','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=74103&idxID=012','3','3','Located on the Barrier Island, this 24hr guarded executive c...');
	properties[4] = new Array('469,900','1325 ISLAND CLUB SQUARE WEST  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/67/81189.jpg','81189','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=81189&idxID=012','3','2','GATED COMMUNITY WITH DEEDED BEACH ACCESS, PRIVATE YARD, EXTR...');
	properties[5] = new Array('450,000','840 ISLAND CLUB SQ  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/10/79570.jpg','79570','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=79570&idxID=012','3','2','LAKEFRONT WITH LONG VIEW OF LAKE, EXCELLENT CONDITION, PLANT...');
	properties[6] = new Array('429,900','1100 ADMIRALS WALK  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/98/78966.jpg','78966','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=78966&idxID=012','4','2','GREAT PRICE FOR 4 BEDROOM, EAST OF A1A! INCLUDES HIGH CEILIN...');
	properties[7] = new Array('419,900','860 ISLAND CLUB LN  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/59/100953.jpg','100953','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=100953&idxID=012','3','2','BEAUTIFUL MANY UPGRADES.  PRICED TO SELL WITH HEATED POOL, R...');
	properties[8] = new Array('419,000','855 ISLAND CLUB LN  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/21/79407.jpg','79407','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=79407&idxID=012','3','2','LAKEFRONT HOME WITH SOUTHERN EXPOSURE AND LOTS OF NATURAL LI...');
	properties[9] = new Array('399,000','2301 58TH AVENUE SW  ','Vero Beach, FL 32968 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/11/80437.jpg','80437','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=80437&idxID=012','3','2','COUNTRY LIVING AT IT\\\\\\\'S FINEST. 2006 CONSTRUCTION WITH HAR...');
	properties[10] = new Array('359,900','2125 PERIWINKLE DR  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/23/78541.jpg','78541','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=78541&idxID=012','3','3','LOWEST PRICED IN THE MOORINGS EAST OF A1A. DEEDED BEACH ACCE...');
	properties[11] = new Array('199,000','1618 SANDPOINTE PL W  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/66/78922.jpg','78922','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=78922&idxID=012','','','GREAT LOT, THE COMMUNITY CONSISTS OF NEWER UPSCALE HOMES, DE...');
	properties[12] = new Array('199,000','4410 HIGHWAY A1A, #108  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/12/101104.jpg','101104','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=101104&idxID=012','2','2','GREAT LOCATION, 1ST FLOOR, NEWER KITCHEN, WHITE CABINETS, BR...');
	properties[13] = new Array('190,000','5151 HIGHWAY A1A #306  ','Vero Beach, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/73/80391.jpg','80391','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=80391&idxID=012','2','2','LOCATED IN INDIAN RIVER SHORES, VERA CRUZ OFFERS DOCK RENTAL...');
	properties[14] = new Array('125,000','838 SEMINOLE LN  ','Indian River Shores, FL 32963 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/72/78024.jpg','78024','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=78024&idxID=012','','','GREAT OPPORTUNITY TO BUILD YOUR DREAM HOME IN INDIAN RIVER S...');
	properties[15] = new Array('85,000','605 BRIDGEWATER LN SW  ','Vero Beach, FL 32962 ','http://extimages2.living.net/ImagesHomeProd6/FL/idx/photos/indianriver/44/77048.jpg','77048','012','http://www.debbell.idxco.com/idx/3042/details.php?listingID=77048&idxID=012','','','LOCATION IN A GUARDED GOLF COMMUNITY.  INDIAN RIVER CLUB IS ...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
