if (navigator.appName.indexOf("Netscape")!=-1) {ie="0"}
else {if (navigator.appName.indexOf("Microsoft")!=-1) {ie="1"}
else {ie="0"}};
// Win/IE flash referrer fix by group94
function ld(theurl) {
	document.getElementById("url").href = theurl;
	document.getElementById("url").click();
}
function refresh(pOldLangCode, pNewLangCode) {
	var currentUrl = window.location.href;
	var newUrl = currentUrl;
	if (currentUrl.indexOf(pOldLangCode) != -1) {
		newUrl = currentUrl.replace(pOldLangCode, pNewLangCode);
	}
	window.location.href = newUrl;
	window.location.reload();
}