// player load
var player = null;
function playerReady(thePlayer) {
	player = window.document[thePlayer.id];
}

function odkaz() {
	window.location.href = 'http://ceskedeti.cz/onas/skladaci-vanicka-flexi-bath/';	
}

function createPlayer() {
	var flashvars = {
		file:"http://ceskedeti.cz/wp-content/videoreklama/video.flv", 
		autostart:"false",
		repeat:"always",
		controlbar:"none",
		volume:"80",
		image:"http://ceskedeti.cz/wp-content/videoreklama/preview.jpg",
		icons:"false",
		'plugins':"clickproxy",
		'clickproxy.listener': 'odkaz()'
	}

	var params = {
		allowfullscreen:"true", 
		allowscriptaccess:"always"
	}

	var attributes = {
		id:"player1",  
		name:"player1"
	}

	swfobject.embedSWF("http://ceskedeti.cz/wp-content/videoreklama/player.swf", "placeholder1", "300", "218", "9.0.115", false, flashvars, params, attributes);
	
}