//JavaScript for status bar

	function statusBar(msg)
	{
	window.status = msg
	return true
	}
	window.defaultStatus = "Beeline - Success Provider";