<!-- Hyunsun code1: for banner start--> 
<!-- Begin  
 function changeVideo(id)
{
	var contents;
	if (id==1) {  	
		contents = '<embed src="videos/eban_goodstein.mov" autostart="true" loop="false" width="456" height="358"></embed>';
	}  
	if (id==2) {  	
		contents = '<embed src="videos/hunter_lovins.mov" autostart="true" loop="false" width="456" height="358"></embed>';
	} 
    if (id==3) {  	
		contents = '<embed src="videos/david_orr.mov" autostart="true" loop="false" width="456" height="358"></embed>';
	}  
	if (id==4) {  	
		contents = '<embed src="videos/dianne_dillon_ridgely.mov" autostart="true" loop="false" width="456" height="358"></embed>';
	} 
	if (id==5) {  	
		contents = '<embed src="videos/betsy_taylor.mov" autostart="true" loop="false" width="456" height="358"></embed>';
	}  
	//var element=document.getElementById("index_video");
	//element.innerHTML = contents;
	document.getElementById("index_video").innerHTML=contents;
//document.all("change_div").innerHTML='<span class="subtitle">'+title+'<br /></span><br/><a href="'+link+'"><img src="'+banner+'" width="'+width+'" height="'+height+'" border="0" /></a><br/><br/><a href="'+url+'" class="pb" target=_blank>'+alt+'</a>,'+txt+'<a href="'+link+'">[more]</a><br><br>';
//document.change_div.innerHTML='<br><span class="subtitle">'+title+'<br /></span><br/><a href="'+link+'"><img src="'+banner+'" width="'+width+'" height="'+height+'" border="0" /></a><br/><br/><a href="'+url+'" class="pb" target=_blank>'+alt+'</a>,'+txt+'<a href="'+link+'">[more]</a><br>';
}
// End -->  
<!-- Hyunsun code1: for banner end-->