function RanPicCap()
{
var rl = 23;
var rn = Math.floor(Math.random() * rl) +1;
var cap = new Array();
cap[0] = "This is a placeholder. Nothing more to see here. Please move along, citizen.";
cap[1] = "Entrance to Ramirez Park, where SMMC has major expansion in mind.";
cap[2] = "Ramirez Canyon as seen from Kanan Dume Road: Hillsides coastal sage scrub and native chaparral need to be protected from human activity.";
cap[3] = "Overnight camping would threaten the already delicate balance in Ramirez Canyon, an environmentally sensitive habitat area.";
cap[4] = "Ramirez Canyon: 200 party-goers would revel in these hills if SMMC has its way.";
cap[5] = "Ramirez Canyon access is inadequate for SMMC plans.";
cap[6] = "Ramirez Canyon residents pay to maintain this narrow, private country road - the only entrance into the canyon and Ramirez Canyon Park.";
cap[7] = "Winding Way parking area into Escondido Canyon: SMMC would move the parking area to the middle of a scenic meadow, accessible only by a narrow residential road.";
cap[8] = "Scenic meadow at entrance to Escondido Canyon and potential site of SMMC parking area.";
cap[9] = "Corral Canyon Road is winding and narrow.";
cap[10] = "A long, narrow curve in Corral Canyon.";
cap[11] = "Corral Canyon Road: The sign says it all.";
cap[12] = "A fire last winter destroyed 50-plus homes in Corral Canyon.";
cap[13] = "Corral Canyons roads are scenic but tricky to navigate.";
cap[14] = "On Corral Canyon Road, there is barely room for 2 cars.";
cap[15] = "Where a home once stood in Corral Canyon - before last years fire. Residents have a right to be scared. Do we really want camping in residential areas?";
cap[16] = "Ramirez Canyon Park: In 1993, Barbra Streisand donated her private home and property to be used to study fragile ecosystems. ";
cap[17] = "Just inside Ramirez Canyon Park: SMMCs director has said, This is not a place that lends itself to public use or safe access.";
cap[18] = "View of burnt bush along Corral Canyon Road.";
cap[19] = "Ramirez Canyon Road: A fire would put the lives of residents at risk.";
cap[20] = "An illegal campfire was the culprit in the Corral Canyon fire.";
cap[21] = "View from inside Ramirez Canyon Park.";
cap[22] = "Can cameras catch a late-night trespasser?";
cap[23] = "NO FIRES - Unfortunately, this sign did not stop Corral Canyon visitors from building a fire.";
document.write("
" + cap[rn]);
}