function scrlsts() {
	scrl = scrl.substring(1, scrl.length) + scrl.substring(0,1) ;
	top.document.title = scrl ;
	setTimeout("scrlsts()",500) ;
}
