if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "‘We Are 4-H’ celebrates the 100th birthday of North Carolina 4-H.";
	cutLine[2] = "At the Slow Food International conference in Italy, delegates focus on food that is  ‘good, clean and fair.’";
	cutLine[3] = "Weed scientist finds strategies to battle resistant Palmer amaranth.";
	cutLine[4] = "It’s open house at the North Carolina Research Campus, and College programs there are open for business.";
	cutLine[5] = "A student’s summer lab experience leads to four years of mentored participation in molecular biology research – and a strong foundation for future accomplishment.";
	cutLine[6] = "Watauga County’s Sue Counts has built a legacy of community service, one demonstration at a time.";
	
    cutLine[12] = "Prawns are a hot aquaculture trend in North Carolina •  Strong demand for Bogue Sound watermelons • BAE storm-water engineering group assists Wal-Mart •  Extension, Boone team installs water-saving cistern • Small fruit ‘brain trust’ meets in Raleigh • Moore County leaders study water-use technologies at N.C. State forum • Historic $3 million endowment announced • CALS scientists take part in most comprehensive sweetpotato study ever • Borlaug lecturer encourages increased educational opportunities in developing countries • Threadgill, Kennedy are new heads of Genetics, Entomology • Local food systems advocate speaks at CEFS event • Panel assesses health impacts of chemical in plastics • Lights, camera – collaboration! • Plant Pathology Department celebrates 50th anniversary • Making it easy to be green • Youth and Families Summit focuses on contemporary issues, positive change • N.C. wines are celebrated in an expanded format";
	cutLine[13] = "2008 Distinguished Alumni and Outstanding Alumni honored • CALS alumnus M. Edmund Aycock named to 2008 National 4-H Hall of Fame • Calling all Alpha Zeta alumni";
	cutLine[14] = "College celebrates record fund-raising success at 2008 donor gala • Service awards presented, new professorship created at joint foundations luncheon • Unusual gift can put CALS in caviar business • Two scholarship endowments in College created during State Fair • Community service prized in selection of new Edwards scholarship winners • Students help create endowment in honor of Dr. Lynn Turner • Johnson Poultry Scholarship Endowment honors ‘House of Raeford’ founder";
	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 - The drought response — and more";

	var on20 =  new Image();on20.src ="images/c_century_o.jpg";
	var off20 = new Image();off20.src="images/c_century.jpg";
	
	var on21 =  new Image();on21.src ="images/c_global_o.jpg";
	var off21 = new Image();off21.src="images/c_global.jpg";
	
	var on22 =  new Image();on22.src ="images/c_cotton_o.jpg";
	var off22 = new Image();off22.src="images/c_cotton.jpg";
	
	var on23 =  new Image();on23.src ="images/c_dedicated_o.jpg";
	var off23 = new Image();off23.src="images/c_dedicated.jpg";

	var on24 =  new Image();on24.src ="images/c_creating_o.jpg";
	var off24 = new Image();off24.src="images/c_creating.jpg";

	var on25 =  new Image();on25.src ="images/c_college_o.jpg";
	var off25 = new Image();off25.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;
}
