/* Simple hack to make this bloody marquee validate! */

function openMarquee() {
    return('<marquee behavior= "scroll" align= "center" direction= "up" height="235" width="135" scrollamount= "2" scrolldelay= "20" onmouseover="this.stop()" onmouseout="this.start()">');
}

function closeMarquee() {
	return('</marquee>');
}
