jQuery(document).ready(function($){
	re_lang = /https?:\/\/[^\/]+\/([^\/]+)\/.*/;
	reg_result = re_lang.exec(window.location.href);
});
