if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "Transgenic tomatoes from N.C. State travel to the International Space Station.";
	cutLine[2] = "Extension, state aquariums team demonstrates best coastal storm-water control practices.";
	cutLine[3] = "Field days are a College, N.C. State and Agricultural Research Service tradition.";
	cutLine[4] = "Park Scholar and Goldwater Scholar Warren Perry learns from experience and keeps an open mind as he endeavors to achieve and serve.";
	cutLine[5] = "New and returning CALS students get a Wolfpack welcome.";
	cutLine[6] = "Cheryl Lloyd, Extension’s first state leader for urban programs, will rely on inreach and outreach to get the job done.";

    cutLine[12] = "4-H Citizenship N.C. Focus demonstrates the power of youth in governance • A summer of discovery: Camp introduces students to agricultural science • Down at the chicken wash: 4-H event teaches kids responsibility • Hendrick, Blalock honored at 4-H Gala • Vatavuk named 4-H Outstanding Lifetime Volunteer • ‘NC Spin’ comes to 2007 4-H Congress • 4-H’ers learn CSI techniques in workshop • BTEC associate director named • Study seeks efficient irrigation • Magazine calls N.C. State’s turfgrass program best in U.S. • AgCareers.com posts jobs in agribusiness • Neuroscientist gets NIEHS grant to study causes of early puberty in girls • Two CES programs receive Star Awards • Extension’s Program Development Institute training addresses local needs • Partnerships celebrated at Horn of Plenty banquet • Leath named UNC system’s research head; Blankenship, Lommel will lead College research programs • New program prepares students for agricultural careers";
	cutLine[13] = "Agribusiness management grad founds generic pesticide company • College’s 2007-2008 Distinguished Alumni honored • Smith is Crop Science Department head • Food science alumna elected ISPE chairman • Two alumni honored by International Parasitic Plant Society • Ag Institute alumnus is named director of NCDA&CS division";
	cutLine[14] = "Scholarship created in memory of CALS student Stephanie Huffer Kay • Harris gift will fund horticultural scholarship endowment • Twelve new endowments celebrated at joint foundations meeting • Taylors and Smiths, ‘ideal volunteers and advocates,’ honored by NAADA • J. Ray Woodard Professorship 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 - CALS Ingenuity";

	var on20 =  new Image();on20.src ="images/c_seeds_o.jpg";
	var off20 = new Image();off20.src="images/c_seeds.jpg";
	
	var on21 =  new Image();on21.src ="images/c_historic_o.jpg";
	var off21 = new Image();off21.src="images/c_historic.jpg";
	
	var on22 =  new Image();on22.src ="images/c_success_o.jpg";
	var off22 = new Image();off22.src="images/c_success.jpg";
	
	var on23 =  new Image();on23.src ="images/c_positive_o.jpg";
	var off23 = new Image();off23.src="images/c_positive.jpg";

	var on24 =  new Image();on24.src ="images/c_ropes_o.jpg";
	var off24 = new Image();off24.src="images/c_ropes.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;
}
