// JavaScript Document
function getRedirect(variable) {
	if(variable.value==0) return false;
	
	window.location = './'+variable.value;	
}