<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>About</title>
<link type="text/css" href="script.css" rel="stylesheet">
</head>
<body>
<div id="content">
<h2>About Bot Lane </h2>
<p>Online tool to check and improve a website for best ranking in search engine results.</p>
<script type="text/javascript">
document.write("<p>Browser: <b>" + navigator.appName + "</b></p>");
</script>
</p>
<script type="text/javascript">
var ua = navigator.userAgent;
var x = ua.indexOf("MSIE");
var y = 4;
if (x == -1)
{
x = ua.indexOf("Firefox");
y = 7;
if(x == -1)
{
if(x == -1)
{
x = ua.indexOf("Chrome");
y = 6;
if(x == -1)
{
x = ua.indexOf("Opera");
y = 5;
if(x == -1)
{
x = ua.indexOf("Safari");
if( x != -1)
{
x = ua.indexOf("Version");
y = 7;
}
}
}
}
}
}
if(x == -1)
document.write("Unknown browser<br>");
else
{
y ++;
ua = ua.substring(x + y);
x = ua.indexOf(" ");
var x2 = ua.indexOf("(");
if(x2 > 0 && x2 < x) x = x2;
x2 = ua.indexOf(";");
if(x2 > 0 && x2 < x) x = x2;
if (x == -1) document.write("Error<br>");
var v = ua.substring(0, x);
document.write("<p>Version: <b>" + v + "</b></p>");
}
</script>
</div>
</body>
</html>