﻿/*
===============================================
Developed by Maxim Mayorov,
Only Original. August, 2010.
http://www.only-original.com
===============================================
*/

/*
====================================================================================================
LIVEINTERNET
====================================================================================================
*/

window.onload = loadStats;

function loadStats() {
	// LiveInternet
	var liveInternetImage = new Image;
	var liveInternetImageUrl = "http://counter.yadro.ru/hit?t44.1;r" + escape(document.referrer) + ((typeof (screen) == "undefined") ? "" : ";s" + screen.width + "*" + screen.height + "*" + (screen.colorDepth ? screen.colorDepth : screen.pixelDepth)) + ";u" + escape(document.URL) + ";" + Math.random();
	liveInternetImage.src = liveInternetImageUrl;
}

