// JavaScript Document
function changeFlag(flag)
{
	$("#vlagje").attr("src","http://www.kuleuven.be/eurotheo/images/flags/"+flag+".gif");
}
