	// 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 = 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: 10px; font-weight: bolder; text-decoration: none; color: #003366;  }');
	document.writeln('#IDX-slideshow { text-align: center; background-color: #ffffcc; width: 160px; height: 160px;  }');
	document.writeln('.IDX-image { width: 160px; height: 120px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 11 - 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 >= 11)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 11 - 1;
	} // end genPrev

	var properties = new Array(11);
	properties[0] = new Array('1,749,000','4719 WELLINGTON DR ','LONG GROVE, IL 60047 ','http://www.mredllc.com/photos/property/578/07311578.jpg','07311578','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07311578&idxID=004','5','4','THIS  7000 SQ FT CUSTOM HOME LOCATED IN THE PRESTIGIOUS GATE...');
	properties[1] = new Array('1,144,000','21928 TALL OAKS CT ','KILDEER, IL 60047 ','http://www.mredllc.com/photos/property/734/07278734.jpg','07278734','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07278734&idxID=004','4','4','135,000 PRICE REDUCTION!  SELLERS ARE RELOCATING AND HATE TO...');
	properties[2] = new Array('849,000','4590 PAMELA CT ','LONG GROVE, IL 60047 ','http://www.mredllc.com/photos/property/462/07199462.jpg','07199462','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07199462&idxID=004','3','3','RARELY AVAILABLE STUNNING &amp; SOPHISTICATED ALL BRICK RANC...');
	properties[3] = new Array('550,000','115 PRAIRIE PARK DR 410 ','WHEELING, IL 60090 ','http://www.mredllc.com/photos/property/222/07366222.jpg','07366222','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07366222&idxID=004','3','2','SPECTACULAR NEW CONSTRUCTION - QUALITY CRAFTSMANSHIP INCLUDE...');
	properties[4] = new Array('499,900','425 BENJAMIN DR 503 ','VERNON HILLS, IL 60061 ','http://www.mredllc.com/photos/property/544/07285544.jpg','07285544','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07285544&idxID=004','2','2','VERNON HILLS\\\\\\\' BEST KEPT SECRET! PENTHOUSE LUXURY UNIT BOA...');
	properties[5] = new Array('495,000','115 PRAIRIE PARK DR 512 ','WHEELING, IL 60090 ','http://www.mredllc.com/photos/property/851/07289851.jpg','07289851','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07289851&idxID=004','2','2','SPECTACULAR NEW CONSTRUCTION - QUALITY CRAFTSMANSHIP INCLUDE...');
	properties[6] = new Array('305,000','115 PRAIRIE PARK DR 207 ','WHEELING, IL 60090 ','http://www.mredllc.com/photos/property/840/07288840.jpg','07288840','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07288840&idxID=004','2','2','SPECTACULAR NEW CONSTRUCTION - QUALITY CRAFTSMANSHIP INCLUDE...');
	properties[7] = new Array('281,610','115 PRAIRIE PARK DR 301 ','WHEELING, IL 60090 ','http://www.mredllc.com/photos/property/290/07288290.jpg','07288290','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07288290&idxID=004','1','1','SPECTACULAR NEW CONSTRUCTION - QUALITY CRAFTSMANSHIP INCLUDE...');
	properties[8] = new Array('265,000','115 PRAIRIE PARK DR 505 ','WHEELING, IL 60090 ','http://www.mredllc.com/photos/property/770/07289770.jpg','07289770','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07289770&idxID=004','2','2','SPECTACULAR NEW CONSTRUCTION - QUALITY CRAFTSMANSHIP INCLUDE...');
	properties[9] = new Array('249,000','1479 MILWAUKEE AVE 104 ','LIBERTYVILLE, IL 60048 ','http://www.mredllc.com/photos/property/805/07288805.jpg','07288805','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07288805&idxID=004','2','2','LUXURY 2 BEDROOM PLUS DEN! OPEN FLOOR PLAN WITH LARGE EAT-IN...');
	properties[10] = new Array('2,300','425 BENJAMIN DR 503 ','VERNON HILLS, IL 60061 ','http://www.mredllc.com/photos/property/561/07285561.jpg','07285561','004','http://www.buffalogrovehomes.idxco.com/idx/2435/details.php?listingID=07285561&idxID=004','2','2','WONDERFUL FURNISHED EXECUTIVE PENTHOUSE BOASTING 2325 SQ FT ...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
