var x= window.location.href;
if ((x.indexOf('<')>=0) || (x.indexOf('%3C')>=0))
{
 window.location='http://www.bcu.org/ErrorPage.aspx';
}
