// updated 07/01/2009 to capture Screen size
//
var u = document.URL;
var u2 = u.toUpperCase();
var ssize = "&ss="+screen.width+"x"+screen.height;

// set result to -1 if running on TIE
var result = u2.indexOf("TIEVGN"); // 0 if true

// var result = -1;

// check for the tie url and do nothing if found
var d = new Date();
if (result == -1) {
// Calculate the users current second of the month and add the milliseconds
var m =(d.getDate()*86400)+(d.getMinutes()*60)+(d.getSeconds())+d.getMilliseconds();
document.write("<image src='http://stats.federalmogul.com/stats.gif?t="+m+ssize+"&P="+u+"' width='0'>");
}
