if (!dc_param) var dc_param = '';
if (!dc_param1) var dc_param1 = '';
if (!dc_param2) var dc_param2 = '';
if (!dc_param3) var dc_param3 = '';

document.write("<a href=\"http://www.digits.com\" target=\"_blank\"><img src=\"" + dc_url
  + "?counter="  + dc_guid  
  + "&template=" + dc_template
  + "&url="      + escape(document.URL) 
  + dc_param 
  + dc_param1 
  + dc_param2 
  + dc_param3 
  + "&referrer=" + escape(document.referrer)
  + "&js="       + navigator.javaEnabled() 
  + "&cookie="   + navigator.cookieEnabled 
  + "&width="    + screen.width 
  + "&height="   + screen.height 
  + "&color="    + (navigator.appName != "Netscape" ? screen.colorDepth : screen.pixelDepth)
  + "\" border=\"0\""
  + (dc_template != "simple" ? " width=\"88\" height=\"31\"" : "")
  + " alt=\"Hit Counter by Digits\" /></a>");
