<!--
function showMsg() {
	window.status = msg
	msg = msg.substring(1,msg.length) + msg.substring(0,1)
	setTimeout("showMsg()",150)
}
// Created by OzarkWebDesigns.com
-->
