function stopMarquee(){
	document.getElementById( 'marquee' ).stop();
}
function startMarquee(){
	document.getElementById( 'marquee' ).start();	
}