

var serverName       = 'http://e-malt.com/';
var counterURL       = serverName + 'activity/count.asp?Action=Count&URL=';
self.document.write("<img height=1 width=1 border=0 src='" + counterURL);
self.document.write(escape(self.document.title)); 
self.document.write("'>");
// end conter script 


