	// 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 = 3000;
	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-size: 12px; font-weight: normal; font-style: normal;  }');
	document.writeln('#IDX-slideshow { text-align: center; width: 177px; height: 177px;  }');
	document.writeln('.IDX-image { width: 177px; height: 177px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 32 - 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 >= 32)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 32 - 1;
	} // end genPrev

	var properties = new Array(32);
	properties[0] = new Array('1,950,000','1536 E FAIR PL ','CENTENNIAL, CO 80121 ','http://photos-6.idxco.com/102384deb8470fdf550c2913ac17bb31ee6725369','725369','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=725369&idxID=102','6','5','THIS ELEGANT ENGLISH CRAFTSMAN HOME BACKS TO THE HIGHLINE CA...');
	properties[1] = new Array('1,950,000','1423 E FAIR PL ','CENTENNIAL, CO 80121 ','http://photos-6.idxco.com/1026180373e486df8e0006d23ffb0b3aab5725352','725352','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=725352&idxID=102','6','5','ELEGANT FINISHES ADORN THIS CLASS IC TUSCAN VILLA*AN EXQUISI...');
	properties[2] = new Array('1,895,000','2454 CASTLE BUTTE DR ','CASTLE ROCK, CO 80109 ','http://photos-6.idxco.com/102457e12e1bc2083820b555e6bd3514ee6809059','809059','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=809059&idxID=102','5','4','STUNNING PANORAMIC VIEWS FROM THIS ELEGANT 5BD CUSTOM HOME T...');
	properties[3] = new Array('1,690,000','1484 E FAIR PL ','CENTENNIAL, CO 80121 ','http://photos-6.idxco.com/102192a6b60f57eb6c45b7f809928fab554715393','715393','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=715393&idxID=102','5','5','SECLUDED MATURE GATED COMMUNITY NESTLED ALONG HIGHLINE CANAL...');
	properties[4] = new Array('1,300,000','2379 HAYSTACK RD ','CASTLE ROCK, CO 80104 ','http://photos-6.idxco.com/102eb0dc69a186c229b3b0dcb0522c7081b795633','795633','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=795633&idxID=102','6','8','STUNNING HOME ON 5+ ACRES*GRAND ENTRY*MAIN FLR MAST, HUGE GO...');
	properties[5] = new Array('1,199,000','1575 E FAIR PL ','CENTENNIAL, CO 80121 ','http://photos-6.idxco.com/10203c7b6c6bae4960fa684209e580c4b50806570','806570','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=806570&idxID=102','5','5','STUNNING CONTEMPORARY CRAFTSMAN OFFERS LIFE STYLE OF TRANQUI...');
	properties[6] = new Array('1,149,000','1630 FILBERT CT ','DENVER, CO 80220 ','http://photos-6.idxco.com/10213d6710993e4a4c30c1f00decc44d34c816824','816824','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=816824&idxID=102','4','5','STUNNING ALL BRICK TUDOR BUILT BY AWARD WINNING ELEMENT CUST...');
	properties[7] = new Array('579,000','3309 S MARION ST ','ENGLEWOOD, CO 80113 ','http://photos-6.idxco.com/10296a8357d674e1d16064793a0350f763d807638','807638','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=807638&idxID=102','5','4','ABSOLUTELY BEAUTIFUL CUSTOM HOME*DREAM KIT W/BUTLERS AREA*MA...');
	properties[8] = new Array('500,000','323 S GLENCOE ST ','DENVER, CO 80246 ','http://photos-6.idxco.com/102f7dd5ead7d69932f0b85cfe317351229820148','820148','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=820148&idxID=102','3','3','REMODELED RANCH WITH OPEN SPACIOUS FLR PLAN*UPDATED PLUMBING...');
	properties[9] = new Array('499,500','9230 LOMBARDY LN ','LAKEWOOD, CO 80215 ','http://photos-6.idxco.com/102cacc78281aaa7cfdcbabc88fe86d363b821263','821263','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=821263&idxID=102','4','3','RARE LISTING ON LOMBARDY LN!*ARCHITECTS REMODEL*HALF ACRE PL...');
	properties[10] = new Array('482,000','2876 EMPORIA ST ','DENVER, CO 80238 ','http://photos-6.idxco.com/102ebe0a4774ccafe4bf58e8991fb4b92f5798030','798030','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=798030&idxID=102','3','3','SHOWS LIKE A MODEL COMPLETE W/UPGRADES! 5INCHCHERRYPLANKFLOO...');
	properties[11] = new Array('419,900','1419 ELIZABETH ST ','DENVER, CO 80206 ','http://photos-6.idxco.com/10293218a64b0477e17a203b9ff07528324800015','800015','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=800015&idxID=102','3','2','FABULOUS VICTORIAN IN HOT AREA COMBINES BEST OF OLD &amp; NE...');
	properties[12] = new Array('310,000','1475 DELGANY ST ','DENVER, CO 80202 ','http://photos-6.idxco.com/102ed0c4270f1f48ffd2e29f8010f0bb0c0824127','824127','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=824127&idxID=102','1','2','WOW!*1BD 2 BTH PENTHOUSE CONDO IN ABSOLUTEMODEL COND!*WILL S...');
	properties[13] = new Array('309,900','3982 LEE CIR ','WHEAT RIDGE, CO 80033 ','http://photos-6.idxco.com/102d5e8ca8d7fff9fede506e891ffa93da2818971','818971','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=818971&idxID=102','3','4','OPEN SPACIOUS FLOOR PLAN*LIGHT &amp; BRIGHT*MAINT FREE LIVIN...');
	properties[14] = new Array('300,000','9424 RIDGELINE BLVD ','HIGHLANDS RANCH, CO 80129 ','http://photos-6.idxco.com/102c784df3fe63f7ae8aacc8057d929509f825910','825910','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=825910&idxID=102','3','3','MODEL PERFECT TOWN CENTER HOME*3BDS, 3BTHS W/UPSTAIRS LAUNDR...');
	properties[15] = new Array('294,000','2715 BLAKE ST ','DENVER, CO 80205 ','http://photos-6.idxco.com/102cbc1d8990aff119e7b70de2ebed032ba809726','809726','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=809726&idxID=102','2','2','A TRUE LOFT GEM*ENJOY THE MTN VIEW FROM YOUR OWN PATIO W/FLO...');
	properties[16] = new Array('289,900','3299 LOWELL BLVD ','DENVER, CO 80211 ','http://photos-6.idxco.com/102af41af817047b3ffe1330d0b280d5f48803831','803831','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=803831&idxID=102','1','1','LOCATION, LOCATION, LOCATION*SPECTACULAR LOFT IN HEART OF HI...');
	properties[17] = new Array('245,000','5614 SPRUCE AVE ','CASTLE ROCK, CO 80104 ','http://photos-6.idxco.com/1025e9cdfad0ea70477a99126f149962760819937','819937','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=819937&idxID=102','4','3','OPEN, INVITING WITH MANY UPDATES &amp; UPGRADES*SUNNY*EAT-IN...');
	properties[18] = new Array('240,000','2182 URA LN ','NORTHGLENN, CO 80234 ','http://photos-6.idxco.com/10219d4e6e989aa714d46b730d83e2f8ac9827164','827164','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=827164&idxID=102','3','3','UPDATED MOVE IN READY*OPEN FLR PLAN*GOURMET KIT W/SLAB GRANI...');
	properties[19] = new Array('229,000','8243 W 54TH AVE ','ARVADA, CO 80002 ','http://photos-6.idxco.com/102889ef5bd7b6642c1536ea628ca38a09e811960','811960','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=811960&idxID=102','3','3','FANTASTIC 3BD/3BA TOWNHOME IN THE HEART OF ARVADA*END UNIT W...');
	properties[20] = new Array('219,900','3333 S GLENCOE ST ','DENVER, CO 80222 ','http://photos-6.idxco.com/1025f372498c1519bd8e4a44d2c93b8d584827152','827152','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=827152&idxID=102','3','2','UNIVERSITY HILLS GORGEOUS REMODEL*OPEN FLR PLAN W/3 BEDS &am...');
	properties[21] = new Array('208,000','1333 HIGH ST ','DENVER, CO 80218 ','http://photos-6.idxco.com/1028f4b6d06518b059f70fc2c9e619adf39818966','818966','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=818966&idxID=102','2','1','OUTSTANDING 2 BEDRM CONDO IN CONVERTED MANSION*NICELY UPDATE...');
	properties[22] = new Array('170,000','2411 E 29TH AVE ','DENVER, CO 80205 ','http://photos-6.idxco.com/1025f62f433c1c5aa429b203acc59bdd3b2823806','823806','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=823806&idxID=102','2','1','COMPLETE REMODEL WITH GORGEOUS FINISHES INCLUDING HARDWOOD F...');
	properties[23] = new Array('170,000','3713 N FRANKLIN ST ','DENVER, CO 80205 ','http://photos-6.idxco.com/102de31af6260f850a15801b4d917d8eea4817687','817687','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=817687&idxID=102','','2','BEAUTIFULLY UPDATED DUPLEX IN UP &amp; COMING NEIGHBORHOOD!*...');
	properties[24] = new Array('159,900','7210 QUIVAS ST ','DENVER, CO 80221 ','http://photos-6.idxco.com/10213075e1c3cd6ad62e90274ccda79a2ee826328','826328','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=826328&idxID=102','4','2','STUNNING REMODEL*GREAT LOCATION*EASY ACCESS TO DOWNTOWN, MTN...');
	properties[25] = new Array('155,000','8481 W UNION AVE ','DENVER, CO 80123 ','http://photos-6.idxco.com/102c381641be3fdcfbb8c3cc8394fb37440822319','822319','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=822319&idxID=102','2','2','MOVE IN READY*POTTERY BARN HOME W/RECENT UPDATES*COZY FRPLCE...');
	properties[26] = new Array('150,000','3444 N HUMBOLDT ST ','DENVER, CO 80205 ','http://photos-6.idxco.com/102b4691df9be0c066fb5eb6fa26f4b3d13818083','818083','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=818083&idxID=102','','2','BEAUTIFULLY UPDATED DUPLEX-LIVE IN ONE SIDE, RENT THE OTHER*...');
	properties[27] = new Array('145,000','3763 N HIGH ST ','DENVER, CO 80205 ','http://photos-6.idxco.com/1023ff700913143e4cb603a0ce374fa92c1817695','817695','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=817695&idxID=102','2','2','NICELY UPDATED IN UP &amp; COMING NEIGHBORHOOD*GORGEOUS HARD...');
	properties[28] = new Array('129,900','4027 WYANDOT ST ','DENVER, CO 80211 ','http://photos-6.idxco.com/102077d2094ca5fc7fd32d42404bc2438ed824122','824122','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=824122&idxID=102','1','1','BEAUTIFULLY UPDATED IN GORGEOUS SUNNYSIDE NEIGHBORHOOD*NEW A...');
	properties[29] = new Array('80,000','3444 HUMBOLDT ST ','DENVER, CO 80205 ','http://photos-6.idxco.com/102b4691df9be0c066fb5eb6fa26f4b3d13819963','819963','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=819963&idxID=102','2','1','BEAUTIFULLY UPDATED &amp; LOCATED ON A GREAT BLOCK IN A HOT ...');
	properties[30] = new Array('80,000','3446 N HUMBOLDT ST ','DENVER, CO 80205 ','http://photos-6.idxco.com/102b4691df9be0c066fb5eb6fa26f4b3d13819952','819952','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=819952&idxID=102','2','1','BEAUTIFULLY UPDATED &amp; LOCATED ON A GREAT BLOCK IN A HOT ...');
	properties[31] = new Array('69,900','1701 KING ST ','DENVER, CO 80204 ','http://photos-6.idxco.com/102e5141c017b1501b0a230843a7ac46eba774886','774886','102','http://www.theberkshiregroup.idxco.com/idx/3103/details.php?listingID=774886&idxID=102','1','1','BEAUTIFULLY UPDATED CONDO NEAR SLOANS LAKE!*NEW PAINT &amp; ...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
