var r = window.document.referrer + "";
var l = window.document.location + "";
if (!r) {
  r = "-";
}
while (r.indexOf("+") > 0) {
  r = r.substring(0,r.indexOf("+")) + "%20" + r.substring(r.indexOf("+")+1);
}
while (l.indexOf("+") > 0) {
  l = l.substring(0,l.indexOf("+")) + "%20" + l.substring(l.indexOf("+")+1);
}
window.document.write("<img border=0 width=1 height=1 src=http://www.bluehost.com/r/?a=shawn&l="+escape(l)+"&r="+escape(r)+">");
