// JavaScript Document
	
function UpdateWindowStatus()
{	
	window.status="True2Life Resource Loaded";
	setTimeout('UpdateWindowStatus()',200);
}