var disallowed = "http://www.maxilamba.com/error.html?video=disallowed";
if ((window.location.search.substring(14).indexOf("disallowed") == 0)||(window.location.search.substring(14).indexOf("www.disallowed") == 0)) {
window.top.location.href = disallowed;
}
