// Versión 0.1 Alpha
// Ultima modificación: 19-08-2008

d = document;

function toplist() {
	if (d.location && d.referrer) {
		imagen = '<img width="0" height="0" src="http://www.popmsn.com/toplist/proceso.php?rf=' + encodeURIComponent(d.referrer) + '&lc=' + encodeURIComponent(d.location) + '&sip=' + _sip + '&id=' + _idweb + '" id="_toplist" />';
		document.getElementsByTagName('body').innerHTML = document.getElementsByTagName('body').innerHTML + imagen;
	}
}

toplist();
