<html>
<head>
<title>Google Toolbar Detection</title>
<object id=”detection” classid=”clsid:00EF2092-6AC5-47c0-BD25-CF2D5D657FEB”></object>
</head>
<body>
<script language=”javascript” type=”text/javascript”>
if (typeof(detection)!= “undefined”) {
if (typeof(detection.Search)!= “undefined”) {
document.write(“Google Toolbar Installed”);
}
else {
document.write(“Google Toolbar Not Installed”);
}
}
else {
document.write(“This is not MSIE”);
}
</script>
</body>
</html>