//<!--
// This function is used to try to avoid searchbots from finding the site logon page //
function newloc()
{
window.location.assign("../ASPDemo/Assignor/AssignorList.asp");
}
//-->

