if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "Semester breaks become service breaks as N.C. State students use their time to assist those in need.";
	cutLine[2] = "Extension alternative energy demonstrations may prove to be ‘life-changing’ for many.";
	cutLine[3] = "Extension works to help make mountain town’s redevelopment environmentally friendly.";
	cutLine[4] = "E-Conservation program trains consumers to save energy – and money.";
	cutLine[5] = "This Gardner grows tomatoes &mdash; and develops the varieties that growers want.";
	
    cutLine[12] = "New offerings from College plant breeders • Director named for Kannapolis research institute • College presents 2008 Awards for Excellence • Science Olympiad includes food science challenges • Bamboo bistro enlivens landscape at Kilgore • Homegrown Handmade launches guide to state’s agritourism destinations • Leonard Bull elected board chair for animal agriculture group • N.C. State University maps tobacco genome • 4-H centennial song debuts at annual gala • Cooperative Extension sponsors National Extension Technology Conference • Horticultural science students win design scholarships • North Carolina group attends leadership conference • Program seeks to extend organic grains production • National 4-H Conference delegates discuss environmental issues, meet with legislators • Environmental impact on gene expression studied • Retiree Rogister receives award • Racing for Ag Awareness";
	cutLine[13] = "Olympian accomplishment in Africa • Alumnus works to preserve county’s agricultural heritage • Ken Swartzel honored by Institute of Food Technologists • Gamma Sigma Delta taps alumni, faculty • Career Expo is coming";
	cutLine[14] = "Annual Gala in the Garden celebrates a ‘Greener World’ • V Foundation grant will support new generation of cancer researchers • Breeze Farm workshop offers start-to-finish training • Smith creates Ag Institute scholarship • Wilson County secures Hunt endowment • Dock of the Bay event celebrates fifth successful year • Faculty, staff and students receive 2008 Resource Development Awards";
	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-value-added-o.jpg";
	var off20 = new Image();off20.src="images/c-value-added.jpg";
	
	var on21 =  new Image();on21.src ="images/c-harnessing-o.jpg";
	var off21 = new Image();off21.src="images/c-harnessing.jpg";
	
	var on22 =  new Image();on22.src ="images/c-smart-o.jpg";
	var off22 = new Image();off22.src="images/c-smart.jpg";
	
	var on23 =  new Image();on23.src ="images/c-fuel-o.jpg";
	var off23 = new Image();off23.src="images/c-fuel.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;
}