// JavaScript Document
function cambio(valor){
	window.location = "?t=" + valor;
}

