function showIplaMovie(url){
	var iplaInstalled = iplaCheck();							

//if(window.console)
	//window.console.log(iplaInstalled);
//else
	//alert('Uruchamiam ipla');

	if(iplaInstalled){
		document.location.href = url;
	}else{
		document.location.href = "http://www.ipla.pl/pobierz.php";
	}
}
