/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


var _language = {


    set_language : function(){

        $.get('ajax/set_language.php',function(data){
	
            window.location = 'http://' + data + "/index.php";
           

        })

    }

}


