function ResumeError() {
return true;
}
window.onerror = ResumeError;
var href=window.location.href.split('/')[window.location.href.split('/').length-1].substr(0,4);        
if(href.length>0)
{
$(document).ready(function(){$("ul.n2 a[href^='"+href+"']").attr("class","hover")});
}
else
{
$(document).ready(function(){$("ul.n2 a[href^='Index']").attr("class","hover")});
}
