	// IDX Broker Slideshow version 1.0
	// Copyright ©2010 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: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; text-decoration: blink;  }');
	document.writeln('#IDX-slideshow { text-align: center; 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('150,000','1234 Drexel Rd ','West Palm Beach, FL 33417 ','http://photos-1.idxco.com/010382b31586d30cf53130ab5b6fcba90ceR2939644','R2939644','010','http://www.expofl.idxco.com/idx/2986/details.php?listingID=R2939644&idxID=010','3','2','3 BED + DEN...');
	properties[1] = new Array('144,900','13491 Fountain View Blvd ','Wellington, FL 33414 ','http://photos-1.idxco.com/0109480ea3ae170897f754d75e3c234d3e8R3067965','R3067965','010','http://www.expofl.idxco.com/idx/2986/details.php?listingID=R3067965&idxID=010','3','2','SHORT SALE / SUBJECT TO LENDER\\\\\\\'S APPROVAL...');
	properties[2] = new Array('115,000','2802 SEMINOLE RD ','West Palm Beach, FL 33406 ','http://photos-1.idxco.com/010b25e5d0691d7ebf3ca98b13273d2d3afR3082036','R3082036','010','http://www.expofl.idxco.com/idx/2986/details.php?listingID=R3082036&idxID=010','','','EACH UNIT RENTED FOR $850.00 A MONTH, ON MONTH TO MONTH. ALL...');
	properties[3] = new Array('84,900','1795 N Congress Av ','West Palm Beach, FL 33401 ','http://photos-1.idxco.com/010ab73a3f37caf0039e7ef9b4368de2617R3047592','R3047592','010','http://www.expofl.idxco.com/idx/2986/details.php?listingID=R3047592&idxID=010','3','2','...');
	properties[4] = new Array('84,900','984 Lake Victoria Dr # 32-C ','West Palm Beach, FL 33411 ','http://photos-1.idxco.com/010a5f7d5dca7cf52e3883819cff4cd476cR3045486','R3045486','010','http://www.expofl.idxco.com/idx/2986/details.php?listingID=R3045486&idxID=010','3','2','OWNER FINANCING AVAILABLE WITH 20% DOWN!!!! NO CREDIT CHECK....');
	properties[5] = new Array('74,500','11985 SHAKERWOOD LANE ','Wellington, FL 33414 ','http://photos-1.idxco.com/0104d87465d91fca51d73073300fb849c53R3074958','R3074958','010','http://www.expofl.idxco.com/idx/2986/details.php?listingID=R3074958&idxID=010','2','2','...');
	properties[6] = new Array('73,500','801 THALIA CIRCLE ','Lake Worth, FL 33461 ','http://photos-1.idxco.com/0105d18f1142edcea11f7fd554eaef50b17R3071165','R3071165','010','http://www.expofl.idxco.com/idx/2986/details.php?listingID=R3071165&idxID=010','3','2','BEAUTIFUL UNIT, EASY TO SHOW PROPERTY IS VACANT.  GRANITE CO...');
	properties[7] = new Array('60,000','3810 N Jog Rd # 106 ','Royal Palm Beach, FL 33411 ','http://photos-1.idxco.com/01042854992d781ddc6d3f0af606cde60e4R3055758','R3055758','010','http://www.expofl.idxco.com/idx/2986/details.php?listingID=R3055758&idxID=010','3','2','...');
	properties[8] = new Array('1,150','4972 Regina Ct # 6b ','West Palm Beach, FL 33415 ','http://photos-1.idxco.com/0104df0d58771942e5275fae722965a7af4R3084506','R3084506','010','http://www.expofl.idxco.com/idx/2986/details.php?listingID=R3084506&idxID=010','3','2','BEAUTIFUL 3 BR VILLA W/ CARPORT, SEPRATE LAUNDRY ROOM, BONUS...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
