var feature_url = new makeArray1(3);
var feature_graphic = new makeArray1(3);
var feature_desc = new makeArray1(3);

function feature()
{var numx_raw = Math.random()*3;
var numx = Math.round(numx_raw);
return numx;}

feature_url[0]="fundraising/news/fall03/outofdark.html";
feature_graphic[0]="images/fundraising_feature_radiology.jpg";
feature_desc[0]="Out of the Dark: A <a href='fundraising/news/fall03/outofdark.html'>revolution in imaging</a> is brightening prospects for diagnosis and treatment</a>.";

feature_url[1]="fundraising/news/spring04/busyclinics.html";
feature_graphic[1]="images/fundraising_feature_clinics.jpg";
feature_desc[1]="Busy Clinics Get a New Home: The Mary L. Johnson Center for Ambulatory Care will <a href='fundraising/news/spring04/busyclinics.html'>transform community outpatient services</a>.";

feature_url[2]="fundraising/news/fall04/neonatology.html";
feature_graphic[2]="images/fundraising_feature_neonatology.jpg";
feature_desc[2]="The Birth of Neonatology: <a href='fundraising/news/fall04/neonatology.html'>Innovative technologies</a> give premature babies a healthy start.";

feature_url[3]="fundraising/news/spring05/tumorspg1.html";
feature_graphic[3]="images/fundraising_feature_edwards.jpg";
feature_desc[3]="The Dark Realm of Brain Tumors: <a href='fundraising/news/spring05/tumorspg1.html'>Michael S.B. Edwards, M.D.,</a> is an expert in developing treatments for children with brain tumors.";
