var platform_id = 21692;
var ref = document.referrer.split('password')[0];
var counter = document.createElement("a");
var img = document.createElement("img");
counter.id='mobtop';
counter.href="http://mobtop.ru/in/" + platform_id;
counter.title="Рейтинг мобильных сайтов";
img.alt="MobTop.Ru - Top Mobile Rating";
img.src="http://mobtop.ru/"+platform_id+".gif?ref="+ref;
img.style.cssText = "opacity: 1 !important";counter.appendChild(document.createTextNode("") );
counter.appendChild(img);
var arr = document.getElementsByTagName('script');
for (var i=0; i < arr.length; i++){
	if (arr[i].src == "http://mobtop.ru/c/"+platform_id+".js") {
		var fnd = arr[i];
		break;
	}
}
fnd.parentNode.insertBefore(counter, fnd);

