if(document.images){
	
	cutLine = new Array;
	cutLine[1] = "Eric Hinesley works to restore the Atlantic White Cedar and to replant wildfire-ravaged acres in eastern North Carolina.";
	cutLine[2] = "Sweetpotatoes may be a fuel of the future, at least in North Carolina.";
	cutLine[3] = "CALS researchers battle wheat disease in Kenya.";
	cutLine[4] = "In a summer course, high-school teachers sharpen their laboratory research skills — and take the tools back to their schools to inspire future scientists.";
	cutLine[5] = "Extension’s T.I.M.E. program buys time for high-school students to practice ‘real’ science.";
	cutLine[6] = "CALS students learn about sustainable agriculture in a global context through ecosystem exploration.";
	cutLine[7] = "Landscape design professor teaches, practices sustainability – with a ‘magical ambiance.’";
	
    cutLine[12] = "Aquatic insect ‘family trees’ provide clues about sensitivity to pollution • ‘4-H Investigates’ murder mystery • Nelson receives International Biometric Society Kempton award • Scientists discover chemical cues that stimulate egg laying by pregnant mosquitoes • CEFS workshop focuses on local foods • Where the grass isn’t always greener • Shih honored for worldwide poultry science impacts • Students package meals to help feed the world’s hungry • Turf Pavilion dedicated • College hosts Institute for Future Agricultural Leaders • Pantula elected president of American Statistical Association • Southern Region Small Fruit Consortium combines strengths • The name game: Zoology becomes Biology • Extension aims to help area farmers take advantage of Army base growth • Synthetic biology summer program soon taking applications •  For Randolph youth, sci-fi means ‘science of fibers’ • Martha Stewart visits Kannapolis campus • Military family kids learn the ropes at 4-H camps • CALS dairy science students honored at national meeting • Eight College faculty members are 2008 William Neal Reynolds Professors";
	cutLine[13] = "CALS alumna hopes to make big impact through large-animal medicine • Hunt wins prestigious agricultural engineering award • Liles inducted into International Adult and Continuing Education Hall of Fame";
	cutLine[14] = "Alumni couple create endowment to support work of BAE graduate students • CALS benefactors honored at NAADA conference • Philip Morris International contributes to CALS research, teaching and extension";
	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_comeback_o.jpg";
	var off20 = new Image();off20.src="images/c_comeback.jpg";
	
	var on21 =  new Image();on21.src ="images/c_science_o.jpg";
	var off21 = new Image();off21.src="images/c_science.jpg";
	
	var on22 =  new Image();on22.src ="images/c_clock_o.jpg";
	var off22 = new Image();off22.src="images/c_clock.jpg";
	
	var on23 =  new Image();on23.src ="images/c_ripple_o.jpg";
	var off23 = new Image();off23.src="images/c_ripple.jpg";

	var on24 =  new Image();on24.src ="images/c_inquiry_o.jpg";
	var off24 = new Image();off24.src="images/c_inquiry.jpg";

	var on25 =  new Image();on25.src ="images/c_adventures_o.jpg";
	var off25 = new Image();off25.src="images/c_adventures.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;
}