if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "Responding to the state’s drought of the century, the College helps ensure an enduring, drinkable water supply.";
	cutLine[2] = "College researchers bring new production and weed management strategies to peanut growers in Ghana.";
	cutLine[3] = "A group of CALS faculty, students and Extension agents heads to Uruguay to learn about organic agriculture on an international scale.";
	cutLine[4] = "CALS senior Robby Manning derives maximum benefits from her ‘once-in-a-lifetime’ educational opportunity in Australia.";
	cutLine[5] = "Plant biology student and professor describe two vines new to science.";
	cutLine[6] = "Outstanding teacher and microbiologist Dr. Gerry Luginbuhl has undertaken a new leadership role in the College’s Academic Programs.";
	
    cutLine[12] = "A ‘win-win-win’ combination • Wastewater treatment may save water • Termite technician training aims to meet high demand • Why the switch stays on: CALS scientists discover reasons behind cancerous cellular interactions • Gene ‘knockout’ floors tobacco carcinogen • Lommel named AAAS Fellow • Research explains rainforest relationship between ants and plants • Inaugural N.C. Youth and Families Summit draws hundreds • CALS Ambassadors host national conference • A portrait of horticulture: Mural brings nature’s beauty to halls of Kilgore • Extension’s long-range plan, 4-H Centennial kick-off are regional conference highlights • Articulation agreement enables Ag Institute students to continue courses at N.C. A&T • Shea and LeBlanc head CALS departments • Students raise funds with formal masque • Poultry science student honored • Keeping the family farm in the family • 4-H’ers are Make It With Wool winners • 2008 Showstopper Plants feature drought-tolerant selections • Bearon honored for leadership in gerontology education • Kornegay to chair national committee on sustainable farming";
	cutLine[13] = "Ag ed alumna recognized for teaching excellence • CALS grad directs NCDA&CS Emergency Programs • Horticultural science alumna Clara Curtis receives award • Ag econ alum named to ICBA board • Tolson honored at Biotech and CALS gathering • Hall, Williams honored at ’07 Fall Commencement • Save the Date for CALS Tailgate ’08";
	cutLine[14] = "Gift funds N.C. Research Campus professors • Merck gifts support drug discovery at N.C. State • Professor Emeritus Donald E. Moreland creates scholarship endowment • N.C. Pork Council’s ‘visionary funding’ provides in perpetuity for 4-H youth swine programs • Barnes and Seedsmen’s Association match funds to create new 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 - The drought response — and more";

	var on20 =  new Image();on20.src ="images/c_around_o.jpg";
	var off20 = new Image();off20.src="images/c_around.jpg";
	
	var on21 =  new Image();on21.src ="images/c_yields_o.jpg";
	var off21 = new Image();off21.src="images/c_yields.jpg";
	
	var on22 =  new Image();on22.src ="images/c_sustainability_o.jpg";
	var off22 = new Image();off22.src="images/c_sustainability.jpg";
	
	var on23 =  new Image();on23.src ="images/c_farm_o.jpg";
	var off23 = new Image();off23.src="images/c_farm.jpg";

	var on24 =  new Image();on24.src ="images/c_fontana_o.jpg";
	var off24 = new Image();off24.src="images/c_fontana.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;
}