function snoop() {
BSagent=navigator.userAgent.toLowerCase();
BSversion=parseInt(navigator.appVersion);

BSdom=document.getElementById?1:0;
BSwin=BSagent.indexOf("win")>-1;
if (BSwin&&!BSdom) location.replace('http://www.relocations-made-easy.com/notdom.htm');

BSmac=BSagent.indexOf("mac")>-1;
BSsafari=BSagent.indexOf("safari")>-1;
//if (BSmac&&!BSsafari) location.replace('http://www.relocations-made-easy.com/notsafari.htm');

BSnetscape=BSagent.indexOf("netscape")>-1;
BSnetscapeVer=BSagent.indexOf("6.")>-1;
if (BSnetscape&&BSnetscapeVer) location.replace('http://www.relocations-made-easy.com/notdom.htm');
}