﻿var h = window.location.host; 
if (h=="w3.86w3.com") { 
//window.navigate("404.html");
window.location.href="404.html";
} 
