function writeMarquee(txt) {
	document.write("<marquee scrolldelay='200' scrollamount='10'>"+txt+"</marquee>");
}