$(document).ready(function(){
	$("select").uniform();
	$("#language").bind("change",function(){
		//var newpath = window.location.pathname;
		//newpath = "/" + $("#language").val() + newpath.replace(/\/(nl|fr|en)/ig, '');
		window.location.pathname = "/" + $("#language").val();
	});
});

function share(u,t) {
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;
}
