if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "College research discoveries lead to venture and gain.";
	cutLine[2] = "4-H factors significantly in the success of Park Scholars Jacob Furr and Lacey Martin.";
	cutLine[3] = "First Biofuels Field Day showcases state’s ethanol production potential.";
	cutLine[4] = "Kristi Tutor, Philip Morris intern, experiences a full range of Extension programming.";
	cutLine[5] = "Cintia Aguilar, the College’s first Latino interests facilitator, is determined to serve new audiences, forge partnerships and promote multicultural 4-H clubs.";

    cutLine[12] = "Animal Science Club students advocate for agriculture with their State Fair activities •  Moyer receives research and education award • Remote control: A better way to survey swine lagoons • Ort, Esbenshade elected to national Board on Agriculture Assembly • Mueller honored, Lovejoy speaks of global warming at Borlaug event • College celebrates feed mill grand opening • Extension offers drought-management strategies • For honey bee queens, multiple mating makes a difference • How green was my overcoat • CEFS receives Kellogg Foundation grant for outreach series • For bramble growers, the future is berry bright • Pastured pork comes to campus • College zoologist gets $3M grant to study climate change effects • Fred Gould honored by American Scientist • ‘Celebrate N.C. Wines’ offers tastings, food and unique research demonstrations • As department changes, so does name";
	cutLine[13] = "Alumna leads her students in rescue of lambs • Fred Wagoner is national 4-H Hall of Fame inductee • Alumnus is dean at prominent business college • Langer appointed Wildlife Commissioner";
	cutLine[14] = "Lytle endowment created to support state’s science teachers and CALS undergrads • 2007 CALS donor gala celebrates, encourages legacy of giving • New endowment benefits the College’s horticulture students • Monsanto grant boosts plant breeding program • Endowment honors Nelson’s work • Carson Barnes creates Covington Endowment to support sweet potato research • Neil and Becky Rhodes establish weed science graduate education endowment • New endowment bolsters Master Gardener Program";
	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_technology_o.jpg";
	var off20 = new Image();off20.src="images/c_technology.jpg";
	
	var on21 =  new Image();on21.src ="images/c_leadership_o.jpg";
	var off21 = new Image();off21.src="images/c_leadership.jpg";
	
	var on22 =  new Image();on22.src ="images/c_energy_o.jpg";
	var off22 = new Image();off22.src="images/c_energy.jpg";
	
	var on23 =  new Image();on23.src ="images/c_golden_o.jpg";
	var off23 = new Image();off23.src="images/c_golden.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;
}