if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "The College of Agriculture and Life Sciences is well represented as the Graduate Student Research Symposium emphasizes public benefits of NCSU research.";
	cutLine[2] = "Extension creates watershed protection partnerships to leverage limited resources and give counties the tools to help preserve water quality.";
	cutLine[3] = "N.C. State researchers seek to battle the adelgids.";
	cutLine[4] = "Extension educators help kids, parents improve eating and exercise habits.";
	cutLine[5] = "Dr. Ben Chapman provides the facts on food safety to the people who need to know.";
	
    cutLine[12] = "Bamboo sculpture takes shape at elementary school, with help from College landscape designers • Kristy Kenney takes leadership skills from CALS to vet school • Wake County school harvests big lessons from strawberry patch • Bladen 4-H’er touts the benefits of solar ovens • College center hosts Health Career Expo • Farm to Fork Summit focuses on local food • Birding trail aims to boost ecotourism in North Carolina’s rural communities  • N.C. State welcomes its new leader, Dr. Jim Woodward • Backpack to Briefcase • State leaders share success stories in new book • York awarded prestigious Holladay Medal • Diversity workshop is model for other universities • Klaenhammer receives UNC system O. Max Gardner Award • Sociology grad student’s project provides computers for Caribbean island schools • Burnt Mill Creek project team works closely with neighbors in ‘The Bottom’";
	cutLine[13] = "Back to Botswana: College grad works with African safari company • Right plant, right place: CALS alumni landscape an eco-friendly yard for ‘Extreme Makeover’ home • Luther named president of the David H. Murdock Research Institute • N.C. 4-H commemorates centennial with Lifetime Achievement Awards Celebration • Apple, Tolson are Watauga Medalists • Culpepper named to Central Indiana Business Hall of Fame";
	cutLine[14] = "Encouraging entrepreneurial initiative is aim of new Canady scholarship endowment • $16.1 million gift to N.C. State bolsters viticulture and enology program • 2009 Resource Development Awards presented at annual foundations luncheon";
	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-impact-o.jpg";
	var off20 = new Image();off20.src="images/c-impact.jpg";
	
	var on21 =  new Image();on21.src ="images/c-word-o.jpg";
	var off21 = new Image();off21.src="images/c-word.jpg";
	
	var on22 =  new Image();on22.src ="images/c-tree-o.jpg";
	var off22 = new Image();off22.src="images/c-tree.jpg";
	
	var on23 =  new Image();on23.src ="images/c-health-o.jpg";
	var off23 = new Image();off23.src="images/c-health.jpg";

	var on24 =  new Image();on24.src ="images/c-college-o.jpg";
	var off24 = new Image();off24.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;
}
