// Random Featured Property - Land
function showLand(){

var returnValue = true; 
var page = new Array()
page[0]="propertypage/property=100749.html"
page[1]="propertypage/property=070558.html"
page[2]="propertypage/property=100528.html"
page[3]="propertypage/property=070974.html"
page[4]="propertypage/property=091281.html"
page[5]="propertypage/property=101853.html"
page[6]="propertypage/property=100326.html"
page[7]="propertypage/property=091426.html"
page[8]="propertypage/property=091852.html"

page[9]="propertypage/property=100820.html";




 
limgs = new Array()
limgs[0]="maps/landimages/100749a.jpg"
limgs[1]="maps/landimages/070558a.jpg"
limgs[2]="maps/landimages/100528a.jpg"
limgs[3]="maps/landimages/070974a.jpg"
limgs[4]="maps/landimages/091281a.jpg"
limgs[5]="maps/landimages/101853a.jpg"
limgs[6]="maps/landimages/100326a.jpg"
limgs[7]="maps/landimages/091426a.jpg"
limgs[8]="maps/landimages/091852a.jpg"
limgs[9]="maps/landimages/100820a.jpg";




 
var laddress = new Array()
laddress[0]="1421 Hwy 4, Arnold"
laddress[1]="4833 Meko, Camp Connell"
laddress[2]="1700 Love Creek, Arnold"
laddress[3]="175 Moran, Arnold"
laddress[4]="Highway 4, Arnold"
laddress[5]="0 Quaking Aspen, Dorrington"
laddress[6]="1818 Belmont, Arnold"
laddress[7]="1181 Oak Street, Arnold"
laddress[8]="325 Schimke Rd, Bear Valley"
laddress[9]="2223 Sultana, Arnold";




var lprice = new Array()
lprice[0]="$345,000"
lprice[1]="$185,000"
lprice[2]="$249,000"
lprice[3]="$135,000"
lprice[4]="$107,000"
lprice[5]="$95,000"
lprice[6]="$55,000"
lprice[7]="$42,000"
lprice[8]="$154,500"
lprice[9]="$69,500";




var ldesc = new Array()
ldesc[0]="Excellent potential. Zoned commercial and multi-family res. Apn #'s 028-009-028 (sm. lot on Hwy 4 & Meadowview) and 028-027-007 (easement from Lilac Dr.) included for accesses. Sewer hook up and water available. Excellent highway location. Corner pins are flagged. Lot to be cleaned up soon."
ldesc[1]="Beautiful trees. Listing office has plan for three bedroom home done by Dunbar."
ldesc[2]="Rare opportunity to own acreage at this elevation Nearly level all useable acreage. Enjoy the serenity. Nice combination of oak, pine, cedar, and firs. Owner may consider trading for a home in Arnold. Owner will finance."
ldesc[3]="	Excellent Highway access to this down sloped lot. View of the Snow Flake Lodge tennis courts."
ldesc[4]="Located in Big Prather Meadows, this beautiful parcel has a spring, expansive views, boulders and huge aspen and red fir trees.Has a foundation for a small cabin, storage shed and a hand pump on the spring. Enjoy seasonal creeks, wildlife and nature in a special setting."
ldesc[5]="Large downslope lot ona cul de sac. Pin location has been completed."
ldesc[7]="	Level corner lot with commercial zoning - bring your business ideas or just build a house. Short walk to Old Town Arnold."
ldesc[8]="	Nice street to street treed lot in a great location. Gentle sloping lot with nice building site. Short walk to community lake with High Sierra views and hiking trails. Quiet neighborhood and great setting. Prime location when new lift and village plans are completed. "
ldesc[9]="Upslope sunny lot in Meadowmont. In a quiet neighborhood. ";





var lenl = (page.length + limgs.length + laddress.length + ldesc.length) / 4;

if((lenl*2)%2 == 1){returnValue=false;}


if(returnValue==false)
{document.write('<img src="/img/startslide.gif" alt="Action Realty">');return false;}
var rand = Math.floor(lenl*Math.random())

document.write('<h2>' + laddress[rand] + '</h2><div align=\"center\"><a href=\"http://www.actionrealty.com/' + page[rand] + '\"><img width=\"176\" height=\"133\" src=\"http://www.actionrealty.com/' + limgs [rand] + '\"  alt=\"Property Photo\"/></a></div><p>' + ldesc [rand] + '<br/>' + lprice [rand] + '<br/><a href=\"http://www.actionrealty.com/' + page[rand] + '\" class=\"PriceTag\" title=\"See This Property\">More Information</a></p>');
}


