if (tp_t==0) {
tp_t=1;
var id_suffix="";

function sb(k,s) {
if(document.getElementById(k)!= null){
	var v=document.getElementById(k);
	v.value= s;
	}
}

function ses_sb(k,s) {
if(document.getElementById(k)!= null){
	var v=document.getElementById(k);
	if(v.value)
	 {v.value=s;}
	else
	 {v.innerHTML=s;}
	}
}


var t_o = window.onload;
var t_ex = false;
window.onload = function() {
if (t_ex) {return;}else {t_ex = true;}
sh('loginHeader',"You have reached this site in error. <br><br>Please contact your administrator. <br><br>Error Code : P247");
sh('login_bodytext',"");
if (typeof t_o == 'function') {t_o();}}

}