function changeLINKs(){
	if(arguments[0] != "none"){
		location.href = arguments[0];
	}
}

