	// IDX Broker Slideshow version 1.0
	// Copyright ©2008 All rights reserved.
	// This script exists soley for the purposes of allowinf real estate professionals to display
	// their property information easily on their own web site. All other use prohibited.
	
	var c;
	var timeout = 5000;
	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-weight: bold; color: #ffffff;  }');
	document.writeln('#IDX-slideshow { text-align: center; background-color: #0E273c; border-style: solid; border-color: #0e273c; 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 = 43 - 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 >= 43)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 43 - 1;
	} // end genPrev

	var properties = new Array(43);
	properties[0] = new Array('391,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/581/06449581.jpg','06449581','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449581&idxID=004');
	properties[1] = new Array('384,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/214/06230214.jpg','06230214','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06230214&idxID=004');
	properties[2] = new Array('379,900','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/185/06302185.jpg','06302185','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06302185&idxID=004');
	properties[3] = new Array('379,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/083/06139083.jpg','06139083','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06139083&idxID=004');
	properties[4] = new Array('373,520','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/828/06658828.jpg','06658828','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06658828&idxID=004');
	properties[5] = new Array('358,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/563/06449563.jpg','06449563','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449563&idxID=004');
	properties[6] = new Array('352,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/778/06555778.jpg','06555778','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06555778&idxID=004');
	properties[7] = new Array('348,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/540/06386540.jpg','06386540','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06386540&idxID=004');
	properties[8] = new Array('344,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/544/06449544.jpg','06449544','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449544&idxID=004');
	properties[9] = new Array('339,900','566 BLUESTEM LN ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/088/06811088.jpg','06811088','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06811088&idxID=004');
	properties[10] = new Array('333,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/522/06449522.jpg','06449522','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449522&idxID=004');
	properties[11] = new Array('332,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/601/06449601.jpg','06449601','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449601&idxID=004');
	properties[12] = new Array('329,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/039/06139039.jpg','06139039','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06139039&idxID=004');
	properties[13] = new Array('329,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/618/06178618.jpg','06178618','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06178618&idxID=004');
	properties[14] = new Array('325,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/591/06449591.jpg','06449591','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449591&idxID=004');
	properties[15] = new Array('322,900','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/162/06385162.jpg','06385162','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06385162&idxID=004');
	properties[16] = new Array('321,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/585/06449585.jpg','06449585','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449585&idxID=004');
	properties[17] = new Array('317,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/073/06330073.jpg','06330073','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06330073&idxID=004');
	properties[18] = new Array('316,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/511/06449511.jpg','06449511','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449511&idxID=004');
	properties[19] = new Array('316,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/575/06449575.jpg','06449575','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449575&idxID=004');
	properties[20] = new Array('316,700','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/056/06139056.jpg','06139056','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06139056&idxID=004');
	properties[21] = new Array('315,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/501/06449501.jpg','06449501','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449501&idxID=004');
	properties[22] = new Array('314,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/516/06449516.jpg','06449516','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449516&idxID=004');
	properties[23] = new Array('313,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/478/06449478.jpg','06449478','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449478&idxID=004');
	properties[24] = new Array('311,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/495/06449495.jpg','06449495','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449495&idxID=004');
	properties[25] = new Array('309,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/096/06242096.jpg','06242096','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06242096&idxID=004');
	properties[26] = new Array('308,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/516/06306516.jpg','06306516','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06306516&idxID=004');
	properties[27] = new Array('307,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/061/06471061.jpg','06471061','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06471061&idxID=004');
	properties[28] = new Array('304,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/467/06449467.jpg','06449467','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06449467&idxID=004');
	properties[29] = new Array('301,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/822/06329822.jpg','06329822','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06329822&idxID=004');
	properties[30] = new Array('299,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/773/06306773.jpg','06306773','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06306773&idxID=004');
	properties[31] = new Array('298,900','Address Not Published ','MINOOKA, IL 60447 ','http://www.mlsni.com/photos/property/893/06446893.jpg','06446893','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06446893&idxID=004');
	properties[32] = new Array('298,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/992/06138992.jpg','06138992','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06138992&idxID=004');
	properties[33] = new Array('296,900','676 HAYDEN DR ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/784/06817784.jpg','06817784','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06817784&idxID=004');
	properties[34] = new Array('294,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/495/05296495.jpg','05296495','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=05296495&idxID=004');
	properties[35] = new Array('289,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/412/06465412.jpg','06465412','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06465412&idxID=004');
	properties[36] = new Array('288,400','LT 119 PRAIRIE MEADOWS ST ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/455/06620455.jpg','06620455','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06620455&idxID=004');
	properties[37] = new Array('287,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/876/06245876.jpg','06245876','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06245876&idxID=004');
	properties[38] = new Array('282,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/151/06114151.jpg','06114151','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06114151&idxID=004');
	properties[39] = new Array('280,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/007/06139007.jpg','06139007','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06139007&idxID=004');
	properties[40] = new Array('276,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/287/05373287.jpg','05373287','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=05373287&idxID=004');
	properties[41] = new Array('276,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/090/06230090.jpg','06230090','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06230090&idxID=004');
	properties[42] = new Array('274,400','Address Not Published ','YORKVILLE, IL 60560 ','http://www.mlsni.com/photos/property/616/06085616.jpg','06085616','004','http://www.paulleganski.idxco.com/idx/2726/details.php?listingID=06085616&idxID=004');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
