if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "Horticultural therapy means eliminating barriers and connecting to the natural world at the New Hanover County Arboretum.";
	cutLine[2] = "4-H’ers reach out to Hurricane Katrina victims.";
	cutLine[3] = "Sharing her passion for biochemical research, Audrey Nelson presents discoveries that hold promise as disease-targeting therapies.";
	cutLine[4] = "Fruitful Extension partnership results in new pesticide sprayer technology.";
	cutLine[5] = "New cotton harvester shows potential for higher yields, environmental benefits and cost savings.";
	cutLine[6] = "Donor Recognition Gala kicks off historic fund-raising campaign as it honors individual, group and corporate support of the College.";
	cutLine[7] = "Sustainable agriculture expert Nancy Creamer leads in celebrating a decade of CEFS programming.";

    cutLine[12] = "Cooperative Extension is partner in Move More standards •  Hundreds gather to taste N.C. wines • Schaub Hall opens doors to renovated facilities • New and improved David Clark Laboratory opens • 4-H exchange program forges friendships across continents • Honduran agriculture undergrads visit research sites, farms, State Fair • Sustaining western North Carolina farmers and farmland • Soil science researcher works on prototype of national soils map • Rediscovered raspberry holds promise for production in North Carolina • Kick named department head • College will have major role in Dole plan • 4-H agent is state pumpkin champ • College hosts State Fair exhibit • College researchers mine microbes for genes that may help plants in extreme environments • Two William Neal Reynolds Professors named AAAS Fellows • JC Raulston Arboretum has new director • Ward named head of Food Science";
	cutLine[13] = "Man in the Middle: Scott Marlow strives to strengthen family farms • CALS alumna works behind the scenes to bring the world’s headlines home • Conservation champion Beecher Grose faces nature’s challenges • 2005 Distinguished Alumni Culpepper and Punch among Tailgate honorees";
	cutLine[14] = "Endowment signings, awards presentations are featured at joint meeting of Agricultural and Tobacco foundations • Colvards’ 4-H Leadership Endowment is latest milestone in stellar career • Shelton Golf Invitational boosts scholarships, leadership programs support • Web site opens ‘windows’ to giving";
	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_ability_o.jpg";
	var off20 = new Image();off20.src="images/c_ability.jpg";
	
	var on21 =  new Image();on21.src ="images/c_helpful_o.jpg";
	var off21 = new Image();off21.src="images/c_helpful.jpg";
	
	var on22 =  new Image();on22.src ="images/c_super_o.jpg";
	var off22 = new Image();off22.src="images/c_super.jpg";
	
	var on23 =  new Image();on23.src ="images/c_peach_o.jpg";
	var off23 = new Image();off23.src="images/c_peach.jpg";

	var on24 =  new Image();on24.src ="images/c_narrowing_o.jpg";
	var off24 = new Image();off24.src="images/c_narrowing.jpg";

	var on25 =  new Image();on25.src ="images/c_special_o.jpg";
	var off25 = new Image();off25.src="images/c_special.jpg";
	
	var on26 =  new Image();on26.src ="images/c_college_o.jpg";
	var off26 = new Image();off26.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;
}