// JavaScript Document
function coverRedirect ($text)
{
	window.status=$text;return true;
}