// JavaScript Document
function setTod(tod){
	if(tod!=getCurrentTod())
	location.href=location.pathname+"?tod="+tod;
	else
	location.href=location.pathname;

	}
function closeTarget(target){
	target.parentNode.removeChild(target);
}