$(function(){

	$('#leftBanner').flash({
		swf: '/flash/150-300.swf',
		height: 300,
		width: 150,
		params: {
			play: true,
			loop: true,
			quality: 'high',
			align: 'middle',
			scale: 'showall',
			wmode: 'transparent',
			devicefont: false,
			id: '150-300',
			bgcolor: '#ffffff',
			name: '150-300',
			menu: 'true',
			allowFullScreen: 'false'
		}
	}).append($('<a href="http://www.svobodazvirat.cz/" target="_blank"/>').css({
        display: 'block',
        position: 'absolute',
        width: 150,
        height: 300,
        bottom: 0,
        left: 0
    }));

});


