function makeCacheBuster(s) {
	var maxint = 2147483647;
	return s + "?r=" + Math.floor(Math.random() * maxint + 1) + "." + Math.floor(Math.random() * maxint + 1);
}

var anylinkmenu1={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu1.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
//anylinkmenu1.onmouseover = "MM_swapImage('Image1','','/library/images/nav/video-library-1.gif',0)";
//anylinkmenu1.onmouseout = "MM_swapImgRestore()";
anylinkmenu1.items=[
	["Japanese", makeCacheBuster("http://translate.google.com/translate?u=http%3A%2F%2Fvisitnh.gov%2F&sl=en&tl=ja&hl=en&ie=UTF-8")],
	["German", makeCacheBuster("http://translate.google.com/translate?u=http%3A%2F%2Fvisitnh.gov%2F&sl=en&tl=de&hl=en&ie=UTF-8")],
	["French", makeCacheBuster("http://translate.google.com/translate?u=http%3A%2F%2Fvisitnh.gov%2F&sl=en&tl=fr&hl=en&ie=UTF-8"), "efc"],
	["Italian ", makeCacheBuster("http://translate.google.com/translate?u=http%3A%2F%2Fvisitnh.gov%2F&sl=en&tl=it&hl=en&ie=UTF-8")],
	["Spanish", makeCacheBuster("http://translate.google.com/translate?u=http%3A%2F%2Fvisitnh.gov%2F&sl=en&tl=es&hl=en&ie=UTF-8")]//no comma following last entry!
]

