function setLarge(el) {
	with (document) {
		getElementById('bigphoto').src = el.src.replace("small", "large");

		getElementById('description').innerHTML = el.title;
		

	}
	return true;
}

var id  
var position=0
var numofloop=30
function banner()  {    
var nor = new Date() 
var minutes = nor.getMinutes() 
var hours = nor.getHours() 
var seconds = nor.getSeconds() 

var pace=5;
document.form.banner.value=msg.substring(position,position+414) ;
if  (position++==msg.length)  {
if  (numofloop-- < 2) return;
position=0;
}
id=setTimeout ("banner()", 1000/pace);
}