	// IDX Broker Slideshow version 1.0
	// Copyright ©2008 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 = 7000;
	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: 16px; font-weight: normal; font-style: normal; text-decoration: none; color: ##FFFFF;  }');
	document.writeln('#IDX-slideshow { text-align: center; background-color: ##00000; width: 346px; height: 285px;  }');
	document.writeln('.IDX-image { width: 342px; height: 227px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 15 - 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>');

	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>';
		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 >= 15)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 15 - 1;
	} // end genPrev

	var properties = new Array(15);
	properties[0] = new Array('3,000,000','3808 Hollins Avenue ','Claremont, CA 91711 ','http://photos-4.idxco.com/06622b8f637c1bec7debe132d5fad37b47dC08079191','C08079191','066','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=C08079191&idxID=066');
	properties[1] = new Array('2,795,000','1495 1st Street ','Norco, CA 92860 ','http://photos-5.idxco.com/083a9a2d8a4464036675f96d0aaca2b6e7bR706572','R706572','083','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=R706572&idxID=083');
	properties[2] = new Array('2,400,000','700 W 25th Street ','Upland, CA 91784 ','http://photos-4.idxco.com/0660dd55bde4620f5399cd8fb699c9ae800C08046962','C08046962','066','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=C08046962&idxID=066');
	properties[3] = new Array('1,599,900','20754 Gunderson Drive ','Laguna Beach, CA 92651 ','http://photos-5.idxco.com/08337c64bb6323bfc8e256845ee7bf52fa9L23578','L23578','083','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=L23578&idxID=083');
	properties[4] = new Array('1,525,000','3113 Corte Marin ','Newport Beach, CA 92660 ','http://photos-5.idxco.com/0835418560a5ff5aca48b21e26b821055ddP606966','P606966','083','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=P606966&idxID=083');
	properties[5] = new Array('1,400,000','31615 2nd Avenue ','Laguna Beach, CA 92651 ','http://photos-5.idxco.com/08329a86a760f5d68cea8a7dd01eb1cf7d9S525468','S525468','083','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=S525468&idxID=083');
	properties[6] = new Array('1,350,000','2390 N Mountain Avenue ','Upland, CA 91784 ','http://photos-4.idxco.com/0665435d1e6e485e39caceae938fd7d770fC08033187','C08033187','066','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=C08033187&idxID=066');
	properties[7] = new Array('1,125,000','1343 Pico Street ','Fullerton, CA 92833 ','http://photos-5.idxco.com/083dc18c5ae53b597bf53d21e9a74f1a123R802802','R802802','083','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=R802802&idxID=083');
	properties[8] = new Array('999,000','40 Silkwood ','Aliso Viejo, CA 92656 ','http://clientlogos.idxco.com/noPhoto_3273','R805809','083','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=R805809&idxID=083');
	properties[9] = new Array('879,000','37290 Limekiln Drive ','Yucaipa, CA 92399 ','http://photos-4.idxco.com/0662231c23dd1caf5f0869c62a282e1414bC08003965','C08003965','066','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=C08003965&idxID=066');
	properties[10] = new Array('698,000','4091 Crestview Drive ','Lake Elsinore, CA 92530 ','http://photos-4.idxco.com/066690fd631f2e3e745ca9a6a9393e18700C08063586','C08063586','066','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=C08063586&idxID=066');
	properties[11] = new Array('649,000','7834 6th Street ','Downey, CA 90241 ','http://clientlogos.idxco.com/noPhoto_3273','R804958','083','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=R804958&idxID=083');
	properties[12] = new Array('339,000','11270 Deer Creek Avenue ','Montclair, CA 91763 ','http://photos-4.idxco.com/0666ebf5ff240fa3e3716ad12e24fb366b0C08089280','C08089280','066','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=C08089280&idxID=066');
	properties[13] = new Array('149,000','28986 Campbell Avenue ','Moreno Valley, CA 92555 ','http://photos-4.idxco.com/066e42764a9bdc1fd3b6777a12c6bfcc423C08003794','C08003794','066','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=C08003794&idxID=066');
	properties[14] = new Array('145,000','6266 Avenue Juan Diaz  ','Riverside, CA 92509 ','http://photos-4.idxco.com/066b1457a6f25dc319f39fe621b85e4c810C07102300','C07102300','066','http://www.sellersnet.idxco.com/idx/3273/details.php?listingID=C07102300&idxID=066');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
