var UseScript = false;
var Location;
var Role;
var URLPath;

if ((Role == undefined) || (URLPath == undefined))
{
	UseScript = true;
	URLPath ="/_layouts/1033/";
}
else if (Role != "")
{
	UseScript = true;
}

if (UseScript)
{
	document.write("<SCRIPT language='javascript' src='" + URLPath + "OWS_ORIG.JS'></SCRIPT>");
}