// JavaScript Document
function buscar(){
	document.location.href = "busqueda.php?t=" + this.document.getElementById('buscar').value;
}

function init(){
	calculaPie();
}

function lanzavideo(){

}

function calculaPie(){
var restale;
	//restale = window.innerHeight + 150;
	restale = document.getElementById('columa').offsetHeight +60;
//	alert(restale);

	document.getElementById('pie').style.top= restale+"px";
}
