<!-- //

function BullStatistic()
{
	var colorDepth = window.screen.colorDepth;
	var res = window.screen.width + "," + window.screen.height;
	var referer = escape(document.referrer);
	document.write('<img src="/statystyka/zlicz.php?colors=' + colorDepth + '&resolution=' + res + '&referer=' + referer + '" style="width:0;height:0;" />');
}

function Newsletter(lang,newsletter_action)
{
	jQuery.post("/ajax/newsletter.php?lang="+lang+"", { a: newsletter_action, e: jQuery('#newsletter_email').val() }, function(data){ jQuery('#newsletter_info').html(data); jQuery('#newsletter_email').focus(); });
}

// -->
