/*
 * Author      : Zeeshan Muhammad
 * Contact     : Web: www.nfwebsolutions.com - Email: enquiries@nfwebsolutions.com - Voicemail/fax: +44 (0)709 2300 838
 * Version     : 1.02
 * Created     : 25/11/2006
 * Last updated: 16/06/2007
 */

(function() {
var v = '1.02', u = '', t = new Date(), d = document, w = window, s = w.screen, n = navigator;
function q(i) { return typeof encodeURIComponent=="function" ? encodeURIComponent(i) : escape(i) }
function a(k, v) {if(v) u +="&"+k+"="+v}
function l(a, u) {d.createElement('img').src = '/l?v=' + v + '&x=' + Math.random() + '&d=' + t.getTime() + '&a=' + a + u}
function e(m,b,r){l('e','&m='+q(m)+'&l='+r+'&u='+q((b?b:d.location)));return true}
a("h", history.length);
a("w", s.width);
a("h", s.height);
a("aw", s.availWidth);
a("ah", s.availHeight);
a("cd", s.colorDepth);
a("tz", t.getTimezoneOffset());
a("j", n.javaEnabled() ? 1 : "");
a("pc", n.plugins ? n.plugins.length : "");
a("mc", n.mimeTypes ? n.mimeTypes.length : "");
a("p", n.platform ? n.platform : "");
a("o", n.oscpu ? n.oscpu : "");
a("l", d.location ? d.location : "");
a("fl", (w.top.location && d.location && w.top.location != d.location) ? w.top.location : "");
a("r", d.referrer ? d.referrer : "");
l("log", u)
window.onerror = e;
})()