	// IDX Broker Slideshow version 2.0
	// Copyright ©2010 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 timefe0a179186out = 3000;
	var cfe0a179186wi = 0;
	
	// ife0a179186sf1.11 :: Image swap-fade 
	// *****************************************************
	// DOM scripting by brothercake -- http://www.brothercake.com/
	//******************************************************
	//global object
	var ife0a179186sf = { 'clock' : null, 'fade' : true, 'count' : 1 }
	
	
	//swapfe0a179186fade setup function
	function swapfe0a179186fade()
	{
		//if the timer is not already going
		if(ife0a179186sf.clock == null)
		{
			//copy the image object 
			ife0a179186sf.obj = arguments[0];
			
			//copy the image src argument 
			ife0a179186sf.src = arguments[1];
			
			//store the supported form of opacity
			if(typeof ife0a179186sf.obj.style.opacity != 'undefined')
			{
				ife0a179186sf.type = 'w3c';
			}
			else if(typeof ife0a179186sf.obj.style.MozOpacity != 'undefined')
			{
				ife0a179186sf.type = 'moz';
			}
			else if(typeof ife0a179186sf.obj.style.KhtmlOpacity != 'undefined')
			{
				ife0a179186sf.type = 'khtml';
			}
			else if(typeof ife0a179186sf.obj.filters == 'object')
			{
				//weed out win/ie5.0 by testing the length of the filters collection (where filters is an object with no data)
				//then weed out mac/ie5 by testing first the existence of the alpha object (to prevent errors in win/ie5.0)
				//then the returned value type, which should be a number, but in mac/ie5 is an empty string
				ife0a179186sf.type = (ife0a179186sf.obj.filters.length > 0 && typeof ife0a179186sf.obj.filters.alpha == 'object' && typeof ife0a179186sf.obj.filters.alpha.opacity == 'number') ? 'ie' : 'none';
			}
			else
			{
				ife0a179186sf.type = 'none';
			}
			
			//change the image alt text if defined
			if(typeof arguments[3] != 'undefined' && arguments[3] != '')
			{
				ife0a179186sf.obj.alt = arguments[3];
			}
			
			//if any kind of opacity is supported
			if(ife0a179186sf.type != 'none')
			{
				//copy and convert fade duration argument 
				//the duration specifies the whole transition
				//but the swapfe0a179186fade is two distinct transitions
				ife0a179186sf.length = parseInt(arguments[2], 10) * 500;
				
				//create fade resolution argument as 20 steps per transition
				//again, split for the two distrinct transitions
				ife0a179186sf.resolution = parseInt(arguments[2], 10) * 10;
				
				//start the timer
				ife0a179186sf.clock = setInterval('ife0a179186sf.swapfe0a179186fade()', ife0a179186sf.length/ife0a179186sf.resolution);
			}
			
			//otherwise if opacity is not supported
			else
			{
				//just do the image swap
				ife0a179186sf.obj.src = ife0a179186sf.src;
			}
			
		}
	};
	
	
	//swapfe0a179186fade timer function
	ife0a179186sf.swapfe0a179186fade = function()
	{
		//increase or reduce the counter on an exponential scale
		ife0a179186sf.count = (ife0a179186sf.fade) ? ife0a179186sf.count * 0.9 : (ife0a179186sf.count * (1/0.9)); 
		
		//if the counter has reached the bottom
		if(ife0a179186sf.count < (1 / ife0a179186sf.resolution))
		{
			//clear the timer
			clearInterval(ife0a179186sf.clock);
			ife0a179186sf.clock = null;
	
			//do the image swap
			ife0a179186sf.obj.src = ife0a179186sf.src;
	
			//reverse the fade direction flag
			ife0a179186sf.fade = false;
			
			//restart the timer
			ife0a179186sf.clock = setInterval('ife0a179186sf.swapfe0a179186fade()', ife0a179186sf.length/ife0a179186sf.resolution);
	
		}
		
		//if the counter has reached the top
		if(ife0a179186sf.count > (1 - (1 / ife0a179186sf.resolution)))
		{
			//clear the timer
			clearInterval(ife0a179186sf.clock);
			ife0a179186sf.clock = null;
	
			//reset the fade direction flag
			ife0a179186sf.fade = true;
			
			//reset the counter
			ife0a179186sf.count = 1;
		}
	
		//set new opacity value on element
		//using whatever method is supported
		switch(ife0a179186sf.type)
		{
			case 'ie' :
				ife0a179186sf.obj.filters.alpha.opacity = ife0a179186sf.count * 100;
				break;
				
			case 'khtml' :
				ife0a179186sf.obj.style.KhtmlOpacity = ife0a179186sf.count;
				break;
				
			case 'moz' : 
				//restrict max opacity to prevent a visual popping effect in firefox
				ife0a179186sf.obj.style.MozOpacity = (ife0a179186sf.count == 1 ? 0.9999999 : ife0a179186sf.count);
				break;
				
			default : 
				//restrict max opacity to prevent a visual popping effect in firefox
				ife0a179186sf.obj.style.opacity = (ife0a179186sf.count == 1 ? 0.9999999 : ife0a179186sf.count);
		}
	};



	
	document.writeln('<style type="text/css" media="all">');
	document.writeln('#IDX-fe0a179186-slideshow { text-align: center; width: 300px;  }');
	document.writeln('.IDX-fe0a179186-image { width: 300px; height: 200px;  }');
	document.writeln('#IDX-fe0a179186-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var nextfe0a179186 = 1;
	prevfe0a179186 = 25 - 1;

	document.writeln('<div id="IDX-fe0a179186-slideshow">');
	document.writeln('<div id="IDX-fe0a179186-slideshowImage">');
	document.writeln('<span><a href="" id="IDX-fe0a179186-ssImageURL" class="IDX-fe0a179186-ssLinkText"><img id="IDX-fe0a179186-ssImage" name="fe0a179186-ssImage" alt="Slideshow image" border="0"  class="IDX-fe0a179186-image" src="http://www.carolinaphotos.com/photos/969119.jpg" ></a></span>');
	document.writeln('</div>');
	document.writeln('<div id="IDX-fe0a179186-priceLine"></div>');
	document.writeln('<div id="IDX-fe0a179186-addressLine"></div>');
	document.writeln('<div id="IDX-fe0a179186-cszLine"></div>');
	document.writeln('<div id="IDX-fe0a179186-bedLine" style="display:none;"></div>');
	document.writeln('<div id="IDX-fe0a179186-bathLine" style="display:none;"></div>');
	document.writeln('<div id="IDX-fe0a179186-remarkLine" style="display:none;"></div>');
	
	document.writeln('</div>');

	function playfe0a179186()
	{
		
		
		urlVarfe0a179186 = '<a href="'+propertiesfe0a179186[cfe0a179186wi][6]+'" class="IDX-fe0a179186-ssLinkText">';
		swapfe0a179186fade(document.getElementById('IDX-fe0a179186-ssImage'), preLoadfe0a179186.src, '1', ' ');
		document.getElementById('IDX-fe0a179186-ssImageURL').href = propertiesfe0a179186[cfe0a179186wi][6];
		document.getElementById('IDX-fe0a179186-priceLine').innerHTML = urlVarfe0a179186+'$'+propertiesfe0a179186[cfe0a179186wi][0]+'</a>';
		document.getElementById('IDX-fe0a179186-addressLine').innerHTML =  urlVarfe0a179186+propertiesfe0a179186[cfe0a179186wi][1]+'</a>';
		document.getElementById('IDX-fe0a179186-cszLine').innerHTML = urlVarfe0a179186+propertiesfe0a179186[cfe0a179186wi][2]+'</a>';
		document.getElementById('IDX-fe0a179186-bedLine').innerHTML = urlVarfe0a179186+'Beds: '+propertiesfe0a179186[cfe0a179186wi][7]+'</a>';
		document.getElementById('IDX-fe0a179186-bathLine').innerHTML = urlVarfe0a179186+'Baths: '+propertiesfe0a179186[cfe0a179186wi][8]+'</a>';
		document.getElementById('IDX-fe0a179186-remarkLine').innerHTML = urlVarfe0a179186+propertiesfe0a179186[cfe0a179186wi][9]+'</a>';
		
		preLoadfe0a179186 = new Image();
		preLoadfe0a179186.src = propertiesfe0a179186[nextfe0a179186][3];
		
		updatefe0a179186();
		
		cfe0a179186 = setTimeout('playfe0a179186()', timefe0a179186out);	
		
		
	} // end play()
	function updatefe0a179186()
	{		
		cfe0a179186wi = nextfe0a179186;		
		genNextfe0a179186();
		genPrevfe0a179186();
		
	}
	function genNextfe0a179186()
	{
		nextfe0a179186 = cfe0a179186wi + 1;
		if (nextfe0a179186 >= 25)
			nextfe0a179186 = 0;
	} // end genNext
	function genPrevfe0a179186()
	{
		prevfe0a179186 = cfe0a179186wi - 1;
		if (prevfe0a179186 < 0)
			prevfe0a179186 = 25 - 1;
	} // end genPrev

	var propertiesfe0a179186 = new Array(25);
	propertiesfe0a179186[0] = new Array('3,340,000','8505  Norman Estates DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/969119.jpg','969119','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=969119&idxID=032','5','6','Spectacular waterfront estate on Lake Norman w/magnificent m...');
	propertiesfe0a179186[1] = new Array('2,350,000','3382  Governors Island DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/969208.jpg','969208','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=969208&idxID=032','4','5','Gracious architectural elegance abounds in this spectacular ...');
	propertiesfe0a179186[2] = new Array('2,100,000','9041  Unity Church RD','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/936957.jpg','936957','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=936957&idxID=032','4','4','Point lot with fantastic open waterview and an incrediable 6...');
	propertiesfe0a179186[3] = new Array('1,998,000','3431  Governors Island DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/927316.jpg','927316','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=927316&idxID=032','5','6','Gated Luxury Waterfront at its best. Rear of Home faces west...');
	propertiesfe0a179186[4] = new Array('1,529,000','7456  Woodchuck RD','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/727470.jpg','727470','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=727470&idxID=032','4','3','Beautiful Lakefront Custom Log Home Estate with all the upgr...');
	propertiesfe0a179186[5] = new Array('1,499,999','8046  West Bay DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/934305.jpg','934305','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=934305&idxID=032','5','5','EXQUISITE CUSTOM BUILT WATERFRONT HOME! KIT. W/BUILT IN APPL...');
	propertiesfe0a179186[6] = new Array('1,365,000','4558  Long Cove DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/926818.jpg','926818','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=926818&idxID=032','5','4','IMMACULATE WF ALL BRICK HOME W/350\\\\\\\'FT OF SHORELINE AND SC...');
	propertiesfe0a179186[7] = new Array('1,299,000','3451  Governors Island DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/910977.jpg','910977','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=910977&idxID=032','4','3','Immaculate full brick waterfront house located in the exclus...');
	propertiesfe0a179186[8] = new Array('1,299,000','3407  Governors Island DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/848985.jpg','848985','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=848985&idxID=032','4','3','Privacy, Prestige, Luxury! governors island is a true gated ...');
	propertiesfe0a179186[9] = new Array('1,249,000','7278  Tallwood DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/876781.jpg','876781','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=876781&idxID=032','6','7','Incredible 7963 Heated Sq. Ft. Wooded Lot Luxury Home in Gat...');
	propertiesfe0a179186[10] = new Array('1,219,900','4076  Windflower LN','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/949691.jpg','949691','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=949691&idxID=032','6','4','Custom Built Brick 6 Bedroom, 4/2 Bath,2 Story Home w/ Fin B...');
	propertiesfe0a179186[11] = new Array('1,219,000','4880  Webbs Chapel Church RD','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/971425.jpg','971425','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=971425&idxID=032','4','4','Spectacular Waterfront Paradise! Exquisite detail abounds in...');
	propertiesfe0a179186[12] = new Array('1,200,000','2474  Smith Harbour DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/919120.jpg','919120','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=919120&idxID=032','5','4','Beautiful all brick custom waterfront home on pristine LKN. ...');
	propertiesfe0a179186[13] = new Array('1,199,000','8030  Silver Jade LN','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/970762.jpg','970762','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=970762&idxID=032','4','4','Paradise found on Lake Norman! European design and master cr...');
	propertiesfe0a179186[14] = new Array('1,150,000','7445  Tallwood DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/967727.jpg','967727','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=967727&idxID=032','4','4','THE ULTIMATE IN LAKE LIVING. Elegant custom-built 1.5 sty ce...');
	propertiesfe0a179186[15] = new Array('1,100,000','392  Furnace RD','Denver, NC 28080 ','http://www.carolinaphotos.com/photos/951367.jpg','951367','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=951367&idxID=032','4','4','Exquisite Estate Home in a peaceful setting with acreage.  N...');
	propertiesfe0a179186[16] = new Array('1,096,500','4631  Hawkes Bay CT','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/933776.jpg','933776','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=933776&idxID=032','4','4','Exquisite WF ranch w/walkout lake level.This home was made f...');
	propertiesfe0a179186[17] = new Array('1,090,000','4000  Creekview LN','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/938673.jpg','938673','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=938673&idxID=032','5','4','Equestrian\\\\\\\'s Dream! Full Brick Custom home on 22ac.,10acr...');
	propertiesfe0a179186[18] = new Array('999,000','8280  Blades TRL','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/928914.jpg','928914','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=928914&idxID=032','5','4','Waterfront Oasis w/ over 300 ft of panoramic views from this...');
	propertiesfe0a179186[19] = new Array('999,000','8273  Paytons Pointe LN','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/953239.jpg','953239','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=953239&idxID=032','5','4','Absolutely Stunning waterfront home in one of the best locat...');
	propertiesfe0a179186[20] = new Array('998,223','8016  West Bay DR','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/965267.jpg','965267','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=965267&idxID=032','5','4','Below Tax Value and better than a foreclosure or short sale!...');
	propertiesfe0a179186[21] = new Array('925,000','4304  Artesian CT','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/944062.jpg','944062','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=944062&idxID=032','4','3','Beautiful WF home w/ unfin walkout basement.Level lot,large ...');
	propertiesfe0a179186[22] = new Array('917,000','8036  West Bay RD','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/938144.jpg','938144','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=938144&idxID=032','4','3','Don\\\\\\\'t let the discreet front of this home fool you! When ...');
	propertiesfe0a179186[23] = new Array('899,900','4045  Cindy LN','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/948000.jpg','948000','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=948000&idxID=032','3','3','Waterfront Island Retreat on 2.84 Acres. In-ground Pool w/bu...');
	propertiesfe0a179186[24] = new Array('899,000','8044  West Bay RD','Denver, NC 28037 ','http://www.carolinaphotos.com/photos/971769.jpg','971769','032','http://idx.lakenormanhomeconnection.com/idx/4061/details.php?listingID=971769&idxID=032','3','4','Simply Gorgeous, this waterfront beauty is move-in ready! Fa...');
	var urlVarfe0a179186;
	var preLoadfe0a179186 = new Image();
	preLoadfe0a179186.src = propertiesfe0a179186[cfe0a179186wi][3];
	onLoad = playfe0a179186();
