
$(function(){
	var pbot = parseInt($('body').css('padding-bottom'))+32+'px';
	$('body').css('padding-bottom',pbot);
	$('body').append('<iframe src="http://www.tovarna.cz/noRW_layout/t-lista/t-lista.html?updateblabla" frameborder="0" scrolling="no" style="width:100%;height:32px;position:fixed;bottom:0;left:0;z-index:999;margin:0;border-top:2px solid #999;"></iframe>');
});

