var thisloc = String(location).split("/");
if (String(location).split("/")[2]=="nomadik.org"){
	thisloc[2]="www.nomadik.org";
	location.replace(thisloc.join("/"))
}
//--------------------------------------------------
