var feature_url = new makeArray1(6);
var feature_graphic = new makeArray1(6);
var feature_desc = new makeArray1(6);

function feature()
{var numx_raw = Math.random()*5;
var numx = Math.round(numx_raw);
return numx;}

feature_url[0]="http://www.supportlpch.org";
feature_graphic[0]="images/home_feature_014.jpg";
feature_desc[0]="Make a gift today"; 

feature_url[1]="informed/events/satcher-info.html";
feature_graphic[1]="images/home_feature_003.jpg";
feature_desc[1]="Former Surgeon General Talks about the Challenges Preteens Face";

feature_url[2]="grantmaking/grantees/mentoring/index.html";
feature_graphic[2]="images/home_feature_013.jpg";
feature_desc[2]="Wanted: More Mentors for Area Preteens";

feature_url[3]="grantmaking/grantees/wildcats/index.html";
feature_graphic[3]="images/home_feature_007.jpg";
feature_desc[3]="Preteen 'Wildcats' Explore Life's Possibilities";

feature_url[4]="grantmaking/grantees/creativearts/index.html";
feature_graphic[4]="images/home_feature_008.jpg";
feature_desc[4]="Preteen dancers in San Jose express their gifts of grace";

feature_url[5]="grantmaking/grantees/girlsclub/index.html";
feature_graphic[5]="images/home_feature_010.jpg";
feature_desc[5]="East Palo Alto's Girls Club helps preteens grow into strong young women.";


