	// IDX Broker Slideshow version 1.0
	// Copyright ©2008 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-size: 14px;  }');
	document.writeln('#IDX-slideshow { text-align: center; width: 320px; height: 300px;  }');
	document.writeln('.IDX-image { width: 320px; height: 240px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 47 - 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>');

	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>';
		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 >= 47)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 47 - 1;
	} // end genPrev

	var properties = new Array(47);
	properties[0] = new Array('579,900','2781 OAKGROVE ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003cb2dc5ae01da3879b16c02d139f22c2e432306','432306','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=432306&idxID=003');
	properties[1] = new Array('555,000','190 Laterra Links CIR ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/00367f715db1c933c4532450641175316f0374496','374496','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=374496&idxID=003');
	properties[2] = new Array('420,000','190 Laterra Links CIR ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/00367f715db1c933c4532450641175316f0457606','457606','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=457606&idxID=003');
	properties[3] = new Array('379,900','288 ISLAND GREEN ISLAND ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003cabf5a7cd89b4dba18932244463bcd4a417728','417728','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=417728&idxID=003');
	properties[4] = new Array('349,000','551 Hedgewood DR ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/0034cdf4b59666cad44950dc098e58d1fa1420504','420504','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=420504&idxID=003');
	properties[5] = new Array('4,200','1031 First ST South 1405 ','JACKSONVILLE BC, FL 32250 ','http://photos-1.idxco.com/003ef58a40490be89e347f584f8ad6dee62426862','426862','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=426862&idxID=003');
	properties[6] = new Array('2,800','1031 First ST South 908 ','JACKSONVILLE BC, FL 32250 ','http://photos-1.idxco.com/0030355c3df668f5342c870a582c43de0e4449256','449256','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=449256&idxID=003');
	properties[7] = new Array('2,800','317 Stokes Creek ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/0039e442421d25a6cae2d7d1efb0371b99e448790','448790','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=448790&idxID=003');
	properties[8] = new Array('2,800','2020 Crown DR ','ST AUGUSTINE, FL 32082 ','http://photos-1.idxco.com/00326a5a59eb5ba7dcfca96c878b2c55f42440210','440210','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=440210&idxID=003');
	properties[9] = new Array('2,500','','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003cc5560b4ce6a35640e3390a7d9507c91459656','459656','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=459656&idxID=003');
	properties[10] = new Array('2,500','','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003cc5560b4ce6a35640e3390a7d9507c91459655','459655','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=459655&idxID=003');
	properties[11] = new Array('2,500','626 Sou Loop PKWY ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/003414269d9ed4ababcf76950713556018c455062','455062','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=455062&idxID=003');
	properties[12] = new Array('2,495','922 Garrison DR ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/0033a181edc1f96bfcee57757d5e5bae65e443156','443156','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=443156&idxID=003');
	properties[13] = new Array('2,400','451 Sebastian SQUARE ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/0039e47c61560ff64fc98c7d94bd5526c20441966','441966','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=441966&idxID=003');
	properties[14] = new Array('2,400','211 Carmine ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/003cee8877c621a325f615ec38f53b8efac457822','457822','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=457822&idxID=003');
	properties[15] = new Array('2,300','','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/0038b25e2267fd585d6cb6a9773e35236ca454965','454965','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=454965&idxID=003');
	properties[16] = new Array('2,295','501 Sebastian SQUARE ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/003bf20c24bb410a10d76f5343867062430443019','443019','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=443019&idxID=003');
	properties[17] = new Array('2,275','','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/0033907f8a4279ee92d1d1f3126331dd33c436545','436545','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=436545&idxID=003');
	properties[18] = new Array('2,200','832 Cypress Crossing ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/0036bf9cf623338b4907a88c1d53d2613a9448606','448606','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=448606&idxID=003');
	properties[19] = new Array('2,200','','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003cc5560b4ce6a35640e3390a7d9507c91454959','454959','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=454959&idxID=003');
	properties[20] = new Array('2,150','419 Sebastian SQUARE ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/003d0ab4521b17f59cd8280628d6005c1bf445794','445794','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=445794&idxID=003');
	properties[21] = new Array('2,100','190 Laterra Links DR 202 ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003a9d983e049cf80f031398997b9e03dec442521','442521','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=442521&idxID=003');
	properties[22] = new Array('1,995','772 Cypress Crossing ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/0030defc34654b6ccbaddbcc2396412b224447739','447739','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=447739&idxID=003');
	properties[23] = new Array('1,900','115 Tidecrest PKWY 3401 ','PONTE VEDRA, FL 32081 ','http://photos-1.idxco.com/003567c0f2a770fc6b21fb2ec3c2c1a5cb8443341','443341','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=443341&idxID=003');
	properties[24] = new Array('1,900','210 Paseo Terraza #307 ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/00357989282d867e411ff996dbc156221bf458473','458473','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=458473&idxID=003');
	properties[25] = new Array('1,895','416 Central St. ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/0035de5f2eec233b14d3fe1ef85b064a021450560','450560','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=450560&idxID=003');
	properties[26] = new Array('1,800','955 Registry BLVD 313 ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/00365d9e06c1a414efc2f7201133c75b35e459715','459715','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=459715&idxID=003');
	properties[27] = new Array('1,700','4300 Sou Beach PKWY 2210 ','JACKSONVILLE, FL 32250 ','http://photos-1.idxco.com/00318aee056e38a385e8ebe346b3306cb38455828','455828','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=455828&idxID=003');
	properties[28] = new Array('1,695','2468 Willowbend ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003604c83bba1c54b319ff9eba01985dd1d453514','453514','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=453514&idxID=003');
	properties[29] = new Array('1,650','701 Porta Rosa ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/0033b03ff39cb9f75f1f3bd6b36931d75b7450964','450964','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=450964&idxID=003');
	properties[30] = new Array('1,500','955 Registry BLVD 104 ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/00365d9e06c1a414efc2f7201133c75b35e459835','459835','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=459835&idxID=003');
	properties[31] = new Array('1,495','4300 Sou Beach PKWY 2206 ','JACKSONVILLE BC, FL 32250 ','http://photos-1.idxco.com/00344fca1668a7f930d3c6aa1f4fcaa3321446754','446754','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=446754&idxID=003');
	properties[32] = new Array('1,495','1447 Barrington ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003f7b74ad0ecbfe8f44c99fc332544a3b6456033','456033','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=456033&idxID=003');
	properties[33] = new Array('1,400','1721 Windover PL ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003fc9a993d225c7b2e30fd43059bf0511a451464','451464','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=451464&idxID=003');
	properties[34] = new Array('1,400','425 La Travesia Flora #203 ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/0034fe92e3475fc23dd0be30877930a97f2456014','456014','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=456014&idxID=003');
	properties[35] = new Array('1,375','840 Marjories ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003621f941ae7edab380a05418aa951152c458341','458341','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=458341&idxID=003');
	properties[36] = new Array('1,300','955 Registry BLVD 110 ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/0038b3031adf704e200600f5e5ee547b535459691','459691','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=459691&idxID=003');
	properties[37] = new Array('1,250','555 Hedgewood DR ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003558650778d02874117bd1034f56dc37e460628','460628','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=460628&idxID=003');
	properties[38] = new Array('1,225','605 Mackenzie CIR ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/003cd2ae009556dfd91dd0fc3a29ed9d26d458676','458676','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=458676&idxID=003');
	properties[39] = new Array('1,200','300 Ryder Cup CIR 206 ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/0034156de607d524db075ef2c25ef0b8683454728','454728','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=454728&idxID=003');
	properties[40] = new Array('1,200','455 LaTravesia Flora 201 ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/0038152c6dc7be4e1546dde68288f8ff48f459894','459894','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=459894&idxID=003');
	properties[41] = new Array('1,100','440 LaTravesia Flora 203 ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/0038152c6dc7be4e1546dde68288f8ff48f457460','457460','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=457460&idxID=003');
	properties[42] = new Array('1,100','230 President\'s Cup WAY 210 ','ST AUGUSTINE, FL 32092 ','http://photos-1.idxco.com/0034156de607d524db075ef2c25ef0b8683433980','433980','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=433980&idxID=003');
	properties[43] = new Array('1,100','110 CALLE EL JARDIN 203 ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/0038152c6dc7be4e1546dde68288f8ff48f460661','460661','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=460661&idxID=003');
	properties[44] = new Array('1,050','405 LaTravesia Flora 103 ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/0038152c6dc7be4e1546dde68288f8ff48f448879','448879','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=448879&idxID=003');
	properties[45] = new Array('1,000','140 Old Village Center DR 3102 ','ST AUGUSTINE, FL 32084 ','http://photos-1.idxco.com/003df243c55ce5f19fe86d001bac59ee149441520','441520','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=441520&idxID=003');
	properties[46] = new Array('925','450 La Travesia Flora #103 ','ST AUGUSTINE, FL 32095 ','http://photos-1.idxco.com/003cd29d9f1469eecf4d2a7628a540123cf459379','459379','003','http://igolfrealty.idxco.com/idx/2335/details.php?listingID=459379&idxID=003');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
