function marqueeStop(){
	document.getElementById("marq").stop();
}
function marqueePlay(){
	document.getElementById("marq").start();
}




