hsh = new Date();
hsd = document;
hsr = hsd.referrer.replace(/[<>]/g, '');
hsl = hsd.location.toString();
hsi = '<img width="1" height="1" border=0 ';
hsi += 'src="Audience.asp?';
hsi += 'hl=' + hsh.getHours() + 'h' + hsh.getMinutes() + 'm' + hsh.getSeconds() + 's';
if(parseFloat(navigator.appVersion)>=4)
{hsi += '&r=' + screen.width + 'x' + screen.height + 'x' + screen.pixelDepth + 'x' + screen.colorDepth;}
hsd.writeln(hsi + '&loc=' + hsl.replace(/&/g, '$') + '&ref=' + hsr.replace(/&/g, '$') + '">');