function swapflag(){
	var dropd = document.getElementById("flagsel");

	window.location=document.location.href + "/language/" + dropd.value;
	image.src = "img/header/flag-" + dropd.value + "ro.gif";
};

