	// 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 = 3000;
	var cwi = 0;
	
	document.writeln('<style type="text/css" media="all">');
	document.writeln('#IDX-slideshow { text-align: center; width: 222px; height: 160px;  }');
	document.writeln('.IDX-image { width: 200px; height: 130px;  }');
	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-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-listingAgent" style="display:none;"></div>');
	document.writeln('<div id="IDX-listingOffice" 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-listingAgent').innerHTML = urlVar+properties[cwi][10]+'</a>';
		document.getElementById('IDX-listingOffice').innerHTML = urlVar+properties[cwi][11]+'</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(10);
	properties[0] = new Array('530,000','18881 SEAN PATRICK WAY ','Groveland, CA 95321 ','http://tcar.fnismls.com/Paragon/ListingPictures/tcar/8/tcar20110408.jpg','20110408','132','http://www.lauree.idxco.com/idx/9607/details.php?listingID=20110408&idxID=132','3','4','ALL rooms have views of 2nd green, 4th fairway &amp; mountai...','LAUREEN BORUP','RE/MAX YOSEMITE GOLD');
	properties[1] = new Array('299,950','20301 Pine Mtn Drive ','Groveland, CA 95321 ','http://tcar.fnismls.com/Paragon/ListingPictures/tcar/7/tcar20120137.jpg','20120137','132','http://www.lauree.idxco.com/idx/9607/details.php?listingID=20120137&idxID=132','3','2','Fabulous lake view with no power lines to mar it. Close to L...','LAUREEN BORUP','RE/MAX YOSEMITE GOLD');
	properties[2] = new Array('285,000','11981 Trapper Court ','Groveland, CA 95321 ','http://tcar.fnismls.com/Paragon/ListingPictures/tcar/1/tcar20111451.jpg','20111451','132','http://www.lauree.idxco.com/idx/9607/details.php?listingID=20111451&idxID=132','3','2','Extremely secluded on 1.68 acres at end of cul de sac. Restf...','LAUREEN BORUP','RE/MAX YOSEMITE GOLD');
	properties[3] = new Array('230,000','12186 Deer Creek Rd ','Groveland, CA 95321 ','http://tcar.fnismls.com/Paragon/ListingPictures/tcar/6/tcar20103596.jpg','20103596','132','http://www.lauree.idxco.com/idx/9607/details.php?listingID=20103596&idxID=132','1','1','Beautiful Deer Flat acreage-rolling meadow, Deer Creek, view...','LAUREEN BORUP','RE/MAX YOSEMITE GOLD');
	properties[4] = new Array('170,000','20000 Cherokee Trail ','Groveland, CA 95321 ','http://tcar.fnismls.com/Paragon/ListingPictures/tcar/1/tcar20111741.jpg','20111741','132','http://www.lauree.idxco.com/idx/9607/details.php?listingID=20111741&idxID=132','3','2','Super private wooded 20 acres is actually two separate parce...','LAUREEN BORUP','RE/MAX YOSEMITE GOLD');
	properties[5] = new Array('90,000','19710 GOLDEN ROCK CIRCLE ','Groveland, CA 95321 ','http://tcar.fnismls.com/Paragon/ListingPictures/tcar/0/tcar20111130.jpg','20111130','132','http://www.lauree.idxco.com/idx/9607/details.php?listingID=20111130&idxID=132','','','Superb location between Dunn Ct beach and the Country Club, ...','LAUREEN BORUP','RE/MAX YOSEMITE GOLD');
	properties[6] = new Array('50,000','5E SEAN PATRICK WAY ','Groveland, CA 95321 ','http://tcar.fnismls.com/Paragon/ListingPictures/tcar/3/tcar20104793.jpg','20104793','132','http://www.lauree.idxco.com/idx/9607/details.php?listingID=20104793&idxID=132','','','Close to Country Club, Pro Shop, tennis and swimming pool. G...','LAUREEN BORUP','RE/MAX YOSEMITE GOLD');
	properties[7] = new Array('30,000','12088 BRECKENRIDGE ROAD ','Groveland, CA 95321 ','http://tcar.fnismls.com/Paragon/ListingPictures/tcar/7/tcar20104667.jpg','20104667','132','http://www.lauree.idxco.com/idx/9607/details.php?listingID=20104667&idxID=132','','','Lovely buildable lot with septic system already in! Plans av...','LAUREEN BORUP','RE/MAX YOSEMITE GOLD');
	properties[8] = new Array('16,000','19561 Butler Way ','Groveland, CA 95321 ','http://tcar.fnismls.com/Paragon/ListingPictures/tcar/2/tcar20120062.jpg','20120062','132','http://www.lauree.idxco.com/idx/9607/details.php?listingID=20120062&idxID=132','','','An ideal lot if you love trees, privacy and being close to t...','LAUREEN BORUP','RE/MAX YOSEMITE GOLD');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();

