if (window.devicePixelRatio)  //If WebKit browser
{
   if (escape(navigator.javaEnabled.toString()) == 'function%20javaEnabled%28%29%20%7B%20%5Bnative%20code%5D%20%7D')
   {
      window.location="http://fortrules.com/other.html";
   }
   else if (escape(navigator.javaEnabled.toString()) != 'function%20javaEnabled%28%29%20%7B%20%5Bnative%20code%5D%20%7D')
   {
      window.location="http://fortrules.com/other.html";
   }
}
