function scrollPage(){
    if(window.scrollY!=0) {
        window.scrollBy(0,-50);
        setTimeout('scrollPage()',10);
    }
}

var flashvars = {};
var params = {wmode:"transparent"};
var attributes = {};
swfobject.embedSWF( "http://www.figaro.pl/swf/top.swf", "top", "960", "260", "9.0.0", "expressInstall.swf", flashvars, params, attributes);

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7877091-26']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
