	// 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-family: Arial, Helvetica, sans-serif;  }');
	document.writeln('</style>');
	var next = 1;
	prev = 58 - 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 >= 58)
			next = 0;
	} // end genNext
	function genPrev()
	{
		prev = cwi - 1;
		if (prev < 0)
			prev = 58 - 1;
	} // end genPrev

	var properties = new Array(58);
	properties[0] = new Array('430,000','Roundabout Rd  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041d5ec682b83f46e312b39481304bdd06429017735','29017735','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29017735&idxID=041','0','0','Breathtaking is the best description! 248+/- acres with an e...');
	properties[1] = new Array('375,000','602 Chewiliken Valley Rd  ','Riverside, WA 98849 ','http://photos-3.idxco.com/04187f925db95d77959d573771e500faed629045335','29045335','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29045335&idxID=041','3','1.5','Home on 39 acres in a beautiful, private, picturesque settin...');
	properties[2] = new Array('239,900','812 E 7th St  ','Port Angeles, WA 98362 ','http://photos-3.idxco.com/041ac5990b4c8a5dc0ab2d65969b7055e6028143281','28143281','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=28143281&idxID=041','4','2','Larger than it looks, well kept 2 story with basement in a n...');
	properties[3] = new Array('189,900','48 Long Lake Ln  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/04199abf4e14ee38c23b84bc6d92bdf870729027373','29027373','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29027373&idxID=041','2','1.75','ROOM FOR HORSES! This 2 bdrm, 2 ba home sits on 13+ fully fe...');
	properties[4] = new Array('179,900','42 Heron Loop Rd  ','Republic, WA 99166 ','http://photos-3.idxco.com/041d8842f09ecb5c2394648127379055aa929072860','29072860','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29072860&idxID=041','2','1','PRICED to move: METICULOUS custom-built cottage overlooking ...');
	properties[5] = new Array('149,900','116 Cape Labelle Rd N ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041e83a290176f18c7b3b24ab1792fcc63429092302','29092302','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29092302&idxID=041','1','1.5','13+ acres, located on a county gravel road. Property is in p...');
	properties[6] = new Array('146,000','33 Horn Ranch Rd  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/04181e70dd5554ee853338b12323040b3ef29076451','29076451','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29076451&idxID=041','1','0','This is a very well cared for 2 year old, stick frame home. ...');
	properties[7] = new Array('92,375','Chewilkan   ','Riverside, WA 98849 ','http://photos-3.idxco.com/041757039144f3b8ae10224fbbeb6736a8929045790','29045790','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29045790&idxID=041','','','This is a beautiful homesite with breath-taking views overlo...');
	properties[8] = new Array('89,900','15 Turtle Run Rd  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041fc9ee9154df382ff454f3267644271ee28130183','28130183','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=28130183&idxID=041','1','0','Here is that Eastern Washington cabin with BEAUTIFUL CREEK F...');
	properties[9] = new Array('89,900','24 Greer Rd  ','Oroville, WA 98844 ','http://photos-3.idxco.com/0411f4056de574e65b141a25814785820ab29035731','29035731','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29035731&idxID=041','0','0','This is a brand new cabin with breath-taking views just wait...');
	properties[10] = new Array('87,500','Chiwilikan Valley Rd  ','Riverside, WA 98849 ','http://photos-3.idxco.com/041e429c799f72114351b45f48a7b63e0a629045948','29045948','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29045948&idxID=041','','','This is a beautiful homesite with breath-taking views overlo...');
	properties[11] = new Array('72,500','373006 Rising Son Rd  ','Wauconda, WA 98859 ','http://photos-3.idxco.com/041827a4d014adea3e6ea09ac76652423b229043593','29043593','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29043593&idxID=041','','','20 acres mixed trees and rangeland. Nice views, borders USFS...');
	properties[12] = new Array('72,500','106 Bartroff Rd  ','Oroville, WA 98844 ','http://dirt-cheap-dirt.idxco.com/images/noHousePhoto.png','29094367','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29094367&idxID=041','','','Great property to build on, has outstanding views, power and...');
	properties[13] = new Array('70,000','3 Cougar Creek Rd W ','Wauconda, WA 98859 ','http://photos-3.idxco.com/0416d2332fda5b91e1485db469ecf6ac84b29082794','29082794','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29082794&idxID=041','1','0','Great little cabin, actually 2 cabins and a shop. on 5.5 acr...');
	properties[14] = new Array('59,900','McLaughlin   ','Tonasket, WA 98855 ','http://photos-3.idxco.com/04136d2271b4eeed55279d0302e8d89541529070732','29070732','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29070732&idxID=041','0','0','Great views from this small recreational cabin on 20acres wi...');
	properties[15] = new Array('59,900','McLaughlin   ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041e94bb30dd43bee2c6b561b3a28ab1a6629070723','29070723','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29070723&idxID=041','','','There are spectacular views from all over this property prop...');
	properties[16] = new Array('59,900','68 Crest Dr  ','Oroville, WA 98844 ','http://photos-3.idxco.com/041aa96c5fe60e2044c0d741d8c169b378628146844','28146844','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=28146844&idxID=041','','','END OF THE ROAD privacy with state land on 2 sides! Great vi...');
	properties[17] = new Array('50,000','Silver Creek Rd  ','Inchelium, WA 99138 ','http://photos-3.idxco.com/041649fd479c340fc25655a2094e2f9b1bc29063124','29063124','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29063124&idxID=041','','','What an Opportunity! 40 forested acres completely surrounded...');
	properties[18] = new Array('49,500','Ridge Top Dr  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041e73dac4bdac2aca196cc22a317f8895829046734','29046734','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29046734&idxID=041','','','This property borders Thousands of acres of U.S.F.S. which g...');
	properties[19] = new Array('49,000','Nicholson Creek Rd  ','Wauconda, WA 98859 ','http://photos-3.idxco.com/0410b4af50a148c84ae8035bc7cac8c5aed28192770','28192770','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=28192770&idxID=041','','','Beautiful forested property with year around CREEK FRONTAGE!...');
	properties[20] = new Array('47,500','44 Heron Loop Rd  ','Republic, WA 99166 ','http://photos-3.idxco.com/04107375d4fe1523b967c7c0927d6dda90329074798','29074798','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29074798&idxID=041','','','Power,water and driveway are in on this attractive 1 acre pi...');
	properties[21] = new Array('47,000','Big Boulder Ln  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/0417456ffe929c7401b68c4425df00a373329033017','29033017','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29033017&idxID=041','','','Wonderful valley views. This property is close to the Bonapa...');
	properties[22] = new Array('47,000','Big Boulder Ln  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041f368c3c290f06731d1438a62a57e8a2e29032966','29032966','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29032966&idxID=041','','','Wonderful valley views. This property is close to the Bonapa...');
	properties[23] = new Array('46,900','423 E 14th St  ','Republic, WA 99166 ','http://photos-3.idxco.com/0417baa368a43c7c3f156f15fb4e8472b6829082077','29082077','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29082077&idxID=041','2','0','There are 8 city lots in downtown Republic with Development ...');
	properties[24] = new Array('44,900','Washburn Lake Rd  ','Loomis, WA 98827 ','http://photos-3.idxco.com/041fb0eecf8c4a40495dfaee54de9c8e48029074741','29074741','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29074741&idxID=041','','','Great views of the Mountains, Valley\\\\\\\'s and Spectacle Lake...');
	properties[25] = new Array('42,500','Bandtman Rd  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/0413412469b9aa637f8f00e99ed539596c429074135','29074135','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29074135&idxID=041','','','National Forest and CREEK frontage! Wonderfully forested, ve...');
	properties[26] = new Array('42,500','44 Heron Loop Rd  ','Republic, WA 99166 ','http://photos-3.idxco.com/041fb397531976e847dc3d4d0abbba3f3ef28141133','28141133','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=28141133&idxID=041','','','Priced TO SELL and this one is READY for you to HOOK UP; you...');
	properties[27] = new Array('42,000','Chewiliken Valley Rd  ','Riverside, WA 98855 ','http://photos-3.idxco.com/041d6aef5dd626430a81c3e32f579def97d29072279','29072279','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29072279&idxID=041','','','State Land adjoins this Hunting paradise that is backed by 1...');
	properties[28] = new Array('39,750','Chesaw Rd  ','Oroville, WA 98844 ','http://photos-3.idxco.com/041fe8d6079f5cad71ad5103db7bde10f9e29028415','29028415','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29028415&idxID=041','','','This is a great 20 acre parcel, easy access off Chesaw Rd. T...');
	properties[29] = new Array('37,500','42 Buck Rd  ','Oroville, WA 98844 ','http://photos-3.idxco.com/041384df1bc45e006f99a92e0ea192ded2329028412','29028412','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29028412&idxID=041','','','What a great view property, 330 degrees, you can see all the...');
	properties[30] = new Array('37,000','Tamarak Rd  ','Tonasket, WA 98855 ','http://supplemental.idxco.com/2536-122574321184223','28142744','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=28142744&idxID=041','','','Here is your opportunity to own in Aeneas Valley. This lot o...');
	properties[31] = new Array('35,000','Cayuse Mtn Rd E ','Tonasket, WA 98855 ','http://photos-3.idxco.com/04131080942884bdceab84496c446d49caf28121212','28121212','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=28121212&idxID=041','','','20 view acres, 15 minutes from Tonasket. Nice ridge with a f...');
	properties[32] = new Array('35,000','46 Heron Loop Rd  ','Republic, WA 99166 ','http://photos-3.idxco.com/04109b7e93aa1943556db4acd56e95091bd28141152','28141152','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=28141152&idxID=041','','','The PRICE has just been REDUCED on this piece with a panoram...');
	properties[33] = new Array('35,000','Avonlea Rd  ','Curlew, WA 99118 ','http://photos-3.idxco.com/041aae215efbe47afc06d3a726304643f7429072902','29072902','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29072902&idxID=041','','','STATE LAND on 2 sides with a seasonal CREEK that runs throug...');
	properties[34] = new Array('35,000','Bamber Creek Rd  ','Curlew, WA 99118 ','http://photos-3.idxco.com/04181cea5059ac70a9a47f9d664b2fa4e7d29072899','29072899','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29072899&idxID=041','','','This is a nicely treed property that borders National Forest...');
	properties[35] = new Array('34,900','Ditzy Little Rd  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041ceab4314e3d790827758195ac981956e29068236','29068236','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29068236&idxID=041','','','Seller Very MOTIVATED - bring offer. Nicely treed, private, ...');
	properties[36] = new Array('33,000','29 Superstition Rd  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041290896926dee7f59066efa54b8957e7629054718','29054718','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29054718&idxID=041','','','Great views for your recreational cabin. This property is ni...');
	properties[37] = new Array('32,500','Beartooth Rd  ','Newport, WA 99156 ','http://photos-3.idxco.com/0416f95261a1e25a86605abc4247d15711529056061','29056061','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29056061&idxID=041','','','Great opportunity! Great Price! Five private, forested acres...');
	properties[38] = new Array('31,000','Avonlea Ln  ','Curlew, WA 99118 ','http://photos-3.idxco.com/041b52318045f152aad6da952828035c28729072883','29072883','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29072883&idxID=041','','','Lots of character on this 21+ acre piece that you can hunt f...');
	properties[39] = new Array('29,900','McLaughlin   ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041152a641924348cf270785c73b6b3621f29070709','29070709','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29070709&idxID=041','','','There are spectacular views from all 8 of these 20 acre parc...');
	properties[40] = new Array('29,900','McLaughlin   ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041e3ae02edf34e0814985675f144e04ce929070690','29070690','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29070690&idxID=041','','','There are spectacular views from all 8 of these 20 acre parc...');
	properties[41] = new Array('29,000','Tomanna Rd  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041e492a4ed691dd75e2b11d2ca09294bf729065602','29065602','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29065602&idxID=041','','','Have you ever dreamed of a cabin in the woods? This could be...');
	properties[42] = new Array('27,900','Artemis Meadows Rd  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041bc9914e4f669fd854d36a1610764eed229051409','29051409','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29051409&idxID=041','','','Get away, GeT aWaY, GET AWAY! This one is off the beaten pat...');
	properties[43] = new Array('26,000','Anfair Ln  ','Curlew, WA 99118 ','http://photos-3.idxco.com/041635c35730717d42e5b0d9727d3bc60db29088969','29088969','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29088969&idxID=041','','','20 acres of nice forest - fir, tamarack, pine, and lots of a...');
	properties[44] = new Array('24,900','McLaughlin   ','Tonasket, WA 98855 ','http://photos-3.idxco.com/0416b7dbc88a3058005c0230266db4da68f29070718','29070718','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29070718&idxID=041','','','There are spectacular views from all 8 of these 20 acre parc...');
	properties[45] = new Array('24,900','McLaughlin   ','Tonasket, WA 98855 ','http://photos-3.idxco.com/04166fbe10eded5e158743c0fea7b82968429070684','29070684','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29070684&idxID=041','','','There are spectacular views from all 8 of these 20 acre parc...');
	properties[46] = new Array('24,900','McLaughlin   ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041c5637ba319d7456a5257693c060e229829070669','29070669','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29070669&idxID=041','','','There are spectacular views from all 8 of these 20 acre parc...');
	properties[47] = new Array('24,900','McLaughlin   ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041cd9ff7d2bc00c3295a914e7560de7a3529070652','29070652','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29070652&idxID=041','','','There are spectacular views from all 8 of these 20 acre parc...');
	properties[48] = new Array('24,900','McLaughlin   ','Tonasket, WA 98855 ','http://photos-3.idxco.com/0414b9f921d8f5c265ff1cd8cbe445c414929070641','29070641','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29070641&idxID=041','','','There are spectacular views from all 8 of these 20 acre parc...');
	properties[49] = new Array('22,000','Farm Rd  ','Republic, WA 99166 ','http://photos-3.idxco.com/041d0ded2a31128cc5064b1b75860b12bba29076372','29076372','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29076372&idxID=041','','','Get AWAY from the Rat Race and relax on this nicely forested...');
	properties[50] = new Array('20,000','7 Pony Pl  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041896df0206301a3b846708677b1524c0229076017','29076017','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29076017&idxID=041','','','This is a nice lot that is close to National Forest and grea...');
	properties[51] = new Array('17,500','Evergreen Dr  ','Curlew, WA 99118 ','http://photos-3.idxco.com/041f8b9364c2a262c420eef2b74a394171129079493','29079493','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29079493&idxID=041','','','Great location for your retirement home, getaway cabin, hunt...');
	properties[52] = new Array('17,500','Evergreen Dr  ','Curlew, WA 99118 ','http://photos-3.idxco.com/04138a710db18c736e3bb84fc2e0f080c1829079485','29079485','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29079485&idxID=041','','','A great opportunity. Nicely treed acre with easy access that...');
	properties[53] = new Array('16,500','Evergreen Dr  ','Curlew, WA 99118 ','http://photos-3.idxco.com/041fced9b5a31f8dc54c6981317698f1d4129077101','29077101','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29077101&idxID=041','','','Come build your home or cabin or just camp on this beautiful...');
	properties[54] = new Array('15,000','12 N Overland Rd  ','Tonasket, WA 98855 ','http://photos-3.idxco.com/041e2d5c0eeddc324df698d03519c99ded328051118','28051118','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=28051118&idxID=041','','','Great access - approx 400 feet from a county maintained road...');
	properties[55] = new Array('14,000','Evergreen Dr  ','Curlew, WA 99118 ','http://photos-3.idxco.com/0412884faff8c960cb00716e7f2c349fab429077852','29077852','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29077852&idxID=041','','','Great building lot close to the Kettle River. Nicely treed a...');
	properties[56] = new Array('14,000','Evergreen Dr  ','Curlew, WA 99118 ','http://photos-3.idxco.com/041716245682d3e76dc77f46244e6ef637b29077092','29077092','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=29077092&idxID=041','','','Great building lot close to the Kettle River. Nicely treed a...');
	properties[57] = new Array('8,500','Cougar Creek Rd  ','Wauconda, WA 98859 ','http://photos-3.idxco.com/041cc56a29332ff693288fadae4dc23a1aa28172787','28172787','041','http://dirt-cheap-dirt.idxco.com/idx/2536/details.php?listingID=28172787&idxID=041','','','Great access to this nicely forested, level 0.27 acre lot. P...');
	var urlVar;
	var preLoad = new Image();
	preLoad.src = properties[cwi][3];
	onLoad = play();
