	// 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 = 4000;
	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-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; font-style: normal; color: #FFFFFF;  }');
	document.writeln('#IDX-slideshow { text-align: center; width: 260px; height: 190px;  }');
	document.writeln('.IDX-image { width: 220px; height: 165px;  }');
	document.writeln('#IDX-slideshowImage span { text-align: center; }');
	document.writeln('</style>');
	var next = 1;
	prev = 43 - 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+'Baths: '+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 >= 43)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 43 - 1;
	} // end genPrev

	var properties = new Array(43);
	properties[0] = new Array('1,849,000','1102 OCEAN AVE ','Belmar, NJ 07719 ','http://photos-12.idxco.com/228c4da306cdc7c891745e2b444d47e5a8420821583','20821583','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20821583&idxID=049','8','3','Classic Victorian built in 1880, with a wrap around porch. L...');
	properties[1] = new Array('1,849,000','1102 OCEAN AVE ','BELMAR, NJ 07719 ','http://photos-12.idxco.com/2287173621425c83e7fb6976426c22527e320821124','20821124','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20821124&idxID=049','','','Classic Victorian built in 1880 with a wrap around porch. Le...');
	properties[2] = new Array('1,799,000','46 DICKMAN DR ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0495e1bc81fd81f11082a28c2a627f61ad320905903','20905903','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20905903&idxID=049','2','2','Beautiful oversized waterfront parcel for sale (119X158) on ...');
	properties[3] = new Array('1,789,000','10 CAMDEN AVE ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/04956cbc8befd083e0f342714ff520fccad20920913','20920913','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20920913&idxID=049','5','5','Oceanviews from this new construction beautiful home. 5 Bedr...');
	properties[4] = new Array('1,689,000','16 WASHINGTON AVE ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0495621186c2158540b0af4dcf41727fce020920904','20920904','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20920904&idxID=049','5','4','New Construction. 5 bedrooms, 4 baths are offered in this to...');
	properties[5] = new Array('1,665,000','192 HELM RD ','Mantoloking, NJ 08738 ','http://photos-3.idxco.com/049d18272859fb60cb9b9bf51c6931a96eb20905165','20905165','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20905165&idxID=049','5','2.5','MAGNIFICENT COVE FRONT MANTOLOKING SHORES home located on qu...');
	properties[6] = new Array('1,399,000','36 MORTON DR ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0492c3a96da3e7837ecfc415944ea91eeea20920148','20920148','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20920148&idxID=049','6','4','Big and Beautiful! This 6 bedroom, 4 bath home is immaculate...');
	properties[7] = new Array('1,349,000','12 WHITE AVE ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/049a390d493c1c4e1930c2bf580028a467420912522','20912522','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20912522&idxID=049','3','2.5','Absolutely charming ocean side shore house located on desira...');
	properties[8] = new Array('1,239,000','18 WASHINGTON AVE ','LAVALLETTE, NJ 08735 ','http://photos-3.idxco.com/049563b442c4c56bc837c2dacbcf789029520910129','20910129','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20910129&idxID=049','','','Very Nice! 2-family home on the beach block in the center of...');
	properties[9] = new Array('1,195,000','310 POMPANO CT ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0491b3395d0ee689c3e641c3dd60014c35e20910721','20910721','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20910721&idxID=049','3','2.5','Magnificent views from every window. Room for 3 boats plus w...');
	properties[10] = new Array('997,500','101 NEWARK AVE ','Lavallette, NJ 08735 ','http://clientlogos.idxco.com/noPhoto_2492','20923992','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20923992&idxID=049','3','2','SPECTACULAR HOME LOCATED IN THE HEART OF LAVALLETTE!! Comple...');
	properties[11] = new Array('997,500','101 NEWARK AVE ','LAVALLETTE, NJ 08735 ','http://clientlogos.idxco.com/noPhoto_2492','20923451','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20923451&idxID=049','','','SPECTACULAR HOME LOCATED IN THE HEART OF LAVALLETTE!!! Compl...');
	properties[12] = new Array('949,000','2025 BAY BLVD ','Ortley Beach, NJ 08751 ','http://photos-3.idxco.com/04985e142d1242ba255d4baa41e406edb1e20846298','20846298','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20846298&idxID=049','3','2','Spectacular views and amazing sunsets. One of the largest Ba...');
	properties[13] = new Array('779,900','417 6TH AVE ','Ortley Beach, NJ 08751 ','http://photos-3.idxco.com/0491e19984eb766bcbf8592f62701d479e220917080','20917080','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20917080&idxID=049','3','2','Ortley Beach Waterfront! 3 bedroom, 2 bath large ranch on 50...');
	properties[14] = new Array('779,000','33 OSPREY DR ','Toms River, NJ 08753 ','http://photos-3.idxco.com/04906df1513136828bd1a9947eec8ce752920911756','20911756','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20911756&idxID=049','4','2.5','PERFECT HOME for boaters who want protection for their boats...');
	properties[15] = new Array('729,000','101 NEW YORK AVE ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/049d80777df25d5172a538cf6dc36bb021c20913882','20913882','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20913882&idxID=049','2','1','Move into this charming spacious craftsmen style ranch.  The...');
	properties[16] = new Array('689,900','317 ORMOND DR ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/049c8b5f6fa99391d2d6297840722d75a7c20914270','20914270','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20914270&idxID=049','3','1.5','Waterfront home on wide lagoon. Minutes to open bay and clos...');
	properties[17] = new Array('599,900','2 DANIELLE DR ','Manalapan, NJ 07726 ','http://photos-3.idxco.com/04963e1cd9f770717173fd1cd7faeb1399e20923107','20923107','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20923107&idxID=049','5','3','Luxurious 5 bedroom Colonial is nestled on a beautiful corne...');
	properties[18] = new Array('539,000','1003 GRAND CENTRAL AVE 2 ','Lavallette, NJ 08735 ','http://supplemental.idxco.com/2492-12091500507313211','20744931','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20744931&idxID=049','4','2','Ocean side of Rt. 35 North. Remodeled 4br 2bth. Rents for $1...');
	properties[19] = new Array('515,000','110 16TH AVE ','BELMAR, NJ 07719 ','http://clientlogos.idxco.com/noPhoto_2492','20920709','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20920709&idxID=049','','','Best priced oceanside lot in Belmar!...');
	properties[20] = new Array('498,000','1605 GRAND CENTRAL AVE 6 ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/049ab32c6042e705be84ac9a2e1b0d9548820917774','20917774','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20917774&idxID=049','','','Huge office condo for sale, currently attorney\\\\\\\'s office p...');
	properties[21] = new Array('489,000','101 PENNSYLVANIA AVE 1 ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/049b79928a1c17e7acd5c16f6542eda075b20903125','20903125','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20903125&idxID=049','2','2','This is a free standing house with attached garage 2 bedroom...');
	properties[22] = new Array('484,000','112 FIELDER AVE ','ORTLEY BEACH, NJ 08751 ','http://photos-3.idxco.com/04934d97fb658ec39c251ebfc271de1a4d020922028','20922028','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20922028&idxID=049','','','Cute, well-maintained 2 family home 1 1/2 blocks to beach on...');
	properties[23] = new Array('484,000','112 FIELDER AVE ','Ortley Beach, NJ 08751 ','http://photos-3.idxco.com/04973ad0285aad713a3b021d4eb3fcab87420922021','20922021','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20922021&idxID=049','4','2','Cute, well-maintained 2 family home 1 1/2 blocks to beach on...');
	properties[24] = new Array('448,500','128 HAMILTON AVE ','Seaside Heights, NJ 08751 ','http://photos-3.idxco.com/049b23fb1b0386bf43d56aa73d9280e1d9120909800','20909800','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20909800&idxID=049','','','Three family house. First floor can be used as a storefront....');
	properties[25] = new Array('447,000','128 HAMILTON AVE ','SEASIDE HEIGHTS, NJ 08751 ','http://photos-12.idxco.com/228cd6ae3b23697c7ec0811e0b081e7570220840000','20840000','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20840000&idxID=049','','','Three units. First floor unit can be used as a commercial sp...');
	properties[26] = new Array('440,000','87 OCEAN GATE AVE ','Bayville, NJ 08721 ','http://photos-3.idxco.com/0498c7ad8a6fd13996d8240a44a1e1115b420917519','20917519','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20917519&idxID=049','4','2','HURRY!Opportunity to meet designer &amp; customize NEW Grani...');
	properties[27] = new Array('439,900','1139 ASTER DR ','Toms River, NJ 08753 ','http://photos-3.idxco.com/0499753d4500c2bdaa785a198aa33502a9620923106','20923106','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20923106&idxID=049','3','2.5','LAUREL CHASE COLONIAL ON LARGE CORNER LOT ... FOYER AND DR H...');
	properties[28] = new Array('439,000','2006 BALTIMORE AVE B ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0491aa55a2428d0a46728c71ce6d18f322b20921981','20921981','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20921981&idxID=049','3','2','SPACIOUS UPPER LEVEL CONDO IN LAVALLETTE. GREAT GETAWAY W/ L...');
	properties[29] = new Array('439,000','1833 BRIARWOOD TER ','Lake Como, NJ 07719 ','http://mls.momls.com/MonmouthReports/media/20819415_0551148.jpg','20819415','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20819415&idxID=049','3','2','A beautiful beach house 5 blocks from the beach, on a quiet ...');
	properties[30] = new Array('389,000','423 E BAYVIEW AVE ','Ocean Gate, NJ 08740 ','http://photos-3.idxco.com/0491782b8fea34ea4a4daae0997dfb0df3e20918706','20918706','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20918706&idxID=049','3','2.5','Here is your opportunity to own a piece of quiet shore livin...');
	properties[31] = new Array('379,000','101 PENNSYLVANIA AVE 3 ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/0491265ee622415738315fefb385c19102b20903130','20903130','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20903130&idxID=049','3','1','Condo fees, if any, to be determined. Only one block to the ...');
	properties[32] = new Array('379,000','101 PENNSYLVANIA AVE 2 ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/049fb35f53288e6795be4554d5d9f8436ce20903127','20903127','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20903127&idxID=049','3','1','This is a very nicely remodeled unit,completely and attracti...');
	properties[33] = new Array('329,900','112 PINE NEEDLE ST ','Howell, NJ 07731 ','http://supplemental.idxco.com/2492-123239526545960','20900755','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20900755&idxID=049','4','1.5','Best Deal in Ramtown! This is a steal on a 1/4 Acre with Pri...');
	properties[34] = new Array('259,000','211 HANCOCK AVE 3 ','Seaside Heights, NJ 08751 ','http://photos-3.idxco.com/049235459b0ce46dc54dcbf438416a2abae20903555','20903555','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20903555&idxID=049','3','2','Most furinshings included in sale. Unit is in very good shap...');
	properties[35] = new Array('249,000','218 HIERING AVE ','Seaside Heights, NJ 08751 ','http://photos-3.idxco.com/049f2e0c91af55613a5f1bd5e3dc113e81b20922619','20922619','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20922619&idxID=049','2','2','Great Location in town. Needs a little TLC but great potenti...');
	properties[36] = new Array('219,900','1806 GRAND CENTRAL AVE 3 ','Lavallette, NJ 08735 ','http://photos-3.idxco.com/049df7eee6489bb6332334f4ca0973c0e5c20916358','20916358','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20916358&idxID=049','1','1','ADORABLE CONDO AT THE JERSEY SHORE CONDOS....ALL FURNITURE I...');
	properties[37] = new Array('175,000','524 PRINCESS CT ','Toms River, NJ 08753 ','http://photos-3.idxco.com/04923c8293b0850b9a0c6c79415b87120d220901410','20901410','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20901410&idxID=049','1','1','Brand new adorable studio cottage.  Hardwood floors, new kit...');
	properties[38] = new Array('99,900','13 HATFIELD RD ','Toms River, NJ 08757 ','http://clientlogos.idxco.com/noPhoto_2492','20923086','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20923086&idxID=049','2','1','Priced to sell. Prime Silver Ridge location Sussex model.Cat...');
	properties[39] = new Array('98,000','21 BIMINI DR ','Toms River, NJ 08757 ','http://photos-3.idxco.com/049123a481c8c3e17adff67fcde73e92bb020904877','20904877','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20904877&idxID=049','2','2','Lowest priced lakeview model.  Subject to bank approval - sh...');
	properties[40] = new Array('1,500','','Lavallette, NJ 08735 ','http://photos-3.idxco.com/04926cd64796eb909c95b2001780ff7400d20902767','20902767','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20902767&idxID=049','','','Newly-renovated two-story, free-standing building located ju...');
	properties[41] = new Array('1,300','524 PRINCESS CT ','Toms River, NJ 08753 ','http://photos-3.idxco.com/04923c8293b0850b9a0c6c79415b87120d220913615','20913615','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20913615&idxID=049','1','1','...');
	properties[42] = new Array('0','57 MAIN ST 2ND FL. ','Bradley Beach, NJ 07720 ','http://clientlogos.idxco.com/noPhoto_2492','20834743','049','http://www.schlosserrealestate.idxco.com/idx/2492/details.php?listingID=20834743&idxID=049','','','Second Floor storage space. Approx. 1200SF. Four rooms withi...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
