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