	// IDX Broker Slideshow version 2.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 time731abe22c9out = 5000;
	var c731abe22c9wi = 0;
	
	// i731abe22c9sf1.11 :: Image swap-fade 
	// *****************************************************
	// DOM scripting by brothercake -- http://www.brothercake.com/
	//******************************************************
	//global object
	var i731abe22c9sf = { 'clock' : null, 'fade' : true, 'count' : 1 }
	
	
	//swap731abe22c9fade setup function
	function swap731abe22c9fade()
	{
		//if the timer is not already going
		if(i731abe22c9sf.clock == null)
		{
			//copy the image object 
			i731abe22c9sf.obj = arguments[0];
			
			//copy the image src argument 
			i731abe22c9sf.src = arguments[1];
			
			//store the supported form of opacity
			if(typeof i731abe22c9sf.obj.style.opacity != 'undefined')
			{
				i731abe22c9sf.type = 'w3c';
			}
			else if(typeof i731abe22c9sf.obj.style.MozOpacity != 'undefined')
			{
				i731abe22c9sf.type = 'moz';
			}
			else if(typeof i731abe22c9sf.obj.style.KhtmlOpacity != 'undefined')
			{
				i731abe22c9sf.type = 'khtml';
			}
			else if(typeof i731abe22c9sf.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
				i731abe22c9sf.type = (i731abe22c9sf.obj.filters.length > 0 && typeof i731abe22c9sf.obj.filters.alpha == 'object' && typeof i731abe22c9sf.obj.filters.alpha.opacity == 'number') ? 'ie' : 'none';
			}
			else
			{
				i731abe22c9sf.type = 'none';
			}
			
			//change the image alt text if defined
			if(typeof arguments[3] != 'undefined' && arguments[3] != '')
			{
				i731abe22c9sf.obj.alt = arguments[3];
			}
			
			//if any kind of opacity is supported
			if(i731abe22c9sf.type != 'none')
			{
				//copy and convert fade duration argument 
				//the duration specifies the whole transition
				//but the swap731abe22c9fade is two distinct transitions
				i731abe22c9sf.length = parseInt(arguments[2], 10) * 500;
				
				//create fade resolution argument as 20 steps per transition
				//again, split for the two distrinct transitions
				i731abe22c9sf.resolution = parseInt(arguments[2], 10) * 10;
				
				//start the timer
				i731abe22c9sf.clock = setInterval('i731abe22c9sf.swap731abe22c9fade()', i731abe22c9sf.length/i731abe22c9sf.resolution);
			}
			
			//otherwise if opacity is not supported
			else
			{
				//just do the image swap
				i731abe22c9sf.obj.src = i731abe22c9sf.src;
			}
			
		}
	};
	
	
	//swap731abe22c9fade timer function
	i731abe22c9sf.swap731abe22c9fade = function()
	{
		//increase or reduce the counter on an exponential scale
		i731abe22c9sf.count = (i731abe22c9sf.fade) ? i731abe22c9sf.count * 0.9 : (i731abe22c9sf.count * (1/0.9)); 
		
		//if the counter has reached the bottom
		if(i731abe22c9sf.count < (1 / i731abe22c9sf.resolution))
		{
			//clear the timer
			clearInterval(i731abe22c9sf.clock);
			i731abe22c9sf.clock = null;
	
			//do the image swap
			i731abe22c9sf.obj.src = i731abe22c9sf.src;
	
			//reverse the fade direction flag
			i731abe22c9sf.fade = false;
			
			//restart the timer
			i731abe22c9sf.clock = setInterval('i731abe22c9sf.swap731abe22c9fade()', i731abe22c9sf.length/i731abe22c9sf.resolution);
	
		}
		
		//if the counter has reached the top
		if(i731abe22c9sf.count > (1 - (1 / i731abe22c9sf.resolution)))
		{
			//clear the timer
			clearInterval(i731abe22c9sf.clock);
			i731abe22c9sf.clock = null;
	
			//reset the fade direction flag
			i731abe22c9sf.fade = true;
			
			//reset the counter
			i731abe22c9sf.count = 1;
		}
	
		//set new opacity value on element
		//using whatever method is supported
		switch(i731abe22c9sf.type)
		{
			case 'ie' :
				i731abe22c9sf.obj.filters.alpha.opacity = i731abe22c9sf.count * 100;
				break;
				
			case 'khtml' :
				i731abe22c9sf.obj.style.KhtmlOpacity = i731abe22c9sf.count;
				break;
				
			case 'moz' : 
				//restrict max opacity to prevent a visual popping effect in firefox
				i731abe22c9sf.obj.style.MozOpacity = (i731abe22c9sf.count == 1 ? 0.9999999 : i731abe22c9sf.count);
				break;
				
			default : 
				//restrict max opacity to prevent a visual popping effect in firefox
				i731abe22c9sf.obj.style.opacity = (i731abe22c9sf.count == 1 ? 0.9999999 : i731abe22c9sf.count);
		}
	};



	
	document.writeln('<style type="text/css" media="all">');
	document.writeln('#IDX-731abe22c9-slideshow { text-align: center;  }');
	document.writeln('.IDX-731abe22c9-image { height: 300px;  }');
	document.writeln('#IDX-731abe22c9-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next731abe22c9 = 1;
	prev731abe22c9 = 25 - 1;

	document.writeln('<div id="IDX-731abe22c9-slideshow">');
	document.writeln('<div id="IDX-731abe22c9-slideshowImage">');
	document.writeln('<span><a href="" id="IDX-731abe22c9-ssImageURL" class="IDX-731abe22c9-ssLinkText"><img id="IDX-731abe22c9-ssImage" name="731abe22c9-ssImage" alt="Slideshow image" border="0"  class="IDX-731abe22c9-image" src="http://photos-10.idxco.com/19420a6aa567f8d7cd10d8f5876d2c0268bO4917399" ></a></span>');
	document.writeln('</div>');
	document.writeln('<div id="IDX-731abe22c9-priceLine"></div>');
	document.writeln('<div id="IDX-731abe22c9-addressLine"></div>');
	document.writeln('<div id="IDX-731abe22c9-cszLine"></div>');
	document.writeln('<div id="IDX-731abe22c9-bedLine" style="display:none;"></div>');
	document.writeln('<div id="IDX-731abe22c9-bathLine" style="display:none;"></div>');
	document.writeln('<div id="IDX-731abe22c9-remarkLine" style="display:none;"></div>');
	
	document.writeln('</div>');

	function play731abe22c9()
	{
		
		
		urlVar731abe22c9 = '<a href="'+properties731abe22c9[c731abe22c9wi][6]+'" class="IDX-731abe22c9-ssLinkText">';
		swap731abe22c9fade(document.getElementById('IDX-731abe22c9-ssImage'), preLoad731abe22c9.src, '1', ' ');
		document.getElementById('IDX-731abe22c9-ssImageURL').href = properties731abe22c9[c731abe22c9wi][6];
		document.getElementById('IDX-731abe22c9-priceLine').innerHTML = urlVar731abe22c9+'$'+properties731abe22c9[c731abe22c9wi][0]+'</a>';
		document.getElementById('IDX-731abe22c9-addressLine').innerHTML =  urlVar731abe22c9+properties731abe22c9[c731abe22c9wi][1]+'</a>';
		document.getElementById('IDX-731abe22c9-cszLine').innerHTML = urlVar731abe22c9+properties731abe22c9[c731abe22c9wi][2]+'</a>';
		document.getElementById('IDX-731abe22c9-bedLine').innerHTML = urlVar731abe22c9+'Beds: '+properties731abe22c9[c731abe22c9wi][7]+'</a>';
		document.getElementById('IDX-731abe22c9-bathLine').innerHTML = urlVar731abe22c9+'Baths: '+properties731abe22c9[c731abe22c9wi][8]+'</a>';
		document.getElementById('IDX-731abe22c9-remarkLine').innerHTML = urlVar731abe22c9+properties731abe22c9[c731abe22c9wi][9]+'</a>';
		
		preLoad731abe22c9 = new Image();
		preLoad731abe22c9.src = properties731abe22c9[next731abe22c9][3];
		
		update731abe22c9();
		
		c731abe22c9 = setTimeout('play731abe22c9()', time731abe22c9out);	
		
		
	} // end play()
	function update731abe22c9()
	{		
		c731abe22c9wi = next731abe22c9;		
		genNext731abe22c9();
		genPrev731abe22c9();
		
	}
	function genNext731abe22c9()
	{
		next731abe22c9 = c731abe22c9wi + 1;
		if (next731abe22c9 >= 25)
			next731abe22c9 = 0;
	} // end genNext
	function genPrev731abe22c9()
	{
		prev731abe22c9 = c731abe22c9wi - 1;
		if (prev731abe22c9 < 0)
			prev731abe22c9 = 25 - 1;
	} // end genPrev

	var properties731abe22c9 = new Array(25);
	properties731abe22c9[0] = new Array('589,900','14760 TANJA KING BLVD','ORLANDO, FL 32828 ','http://photos-10.idxco.com/19420a6aa567f8d7cd10d8f5876d2c0268bO4917399','O4917399','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4917399&idxID=194','4','4','APPROVED Short Sale. This one of a kind home offers three fu...');
	properties731abe22c9[1] = new Array('550,000','2033 WILD TAMARIND BLVD','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194d3ffa20467377672b4fd41533d0f8adfO4884979','O4884979','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4884979&idxID=194','4','3','NOT YOUR AVERAGE HOME FOR SALE!!!! HOME IS PRICED $125, 000 ...');
	properties731abe22c9[2] = new Array('549,000','14355 CHINESE ELM DR','ORLANDO, FL 32828 ','http://photos-10.idxco.com/1941ea10991b8ee310cfdd2f5454b3897f5O4751436','O4751436','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4751436&idxID=194','4','3','GREAT PRICE REDUCTION! This one-of-a-kind one story new cust...');
	properties731abe22c9[3] = new Array('500,000','2619 FAWNLAKE TRL','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194d3b39fa0b4a5eb714cdd3fcec9d98af1O4938225','O4938225','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4938225&idxID=194','5','3','EXECUTIVE FAMILY ESTATE IN THE PRESTIGIOUS 24 HR GUARD GATED...');
	properties731abe22c9[4] = new Array('500,000','4037 AVALON PARK EAST BLVD','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194c775670f563328a93668251c38f7115eO4894449','O4894449','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4894449&idxID=194','6','3','**BRING ALL OFFERS!!**STUNNING PLANTATION STYLE home with ex...');
	properties731abe22c9[5] = new Array('499,500','2547 WEMBLEYCROSS WAY','ORLANDO, FL 32828 ','http://photos-10.idxco.com/1947a1f2890e90f417143739ff74e702c0bO4896955','O4896955','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4896955&idxID=194','4','4','Fabulous Floor Plan. Huge bonus room w/full bath &amp; wet b...');
	properties731abe22c9[6] = new Array('499,000','2752 WINDSORGATE LN','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194324ab155bb3cceb1db2b3b188706698dO4938302','O4938302','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4938302&idxID=194','4','4','RESORT LIVING AT IT\\\\\\\'S BEST. STONEYBROOK HAS IT ALL! GATED...');
	properties731abe22c9[7] = new Array('495,000','14148 POPCORN TREE CT','ORLANDO, FL 32828 ','http://photos-10.idxco.com/19452621572496e60ccbed07b52d7d5d9deO4940845','O4940845','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4940845&idxID=194','5','5','Short Sale Custom everything w/ attention to all the details...');
	properties731abe22c9[8] = new Array('489,900','2718 NORTHAMPTON AVE','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194398825cbe2bd6c8138e400bb1cfd6d40O4912687','O4912687','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4912687&idxID=194','4','3','*Short Sale* Superb ABD construction in sought after gated S...');
	properties731abe22c9[9] = new Array('489,000','2533 FAWNLAKE TRL','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194d0184bd9b534ac979bce0090685234d1O4918427','O4918427','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4918427&idxID=194','5','4','Stunning semi-custom US/Rutenburg home in guarded, gated, go...');
	properties731abe22c9[10] = new Array('485,000','2506 WINDSORGATE LN','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194c14f13d3334bbb9332f7ade259a44c11O4928708','O4928708','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4928708&idxID=194','5','4',' Stoneybrook! Wonderful gated, golf community (with great sc...');
	properties731abe22c9[11] = new Array('470,000','14408 FAWNHAVEN CT','ORLANDO, FL 32828 ','http://photos-10.idxco.com/1943ce0b71cfdebfc7ad2b7686120bfa81bO4893053','O4893053','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4893053&idxID=194','5','3','EXECUTIVE 5-BEDROOM, 3 1/2 BATH POOL LOCATED ON A CUL DE SAC...');
	properties731abe22c9[12] = new Array('450,000','3740 AVALON PARK BLVD # 10','ORLANDO, FL 32828 ','http://photos-10.idxco.com/19434bf040640575c06a8d2fabeff9312c7O4902024','O4902024','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4902024&idxID=194','3','2','True Three Story Live/Work Unit. 1200 square feet of commeri...');
	properties731abe22c9[13] = new Array('450,000','3716 AVALON PARK EAST BLVD. # 4','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194e117f2528949d14e161d8f6cda5a10cbO4899215','O4899215','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4899215&idxID=194','3','2',' Excellent opportunity. This is a 3 story Live/Work unit in ...');
	properties731abe22c9[14] = new Array('450,000','3726 AVALON PARK EAST BLVD # 7','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194769aec9e38271014ae8e8763ff4f78b3O4828826','O4828826','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4828826&idxID=194','3','2','Located in the heart of Avalon Park. Situated adjacent to th...');
	properties731abe22c9[15] = new Array('450,000','3708 AVALON PARK EAST BLVD # 2','ORLANDO, FL 32828 ','http://photos-10.idxco.com/1945ec9360fc9c10bc14ebef4ca53c8b972O4892899','O4892899','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4892899&idxID=194','3','2','JUST REDUCED $39, 000 &amp; OWNER FINANCING AVAILABLE! LIVE/...');
	properties731abe22c9[16] = new Array('445,000','4025 AVALON PARK EAST BLVD','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194108214ab8dd1e9411c03a24aae337f0cO4943967','O4943967','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4943967&idxID=194','4','3','NOT A SHORT SALE OR BANK OWNED!!! This custom home Served as...');
	properties731abe22c9[17] = new Array('445,000','2328 BUCKINGHAM RUN CT','ORLANDO, FL 32828 ','http://photos-10.idxco.com/19430197dd516c31010eab1e70686209268O4936251','O4936251','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4936251&idxID=194','3','2','Stunning ABD Home, gated golf community. Enter the beautiful...');
	properties731abe22c9[18] = new Array('425,000','16431 BRISTOL LAKE CIR','ORLANDO, FL 32828 ','http://photos-10.idxco.com/19454eec4996f44ab9395d8a11b267a0128O4945889','O4945889','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4945889&idxID=194','4','3',' ...');
	properties731abe22c9[19] = new Array('415,000','335 WALTON HEATH DR','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194698f1cb6170f242d27e57e0899853424O4922753','O4922753','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4922753&idxID=194','4','3','SPECTACULAR GOLF-FRONT HOME OVERLOOKS 11TH GREEN OF GOLF COU...');
	properties731abe22c9[20] = new Array('414,000','3901 PEPPERVINE DR','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194decfc6fc6fc81334c1fa2c816188cc5bO4945550','O4945550','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4945550&idxID=194','4','3','This property is a quick close. For Professional use, attorn...');
	properties731abe22c9[21] = new Array('405,000','2587 FLOWERING DOGWOOD DR','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194175ed38f4538c7f0c6fd51620275f0f7O4947436','O4947436','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4947436&idxID=194','5','4','Short sale - Gourmet kichen with upgraded 42\\\\\\&quot; cabine...');
	properties731abe22c9[22] = new Array('400,000','14951 TWINBERRY DR','ORLANDO, FL 32828 ','http://photos-10.idxco.com/1942fa13c6e8c1cd347f5228c634e6d5e31O4937924','O4937924','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4937924&idxID=194','4','3','STUNNING former Builder\\\\\\\'s home built to absolute perfecti...');
	properties731abe22c9[23] = new Array('399,900','320 ROYAL LIVERPOOL LN','ORLANDO, FL 32828 ','http://photos-10.idxco.com/194a4c45a41a1c3e66cfe1badb9b7cf0f49O4921585','O4921585','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4921585&idxID=194','5','3','Cambridge model in Augusta in Eastwood. Glorious home with s...');
	properties731abe22c9[24] = new Array('399,000','16314 BRISTOL LAKE CIR','ORLANDO, FL 32828 ','http://photos-10.idxco.com/1940b95d758bb717aa45ded8a14bb15a925O4941856','O4941856','194','http://www.point2hollar.idxco.com/idx/4774/details.php?listingID=O4941856&idxID=194','4','3',' ...');
	var urlVar731abe22c9;
	var preLoad731abe22c9 = new Image();
	preLoad731abe22c9.src = properties731abe22c9[c731abe22c9wi][3];
	onLoad = play731abe22c9();
