function selectLanguage(lvalue) {
        Today = new Date();
        yr = Today.getFullYear()+2;
        javascript:document.cookie="LANGUAGE="+lvalue+";EXPIRES=Saturday, 30-Sep-"+yr+" 23:12:40 GMT;PATH=/";
        location.href="/index.php"; // reloading the cookie	
        //location.href="/content/"+lvalue; // reloading index page	
}


function xeml(user,host){
 var x ="<a href='mai"+"lto:"+user+"&#64;"+host+"'>"+user+"&#64;"+host+"</a>";
 document.write(x);
};


