if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "Gerringer dairy diversifies to successful farmstead cheese business, with help from a College short course.";
	cutLine[2] = "Extension experts’ efforts to slow storm water will make ocean cleaner for swimmers.";
	cutLine[3] = "The College’s Health Professions Advising Center helps students become candidates for health-care careers.";
	cutLine[4] = "Three graduate students’ symposium presentations reveal far-flung research efforts.";
	cutLine[5] = "Dr. John Cavanagh shows that in scientific collaboration — as in a community of molecules — the product is more powerful than the sum of its parts.";

    cutLine[12] = "Slow Food founder Petrini is inaugural lecturer at CEFS event • World’s blueberry breeders gather in Castle Hayne • Benson receives 2007 Distinguished Service Award from state dairy producers • Madison County 4-H’ers put historic road on a GIS map • Spray school seeks to keep pesticide drift in check • State’s storm-water-cleansing BMPs show only traces of harboring mosquitoes • Livestock agent Thomas earns client praise • GSD Honor Society of Agriculture honors 2007 faculty, alumni initiates • Connecting science and science education • Stephanie Jones is first graduate of parenting education master’s program • With PetPALS, 4-H’ers learn leadership and share the love of animals • Geneticist Trudy Mackay wins prestigious O. Max Gardner Award • Ready, set, go! Unique event links students with industry reps • Klaenhammer receives Holladay Medal • Technical training offered in large animal rescue • Extension, mountain communities partner with Latinos to present kids’ health, safety fair • N.C. green industry has $8.6 billion economic impact • Union County leadership conference takes women on a journey to Oz — and empowerment • CALS student among 2007-08 Goldwater Scholars • Field learning lab, wastewater classroom dedicated at Lake Wheeler Road Training Facility • State Climate Office works with CALS faculty to provide agricultural decision support • Four new Reynolds Professors named • College presents 2007 Awards for Excellence";
	cutLine[13] = "Halifax County family’s ‘beast’ is an innovative and efficient tobacco curing system • Wendell Murphy receives top citizenship award from Boy Scouts";
	cutLine[14] = "Unique gifts of land to College create education, conservation opportunities • Making hay: Foothills farmer’s dream becoming a reality • New scholarship will benefit students seeking nursery industry careers • 2007 Gala in the Garden is best arb fund raiser • Agribusiness/NAMA Club Scholarship Endowment created • New turfgrass scholarship endowment honors Bob Mashburn • 2007 Resource Development Awards presented at annual foundations luncheon • Wake County Farm Bureau funds scholarship endowment • Remembering Dean Colvard, ‘great man of agricultural and rural life’";
	cutLine[15] = "Items of Interest";
	cutLine[16] = "College of Agriculture and Life Sciences";

	cutLine[20] = "North Carolina State Univertsity";
	cutLine[21] = "Perspectives";
	cutLine[22] = "From the Dean - CALS Ingenuity";

	var on20 =  new Image();on20.src ="images/c_cheese_o.jpg";
	var off20 = new Image();off20.src="images/c_cheese.jpg";
	
	var on21 =  new Image();on21.src ="images/c_sandy_o.jpg";
	var off21 = new Image();off21.src="images/c_sandy.jpg";
	
	var on22 =  new Image();on22.src ="images/c_showing_o.jpg";
	var off22 = new Image();off22.src="images/c_showing.jpg";
	
	var on23 =  new Image();on23.src ="images/c_impressive_o.jpg";
	var off23 = new Image();off23.src="images/c_impressive.jpg";

	var on24 =  new Image();on24.src ="images/c_college_o.jpg";
	var off24 = new Image();off24.src="images/c_college.jpg";

		
}

function change(name,file){
if(document.images){//object test
eval('document.images.'+name+'.src="'+file+'";');
 }
}

function replace(s2){
document.holdtext.holder.value = s2;
}
