var rnd = Math.floor(Math.random()*1000);
var b = (''+location.hostname).split('.');
var s = b[b.length-3] + '.' + b[b.length-2] + '.' +b[b.length-1];

record_hit = new Image();
record_hit.src = 'http://www.idoo.com/ajax/record_hit.php?url=' + location.hostname + '&' + rnd;