﻿/*
===============================================
Florio Fashion. February, 2011.
http://www.florio-fashion.com
===============================================
*/

window.onload = function () {
	var img = new Image;
	var url = "http://counter.yadro.ru/hit?t38.18;r" + escape(document.referrer) + ((typeof (screen) == "undefined") ? "" : ";s" + screen.width + "*" + screen.height + "*" + (screen.colorDepth ? screen.colorDepth : screen.pixelDepth)) + ";u" + escape(document.URL) + ";" + Math.random();
	img.src = url;
}
