<!--
		function addfocus ()
		{
		if (document.ttikiform) {
		document.ttikiform.newurl.focus();
		}
		}
		
		function timmer() {
		Timer1 = setInterval("redirect();verformula();", 2000);
		}
		
		function sttop() {
		clearTimeout ( Timer1 );
		verformula();
		}
		
		function sttopb() {
		clearTimeout ( Timer1 );
		}
		
		function verformula() {
		document.getElementById('divstop').style.visibility = 'hidden';
		}
		
//-->
