defaultStatus = "The Technical Trader Hotsheet - It's On Fire!";
function statline(msg) 
{
	window.status=msg;
	return true;
}
