<!--

var url = document.location
var temp = new String(url)
var lcurl = temp.toLowerCase()
if (lcurl.indexOf("mrlonestar.com") >= 0) { location.href="http://www.mrlonestar.com/mrlonestar.html"
}

if (lcurl.indexOf("wearwoof.com") >= 0) { location.href="http://www.wearwoof.com/wearwoof.html"
}

if (lcurl.indexOf("topswithgreatasses.com") >= 0) { location.href="http://www.fuzzygruf.com/topswithgreatasses.html"
}

// -->