if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "What’s the secret to the sweetness of the Bogue Sound melons? It may just be in the sand of the sun-kissed coast.";
	cutLine[2] = "CALS graduate student studies long-undetected western North Carolina fish.";
	cutLine[3] = "A waterfront development plan takes shape in Kinston.";
	cutLine[4] = "Pender, Onslow County Extension teams bring in the beetles to tackle alligatorweed.";
	cutLine[5] = "At this camp, the challenge is to learn entrepreneurism.";
	cutLine[6] = "Biological and Agricultural Engineering students’ tractor-design team moves up in the ranks of national competition.";
	cutLine[7] = "Young sleuths solve the mystery of the postmortem interval — with help from Crime Solving Insects.";
	cutLine[8] = "Chatham County’s Debbie Roos is a new agent for a new kind of farmer.";

    cutLine[12] = "Hundreds attend JC Raulston Arboretum Summerfest • Web site supports ‘AgriCultural’ tourism planning • Beasley, BAE professor, is named ASABE Fellow • Making an impact for children’s health • Researchers characterize structure of protein linked to Alzheimer’s disease prevention • Composting holds promise for swine mortality disposal • Extension marketing moves forward • Latest NRLI class graduates • N.C. State gets $1.5 million from medical institute to improve science education • Baker, new Henderson County Extension director, wins top state honor • Agromedicine research forum honors Rose • Agricultural Institute nets No. 1 ranking • Searching for genetic clues to stop malaria’s march • Miller is president-elect of national association of agricultural agents • Farkas wins food engineering award • French-made tobacco harvester tours North Carolina tobacco farms • N.C. State, UNC-G to offer joint master’s degree in parent education • ‘Nickels for Know-How’ passes with landmark vote • ‘Foothills Fresh’ boosts locally grown options for consumers";
	cutLine[13] = "Incredible journey, incredible team • Sociologist Williams dies in June • Water-quality specialist Evans is CALS Biological and Agricultural Engineering Department head • CALS alumnus named director of National Sea Grant College Program";
	cutLine[14] = "Three organizations recognized as Partner in 4-H Award winners • Research station supporters honored at Turfgrass Field Day • Oakley receives prestigious national award from professional organization";
	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 - Global Perspectives";

	var on20 =  new Image();on20.src ="images/c_amazing_o.jpg";
	var off20 = new Image();off20.src="images/c_amazing.jpg";
	
	var on21 =  new Image();on21.src ="images/c_sicklefin_o.jpg";
	var off21 = new Image();off21.src="images/c_sicklefin.jpg";
	
	var on22 =  new Image();on22.src ="images/c_river_o.jpg";
	var off22 = new Image();off22.src="images/c_river.jpg";
	
	var on23 =  new Image();on23.src ="images/c_alligator_o.jpg";
	var off23 = new Image();off23.src="images/c_alligator.jpg";

	var on24 =  new Image();on24.src ="images/c_adventures_o.jpg";
	var off24 = new Image();off24.src="images/c_adventures.jpg";

	var on25 =  new Image();on25.src ="images/c_progress_o.jpg";
	var off25 = new Image();off25.src="images/c_progress.jpg";

	var on26 =  new Image();on26.src ="images/c_forensics_o.jpg";
	var off26 = new Image();off26.src="images/c_forensics.jpg";

	var on27 =  new Image();on27.src ="images/c_college_o.jpg";
	var off27 = new Image();off27.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;
}