	// 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-size: 14px;  }');
	document.writeln('#IDX-slideshow { text-align: center; width: 240px; height: 190px;  }');
	document.writeln('.IDX-image { width: 170px; height: 129px;  }');
	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,749,000','46 DICKMAN DR ','LAVALLETTE, NJ 08735 ','http://photos-3.idxco.com/049f71f8bf2ad541ef5b50c0dc2670d6c1e20937956','20937956','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20937956&idxID=049','','','Prime Waterfront location on the West Point Island Cove, wit...');
	properties[1] = new Array('1,749,000','46 DICKMAN DR ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/049e9dfffbc516ca15fe23cd75d5e20f61420931154','20931154','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20931154&idxID=049','2','1.5','A stunningly beautiful wooded waterfront with beautiful beac...');
	properties[2] = new Array('849,000','1401 N OCEAN AVE 3 ','Seaside Park, NJ 08752 ','http://photos-3.idxco.com/049f28c9e9f655ec152dd565989eb95d32620938140','20938140','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20938140&idxID=049','4','4','The complex has seen significant activity with owners ready ...');
	properties[3] = new Array('829,000','1401 N OCEAN AVE 2 ','Seaside Park, NJ 08752 ','http://photos-3.idxco.com/04936159f645fb8fcb23f3554bc54eaf21120922516','20922516','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20922516&idxID=049','4','3.5','A new level of Oceanfront Town Home living. New construction...');
	properties[4] = new Array('749,900','102 TARPON DR ','Ortley Beach, NJ 08751 ','http://photos-3.idxco.com/04943c5e7774591911ccdb0e0f1bd15f66420929399','20929399','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20929399&idxID=049','5','3.5','Spectacular NEW CONSTRUCTION in Ortley Beach. Only one short...');
	properties[5] = new Array('699,900','214 BEACH ','S Seaside Park, NJ 08752 ','http://photos-3.idxco.com/049caa4785385526ef6df7c5a314d94c86f20935552','20935552','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20935552&idxID=049','4','2.5','WHAT A STEAL! THE TOTAL PACKAGE! 10 yr young reverse living ...');
	properties[6] = new Array('689,900','121 NEW YORK AVE ','LAVALLETTE, NJ 08735 ','http://photos-3.idxco.com/0498045607d9e4e3dd6d757ac85eeeb9b0420936764','20936764','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20936764&idxID=049','','','LAVALLETTE - VERY RARE - WELL MAINTAINED - 4 family excellen...');
	properties[7] = new Array('624,900','1139 CHURCH RD ','Toms River, NJ 08755 ','http://photos-3.idxco.com/049bcca348482cdaa4d70944ef0bd8a74ab20928846','20928846','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20928846&idxID=049','4','2.5','Truly a fabulous home with upgrades galore set on beautifull...');
	properties[8] = new Array('619,499','1000 GRAND CENTRAL AVE U6 ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0491cd146b385289065c5e6236bf1e11a5720934936','20934936','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20934936&idxID=049','4','2','Totally renovated in 2006.  Largest unit in complex.  Corner...');
	properties[9] = new Array('599,900','103 4TH AVE ','Ortley Beach, NJ 08751 ','http://photos-3.idxco.com/0495d7d782f2d2d291922b916f3105d960e20922984','20922984','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20922984&idxID=049','3','1','Ortley Beach - Middle Block in great area close to beach (1....');
	properties[10] = new Array('599,000','130 ELIZABETH AVE ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/049e33180f7ebadc78b542fc7606b6c38da20924216','20924216','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20924216&idxID=049','3','2','Home expanded and remodeled since originally constructed.  D...');
	properties[11] = new Array('569,000','3308 MOONRISE LN ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/049a182b934c3b2c21a4c96dc3b3bf2037220837494','20837494','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20837494&idxID=049','2','1','Ocean Beach III , offering 45 Ft Dock on open Cove that will...');
	properties[12] = new Array('559,000','310 EASY ST C5 ','Mantoloking, NJ 08738 ','http://photos-3.idxco.com/0494cfc3cca1a1757448adb225d8a149af420927107','20927107','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20927107&idxID=049','3','2.5','Inviting Ocean side condo has all the amenities you will nee...');
	properties[13] = new Array('529,000','3161 OCEAN RD ','Toms River, NJ 08735 ','http://photos-3.idxco.com/04953929104b2fd1a734f9e8f05dee6caf420910254','20910254','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20910254&idxID=049','2','1','OCEAN BEACH II - OWNED LAND - COMPLETELY REBUILT IN 1999 - A...');
	properties[14] = new Array('525,000','202 SAILFISH WAY ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0494781133e0aa4dffdc7b98b2418aec7db20931768','20931768','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20931768&idxID=049','3','1','Lovely 3 bedroom ranch located on oversized corner lot and w...');
	properties[15] = new Array('459,000','15 COLONY RD ','Ortley Beach, NJ 08751 ','http://photos-3.idxco.com/0497a955d7fd6910dc0d5248a65a0e428ad20938552','20938552','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20938552&idxID=049','2','1','OWN A PIECE OF THE BEACH...LITERALLY! LOWEST PRICED OCEAN BL...');
	properties[16] = new Array('434,900','1554 RIDGEWAY RD ','Toms River, NJ 08755 ','http://photos-3.idxco.com/04996a4d7aa1ea6ec1a0e1a88d85a0978a320936180','20936180','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20936180&idxID=049','4','3.5','This house was built as an ARTIST\\\\\\\'S HAVEN. Once you enter...');
	properties[17] = new Array('424,900','1709 ROUTE 35 N 11 ','Ortley Beach, NJ 08751 ','http://photos-3.idxco.com/04939275841e1696f3c5c51096bb2efa7b720931569','20931569','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20931569&idxID=049','3','2','Spacious 3 level Townhouse Getaway for Summerlong Fun and lo...');
	properties[18] = new Array('399,000','1077 JUNE CT ','Toms River, NJ 08753 ','http://photos-3.idxco.com/04994aa32594f754d039692ffe0797c3cf620931527','20931527','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20931527&idxID=049','4','2.5','Fantastic updated colonial located on quiet cul-de-sac. Curr...');
	properties[19] = new Array('399,000','49 SHERIDAN AVE ','SEASIDE HEIGHTS, NJ 08751 ','http://photos-3.idxco.com/0491c8fb28f5f3fa5674c98230f8b385cc020937883','20937883','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20937883&idxID=049','','','Ocean block investment property priced to sell! Current owne...');
	properties[20] = new Array('398,999','116 THROSSELL RD ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0491914bf920d1dacab68815817ab12acc620926244','20926244','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20926244&idxID=049','2','1','Chadwick Beach - Well maintained year round beach home locat...');
	properties[21] = new Array('397,500','116 3RD AVE A ','Ortley Beach, NJ 08751 ','http://photos-3.idxco.com/0498210eef94c18a871ddc33d958b7446e620935596','20935596','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20935596&idxID=049','3','1','Gorgeous shore home just 2 blocks from the beach &amp; 2 blo...');
	properties[22] = new Array('379,900','1660 BAY BLVD 8 ','Toms River, NJ 08735 ','http://photos-3.idxco.com/049be55c4ba3a3d5666df6a9687763210a320906118','20906118','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20906118&idxID=049','3','2','Great Views of Barnegat Bay Await !!!  Located in quiet area...');
	properties[23] = new Array('359,900','426 COOLIDGE AVE A ','Ortley Beach, NJ 08751 ','http://photos-3.idxco.com/049afa0987a2eead03d0cbd63afbfe3a5e320932561','20932561','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20932561&idxID=049','2','1','Ortley Beach - Really good things come in small packages!  G...');
	properties[24] = new Array('339,900','2610 BEECH ST ','Point Pleasant, NJ 08742 ','http://photos-3.idxco.com/04984f6601039cdaab0fc9ff2aecd9d576820936252','20936252','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20936252&idxID=049','3','2','Well maintained 3BR/2BA Bi-Level w/huge heated/cooled 2car g...');
	properties[25] = new Array('324,900','108 PHILADELPHIA AVE ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0491f07869f538b595eaa55c02b7fbcb67a20940316','20940316','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20940316&idxID=049','2','1','This condo was originally 1/2 of a duplex and is situated on...');
	properties[26] = new Array('299,000','102 W CHANNEL WAY ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0499e30804a70e0b6a731321e305e790b4f20924318','20924318','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20924318&idxID=049','2','2','This Ranch house is located on the smaller of two adjoining ...');
	properties[27] = new Array('299,000','102 W CHANNEL WAY ','LAVALLETTE, NJ 08735 ','http://photos-3.idxco.com/049e45a72a340922fdfc82ca48e1dff36e220924291','20924291','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20924291&idxID=049','','','Oversized middle block lot located on Rt 35 North in Ocean B...');
	properties[28] = new Array('299,000','103 W BEACH WAY ','LAVALLETTE, NJ 08735 ','http://photos-3.idxco.com/049e45a72a340922fdfc82ca48e1dff36e220924290','20924290','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20924290&idxID=049','','','Oversized middle block lot located on Rt 35 North in Ocean B...');
	properties[29] = new Array('289,000','840 ENSIGN AVE ','Beachwood, NJ 08722 ','http://photos-3.idxco.com/049c32c3ecb95e9e79b8ba4333fc034fa9e20933640','20933640','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20933640&idxID=049','3','1','Beautifully maintained ranch on an oversized parcell.  Bring...');
	properties[30] = new Array('269,000','51 HIERING AVE B6 ','Seaside Heights, NJ 08751 ','http://photos-3.idxco.com/049c12a36b2d2a60d93774d1d4576e8be3c20926982','20926982','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20926982&idxID=049','2','1.5','GORGEOUS OCEAN VIEWS FROM THIS BEAUTIFULLY RENOVATED CONDO.....');
	properties[31] = new Array('245,900','404 BAY BLVD 2 ','Seaside Heights, NJ 08751 ','http://photos-3.idxco.com/04948470594d66c3d222ea51094996b238f20933359','20933359','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20933359&idxID=049','2','1','Great Jersey Shore Getaway for summer months and long weeken...');
	properties[32] = new Array('199,000','145 CENTRAL AVE 11B ','Island Heights, NJ 08732 ','http://photos-3.idxco.com/049cb10b23a7f83c2426108d07a060601d120923907','20923907','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20923907&idxID=049','2','1.5','Fantastic 2 bedroom 1 1/2 bath condo in desirable Island Hei...');
	properties[33] = new Array('174,900','45 SAMPSON AVE 10 ','Seaside Heights, NJ 08751 ','http://photos-3.idxco.com/049fc8040f93c759062e8fa78ff77c575cf20923592','20923592','049','http://www.birchlerrealtors.idxco.com/idx/2426/details.php?listingID=20923592&idxID=049','1','1','BREEZY, BRIGHT AND BEAUTIFUL.  BEST CONDO IN COMPLEX.  EAT O...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
