String.prototype.Trim = new Function("return this.replace(/^\\s+|\\s+$/g,'')");

function SetStatus(str)
{
	setTimeout("top.status='" + str.replace(/[']/g, "\'") + "';", 5);
	setTimeout("top.status='" + str.replace(/[']/g, "\'") + "';", 10);
	setTimeout("top.status='" + str.replace(/[']/g, "\'") + "';", 20);
	setTimeout("top.status='" + str.replace(/[']/g, "\'") + "';", 30);
	setTimeout("top.status='" + str.replace(/[']/g, "\'") + "';", 40);
	setTimeout("top.status='" + str.replace(/[']/g, "\'") + "';", 50);
}