if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "Black bear population rebound makes for some exciting science in the east";
	cutLine[2] = "The new UNC system president looks, listens and learns as he tours extension and research program sites";
	cutLine[3] = "‘Slow the mudflow’ is the mantra as experts help teach water-quality lessons in western counties";
	cutLine[4] = "The scholarships supporting Melanie Smith’s education were a wise economic venture for the College, the state and, likely, the world";
	cutLine[5] = "More than five years of work to identify alternative waste-management technologies culminate in some ‘environmentally superior’ solutions";
	cutLine[6] = "The work of Dr. Major Goodman, world-renowned geneticist and maize scientist, is celebrated at a symposium in his honor";

    cutLine[12] = "Extension helps seniors with prescription drug benefit • Turkmenistan visitors learn about FFA programs • Landscaping adds much to our economy, says Extension horticulturalist • College offers new agroecology undergraduate minor • CALS honors congressional delegation as ‘Tobacco Greats’ • Department of Sociology and Anthropology turns 85 • ‘Adopt-a-Professional-Student’ program connects master’s candidates with industry leaders • College economist’s insurance work has significant impact at home and abroad • Two departments — 4-H, FCS — to merge on July 1 • CALS Ambassadors win national leadership award • N.C. State announces new William Neal Reynolds Professors • McClure receives award for work in near-infrared spectroscopy • Adding value to value-added agriculture • Economist Mike Walden launches daily podcast • Shake off the holidays • ‘Color Me Healthy’ wins national nutrition award • Flowers honored with teaching award • Forestry Extension group receives national recognition";
	cutLine[13] = "New alumna offers philosophy of fearlessness at fall commencement • Endowment honors Jim Butler, long-time 4-H livestock specialist";
	cutLine[14] = "Cattlemen, College form partnership with creation of research endowment • Rowan County event raises $30K for FFA • Vegetation management group creates endowment • New College foundation launched to support research in agriculture and life sciences • Extension and Community Association helps fund scholarship in FCS foundation • Sanders dies in April";
	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 - Innovation in Action";

	var on20 =  new Image();on20.src ="images/c_ursa_o.jpg";
	var off20 = new Image();off20.src="images/c_ursa.jpg";
	
	var on21 =  new Image();on21.src ="images/c_tremendous_o.jpg";
	var off21 = new Image();off21.src="images/c_tremendous.jpg";
	
	var on22 =  new Image();on22.src ="images/c_running_o.jpg";
	var off22 = new Image();off22.src="images/c_running.jpg";
	
	var on23 =  new Image();on23.src ="images/c_good_o.jpg";
	var off23 = new Image();off23.src="images/c_good.jpg";

	var on24 =  new Image();on24.src ="images/c_end_o.jpg";
	var off24 = new Image();off24.src="images/c_end.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;
}