if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "North Carolinians learn agricultural leadership lessons in California and Brazil.";
	cutLine[2] = "The College’s Office of International Programs leads the way in international research collaborations and study-abroad opportunities for students.";
	cutLine[3] = "The College joins in honoring pioneer scientist B.W. Wells and the Big Savannah.";
	cutLine[4] = "Hard work breeds success for Emily Tennant in academics, in the arts – and as Miss American Angus.";
	cutLine[5] = "From cultivating weed-killing cover crops to controlling pests on Christmas trees – the Southern Region IPM Center responds to regional research grant needs.";
	cutLine[6] = "Award-winning teacher and animal scientist Billy Flowers succeeds with a simple philosophy: Learn by doing.";

    cutLine[12] = "Podcasts lure future CALS students • New venue for pest control training • Internet initiative connects people, communities with university information • Mac minis make big difference for county centers • Program guarantees vet school seat • Food Science offers new degree programs  in bioprocessing science and nutrition science • CEFS team shares agroecology research at Mexican agricultural university forum • Rain garden treats Wilmington school storm water • For N.C. soybean growers, less is really more • As N.C. Research Campus grows, so does College’s role • Leadership program finds home in CALS • Male, female or both? Study shows chemicals, temperature can confuse crustaceans • Schulman’s research featured at UC-Berkeley conference • Soil and Water Conservation Society honors Dr. Maurice Cook • From Botany to Plant Biology: New name reflects broader discipline • Extension Conference 2007 emphasizes communication • Extension helps fill information void between physicians and patients • 4-H Afterschool Program assistant leads wheelchair hockey team • Sharma participates in ethanol panel discussion during President’s visit • Article earns award, documentary coverage for Partners in Wellness • Kirby is new director of Agricultural Institute • Scott, 4-H benefactor Aycock among 2007 Watauga Medalists • Three CALS professors named AAAS Fellows • Opening doors • CALS researchers find genes involved in nicotine resistance in fruit flies • Ristaino takes class to Costa Rica";
	cutLine[13] = "Alumnus contributes expertise to improve campus, state environment • Braswell is Conservationist of the Year • Birdsell is a winner at Farm Bureau discussion meet • Aycocks are a history-making team • Two CALS alumni named to Poultry Federation Hall of Fame";
	cutLine[14] = "‘Happy Trails’ wished to Cornwell at retirement celebration, endowment signing • Taylors honored by NAADA as outstanding philanthropists • Kamprath’s achievements as soil scientist, teacher honored with scholarship endowment • Wake honors Frances Turner with FCS endowment in support of county programs • New Edwards Scholarship will aid undergraduates in three CALS departments • Degussa creates feed milling scholarship";
	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_expanded_o.jpg";
	var off20 = new Image();off20.src="images/c_expanded.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_ecologist_o.jpg";
	var off22 = new Image();off22.src="images/c_ecologist.jpg";
	
	var on23 =  new Image();on23.src ="images/c_achievement_o.jpg";
	var off23 = new Image();off23.src="images/c_achievement.jpg";

	var on24 =  new Image();on24.src ="images/c_priorities_o.jpg";
	var off24 = new Image();off24.src="images/c_priorities.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;
}