<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
banner="http://fotolaba.pl/elabaner.swf";
width="774";
height="40";
}
if (ad==2) {
banner="http://fotolaba.pl/elabanerK.swf";
width="774";
height="40";
}

document.write('<center>');
document.write('<object  height="' + height + '" width="' + width + '">');
document.write('<param name="movie" value="' + banner + '\">');
document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="banner"');
document.write('width="' + width + '" height="' + height + '" src="' + banner + '\"');
document.write('quality="high" swliveconnect="true" >');
document.write('</object>');
document.write('</center>');
// End -->