if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "Burley tobacco in the piedmont and eastern North Carolina? College faculty members are working to make it so."
	cutLine[2] = "Tobacco farmland becomes a farm pond for freshwater shrimp business.";
	cutLine[3] = "North Carolina’s small-fruit and vegetable industries are revitalized by College program.";
	cutLine[4] = "A Cooperative Extension workshop explores organic grain and oilseed production.";
	cutLine[5] = "MuscadinePlus nutritional supplement means agribusiness opportunity for Duplin County.";
	cutLine[6] = "Cooperative Extension provides communities’ Gateway to N.C. State.";
	cutLine[7] = "Gateway project helps teachers build students’ understanding of science.";
	cutLine[8] = "College programs prepare students to succeed in ‘real world’ careers.";
	cutLine[9] = "Farm-related entertainment enterprises blaze trails for economic development.";
	cutLine[10] = "New laboratory enhances botany and plant pathology research that supports state’s commodities.";
	cutLine[11] = "Dr. Brian Faris teaches life lessons as he gives livestock lessons to 4-H youth.";
	cutLine[12] = "Project promotes herbs as alternative crops • Dairy store to feature N.C. State ice cream • College honors those who made field lab possible • Major equipment donation enhances Turf Field Laboratory • Reservation tourism industry training includes traditional Cherokee values • Brown proposes new value-added foundation, center to help economic development • New MMB/MBA option available for students in microbial biotechnology master’s degree program • N.C. State’s BTEC will help create jobs for North Carolina • Marshall Stewart appointed to lead 4-H Youth Development • Agricultural Institute nets top ranking • Pardue new head of Poultry Science • Farm Writers honor Oblinger, Wynne • State Extension director wins recognition • Moyer gives Morrison Lecture";
	cutLine[13] = "College alumna shares her chronicles of becoming one of bird-watching’s elite • Research service taps College alumna to serve as new development director • Davenport wins NAADA Volunteer Service Award";
	cutLine[14] = "Everybody benefits from Camp Millstone alumni fun weekend • Onstott Endowment created as memorial golf tournament honors Ag Institute graduate • Parker Endowment will support various Extension programs • Lovvorn Scholarship Endowment established ";
	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 on1 = new Image();on1.src="images/ch_wave.jpg";
	var off1 = new Image();off1.src="images/ch_wave.jpg";
	var on2 = new Image();on2.src="images/ch_raising.jpg";
	var on3 = new Image();on3.src="images/ch_down.jpg";
	var on4 = new Image();on4.src="images/ch_micro.jpg";
	var on5 = new Image();on5.src="images/ch_more.jpg";
	var on6 = new Image();on6.src="images/ch_avenues.jpg";
	var on7 = new Image();on7.src="images/ch_inquiring.jpg";
	var on8 = new Image();on8.src="images/ch_making.jpg";
	var on9 = new Image();on9.src="images/ch_agritourism.jpg";
	var on10 = new Image();on10.src="images/ch_wide.jpg";
	var on11 = new Image();on11.src="images/ch_college.jpg";
	var on12 = new Image();on12.src="images/ch_news.png";
	var on13 = new Image();on13.src="images/ch_alumni.png";
	var on14 = new Image();on14.src="images/ch_giving.png";
*/	
	var on20 =  new Image();on20.src ="images/c_down_o.jpg";
	var off20 = new Image();off20.src="images/c_down.jpg";
	
	var on21 =  new Image();on21.src ="images/c_raising_o.jpg";
	var off21 = new Image();off21.src="images/c_raising.jpg";
	
	var on22 =  new Image();on22.src ="images/c_micro_o.jpg";
	var off22 = new Image();off22.src="images/c_micro.jpg";
	
	var on24 =  new Image();on24.src ="images/c_more_o.jpg";
	var off24 = new Image();off24.src="images/c_more.jpg";

	var on23 =  new Image();on23.src ="images/c_wave_o.jpg";
	var off23 = new Image();off23.src="images/c_wave.jpg";

	var on25 =  new Image();on25.src ="images/c_avenues_o.jpg";
	var off25 = new Image();off25.src="images/c_avenues.jpg";
	
	var on26 =  new Image();on26.src ="images/c_inquiring_o.jpg";
	var off26 = new Image();off26.src="images/c_inquiring.jpg";
	
	var on27 =  new Image();on27.src ="images/c_making_o.jpg";
	var off27 = new Image();off27.src="images/c_making.jpg";
	
	var on28 =  new Image();on28.src ="images/c_agritourism_o.jpg";
	var off28 = new Image();off28.src="images/c_agritourism.jpg";
	
	var on29 =  new Image();on29.src ="images/c_wide_o.jpg";
	var off29 = new Image();off29.src="images/c_wide.jpg";
	
	var on30 =  new Image();on30.src ="images/c_college_o.jpg";
	var off30 = new Image();off30.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;
}