	// 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 = 5000;
	var cwi = 0;
	
	document.writeln('<style type="text/css" media="all">');
	document.writeln('#IDX-slideshow { text-align: center; border-width: 2px; border-color: ##28002; width: 230px;  }');
	document.writeln('.IDX-image { width: 230px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 34 - 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 >= 34)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 34 - 1;
	} // end genPrev

	var properties = new Array(34);
	properties[0] = new Array('1,100,000','John Meyers Rd. ','West Windsor, VT 05037 ','http://photos-5.idxco.com/096eea7fdf20d3f7a7e56e5ed8b653d6c184109461','4109461','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4109461&idxID=096','','','Breathtaking views of Mt. Ascutney. 28 open acres. Total of ...');
	properties[1] = new Array('875,000','786 Bannister ','West Windsor, VT 05037 ','http://photos-5.idxco.com/096a0d9542923ee1a998585fdae1bc429f34045949','4045949','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4045949&idxID=096','6','3','Carefully maintained custom log home on 26 acres with views ...');
	properties[2] = new Array('795,000','4281 Rush Meadow Road ','West Windsor, VT 05089 ','http://photos-5.idxco.com/096b687d0538569d62406d5c8d56b0eb92f4079588','4079588','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4079588&idxID=096','3','1','On trail antique cape on 26.2 acres. Two fully equipped hors...');
	properties[3] = new Array('650,000','','West Windsor, VT 05037 ','http://photos-5.idxco.com/0966ffe67d76f44e2de2abefd9e2859ab1c4044080','4044080','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4044080&idxID=096','1','1','Almost new custom horse facility with nice apartment over. R...');
	properties[4] = new Array('624,900','106115 South Road ','Woodstock, VT 05071 ','http://photos-5.idxco.com/096cfbf13b6c32718691c71c816969402b94058863','4058863','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4058863&idxID=096','5','2','South Road Farm is an 1860\\\\\\\'s dwelling, a great old barn, ...');
	properties[5] = new Array('599,000','3402 Rt. 106 ','Reading, VT 05062 ','http://photos-5.idxco.com/096a627ece98ae924f1264ea912db3680aa4122137','4122137','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4122137&idxID=096','3','3','High quality, well built and well maintained log home on 27 ...');
	properties[6] = new Array('575,000','864 Plains Rd ','Weathersfield, VT 05151 ','http://photos-5.idxco.com/0969b48101ba5f644120d7ebfeb003b65984049763','4049763','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4049763&idxID=096','4','2','Currier and Ives setting. 4 bedroom 3 bath tastefully renova...');
	properties[7] = new Array('567,000','15 Silver Hill Rd. ','West Windsor, VT 05037 ','http://photos-5.idxco.com/096be05966dd55f64f43bc5ebd5f05b71db4092452','4092452','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4092452&idxID=096','3','2','Antique Vermont Homestead. Carefully rebuilt in 2011 with ef...');
	properties[8] = new Array('549,000','58 Cemetery Rd ','West Windsor, VT 05037 ','http://photos-5.idxco.com/0962cc57d3bcce6163a92a87b3d912b21594027606','4027606','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4027606&idxID=096','7','2','1st time offered in 70 yrs! Built in 1795 this brick Federal...');
	properties[9] = new Array('530,000','160 Beaver Pond Rd. ','West Windsor, VT 05089 ','http://photos-5.idxco.com/0969e060cc5fbc9607a3195c603a8f231534055364','4055364','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4055364&idxID=096','3','1','Very nice, private, custom home built by South Face Construc...');
	properties[10] = new Array('499,000','125 Highfield Dr ','West Windsor, VT 05037 ','http://photos-5.idxco.com/0963e2d95a17f49c84a2c3c85b78a1d431b4067695','4067695','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4067695&idxID=096','2','2','Horse Property! Newer Cape with large sunny rooms.2 BR 2.5 B...');
	properties[11] = new Array('469,000','15 Silver Hill Rd. ','West Windsor, VT 05037 ','http://photos-5.idxco.com/096be05966dd55f64f43bc5ebd5f05b71db4092468','4092468','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4092468&idxID=096','3','2','Antique Vermont Homestead. Carefully rebuilt in 2011 with ef...');
	properties[12] = new Array('425,000','198 Yale Heights ','West Windsor, VT 05037 ','http://photos-5.idxco.com/096ee630447f8ce4fa2b0ac6750f64c76974094132','4094132','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4094132&idxID=096','3','2','Lovingly maintained Cape on 9.31 private acres with long fro...');
	properties[13] = new Array('300,000','30 village Lane ','West Windsor, VT 05037 ','http://photos-5.idxco.com/0969e132cafff0b33d3120a37413705d2264067523','4067523','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4067523&idxID=096','5','3','Well built and maintained Lindal Cedar Home is of 2 level co...');
	properties[14] = new Array('275,000','1281 Tarbell Hill Rd ','Cavendish, VT 05142 ','http://photos-5.idxco.com/0964e7555bda25ca874d03992d2d9076aa34060277','4060277','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4060277&idxID=096','3','2','Rare to find a very nicely done antique home on 13+ acres. W...');
	properties[15] = new Array('260,000','1103 Blood Hill Rd ','West Windsor, VT 05037 ','http://photos-5.idxco.com/0966e119f608e8aa3c9b660d98f7d33f5544109420','4109420','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4109420&idxID=096','4','2','Enjoy privacy and open concept living, but be close to the B...');
	properties[16] = new Array('249,900','293 Route 106 ','Cavendish, VT 05142 ','http://photos-5.idxco.com/09639e5c52bbe23445ea48bde1d5f2f23064065935','4065935','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4065935&idxID=096','3','2','Black Horse Farm.It\\\\\\\'s rare to find a home so well cared...');
	properties[17] = new Array('224,900','293 Route 106 ','Cavendish, VT 05142 ','http://photos-5.idxco.com/09639e5c52bbe23445ea48bde1d5f2f23064078075','4078075','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4078075&idxID=096','3','2','Black Horse Farm.It\\\\\\\'s rare to find a home so well cared...');
	properties[18] = new Array('214,000','1897 Malagash Rd ','Reading, VT 05062 ','http://photos-5.idxco.com/096e3d7c7924c750d88be19fefe251a87484059748','4059748','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4059748&idxID=096','2','2','Great getaway spot or full time residence. Cozy home with te...');
	properties[19] = new Array('212,000','Rush Meadow Rd. ','West Windsor, VT 05037 ','http://photos-5.idxco.com/0965b9b81ffce6fa9b2acdded50ac99ffe64051658','4051658','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4051658&idxID=096','','','Exceptional 26.7 acre parcel. Old cow pasture, with long roa...');
	properties[20] = new Array('189,000','Silver HIll Rd ','West Windsor, VT 05089 ','http://photos-5.idxco.com/096f80bbec70cfc5789f45dddb34975a0174092454','4092454','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4092454&idxID=096','','','Very nice country lot with cleared housesite, driveway in, p...');
	properties[21] = new Array('184,900','Cowshed Trail ','West Windsor, VT 05037 ','http://photos-5.idxco.com/0962dbdfea88132f3ee71bf2d4edeb36b154035334','4035334','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4035334&idxID=096','','','Don\\\\\\\'t miss out, this is the piece of land you\\\\\\\'ve been ...');
	properties[22] = new Array('179,900','1275 VT 106 ','Reading, VT 05062 ','http://photos-5.idxco.com/09699089a5461734c0be78cee43581396574049557','4049557','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4049557&idxID=096','3','1','Private and comfortable 3 Bedroom Cape with room for a home ...');
	properties[23] = new Array('175,000','908 VT Route 44 ','West Windsor, VT 05037 ','http://photos-5.idxco.com/096e26d0736206d7351f81db7cf151474524082673','4082673','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4082673&idxID=096','','','3 Bedroom house, detached rental mobile home &amp; 2000 sq. ...');
	properties[24] = new Array('175,000','908 Route 44 ','West Windsor, VT 05037 ','http://photos-5.idxco.com/096e26d0736206d7351f81db7cf151474524082653','4082653','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4082653&idxID=096','3','1','Investment opportunity! Solid older home in need of updates ...');
	properties[25] = new Array('170,000','Knob Hill ','West Windsor, VT 05037 ','http://photos-5.idxco.com/096df1df79291539633be33d44f63ca6efd4105421','4105421','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4105421&idxID=096','','','Very desirable parcel including open meadow, woods, walls an...');
	properties[26] = new Array('162,000','Sheddsville Cemetery ','West Windsor, VT 05037 ','http://photos-5.idxco.com/0963c323586bf0fffbea0317052e613531a2832944','2832944','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=2832944&idxID=096','','','Very nice mostly open parcel with Excellent views of Mt. Asc...');
	properties[27] = new Array('159,500','716 Sky Hawk Lane ','West Windsor, VT 05037 ','http://photos-5.idxco.com/096e15ae48d5d3fe208d1e851d566f4408b4108752','4108752','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4108752&idxID=096','3','1','Easy access to this 3 bedroom two bath home in West Windsor....');
	properties[28] = new Array('154,900','83 Woodlot Dr. ','Reading, VT 05062 ','http://photos-5.idxco.com/0961cccbc0c07bc95f11361f85002f843244036255','4036255','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4036255&idxID=096','3','0','Enjoy the fall colors from this nice camp/residence, situate...');
	properties[29] = new Array('127,900','Blood Hill ','West Windsor, VT 05037 ','http://photos-5.idxco.com/096731f462d23c3dbcf83865fdf62f867324057072','4057072','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4057072&idxID=096','','','9.79 acre parcel in an area of fine homes. Surveyed, seller ...');
	properties[30] = new Array('125,000','1084 Sheddsville Rd ','West Windsor, VT 05037 ','http://photos-5.idxco.com/0969b1a03b4f73c04a6f687ea2b18269b8d4073195','4073195','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4073195&idxID=096','2','1','Old Cottage on 8.99 acres in a GREAT location. Priced well b...');
	properties[31] = new Array('52,000','801 Old County Rd ','Cavendish, VT 05142 ','http://photos-5.idxco.com/096f225fb2ae08432226117f6df1496b4804098371','4098371','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4098371&idxID=096','','','Great area for outdoor enthusiasts! Good gravel road access....');
	properties[32] = new Array('12,000','1275 Route 106 ','Reading, VT 05062 ','http://photos-5.idxco.com/096876b696c21257f210ea0aba857678e1e4109299','4109299','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4109299&idxID=096','3','1','Well maintained and comfortable 3 bedroom 1 bath Cape with 2...');
	properties[33] = new Array('1,000','176 Pierce Hill Rd ','West Windsor, VT 05089 ','http://photos-5.idxco.com/09672e755daaa6e1e440c01612ff9777b794113892','4113892','096','http://www.darkhorserealty.idxco.com/idx/2907/details.php?listingID=4113892&idxID=096','3','2','Rare to find a \\\\\\\'Country\\\\\\\' rental like this one. One of ...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();

