if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "Four recent research projects illustrate how the N.C. Agricultural Research Service is continuing to fulfill its historic mission.";
	cutLine[2] = "An Extension task force visits Mexico and brings home an informed approach to expanding local programs  for the Latino population.";
	cutLine[3] = "Some exceptional CALS seniors share the news about their achievements and goals.";
	cutLine[4] = "Multidisciplinary expertise produces the blooms cultivated in the College’s floriculture program, the nation’s third-largest.";
	cutLine[5] = "Recent workshops follow the state’s economic-development directions by providing clients with tools for business development.";
	cutLine[6] = "Caring is at the heart of the work of Orange County Extension agent Karen McAdams.";

    cutLine[12] = "CEFS celebrates a decade of programming • Restored Yates Mill Park officially opens • Extension specialist’s pesticide manual draws national attention • CALS hosts international tea • Farm Animal Days delight and educate school children • Racing for awareness — and a laugh • Alpacas pack’em in • CALS junior wins Goldwater Scholarship • Quality of College aquaculture support programs draws New Zealand abalone farmer to North Carolina • Extension FCS agents bring training to family caregivers • Master Gardeners lead youth workshops in Brunswick County • Center offers turfgrass management resources • Geneticist Trudy Mackay named Fellow of Royal Society • Eight receive CALS Awards for Excellence • Eating smart, moving more • Toxicologist Dr. Randy Rose dies in May • Six ARE faculty honored by SAEA • Sorenson, Kuhr win Cox Award for ‘creative pedagogy’ • Jenkins receives FFA award • Van Dyke wins UNC board teaching award";
	cutLine[13] = "GSD initiates College professor, alumni and benefactor at 2006 banquet • Swartzel receives 2006 Holladay Medal • Thompson wins international award";
	cutLine[14] = "Hillsborough farmland gift opens doors to new possibilities in teaching, research, Extension • Eight endowments signed at joint CES foundations meeting • 2006 Resource Development Awards presented in April • Arboretum gala kicks off 30th anniversary celebration • Weed Science Society of North Carolina creates endowment in College • New endowment secures future for beef cattle research in College • Dock of the Bay keeps growing";
	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_science_o.jpg";
	var off20 = new Image();off20.src="images/c_science.jpg";
	
	var on21 =  new Image();on21.src ="images/c_crossing_o.jpg";
	var off21 = new Image();off21.src="images/c_crossing.jpg";
	
	var on22 =  new Image();on22.src ="images/c_stellar_o.jpg";
	var off22 = new Image();off22.src="images/c_stellar.jpg";
	
	var on23 =  new Image();on23.src ="images/c_fresh_o.jpg";
	var off23 = new Image();off23.src="images/c_fresh.jpg";

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