
var _forum_iask_add = "发求助贴";
var _forum_vote_add = "发起投票";
var _forum_thread_add = "发表文章";
var _forum_thread_view = "阅读文章";		var _club_post_view = "阅读文章";
var _forum_thread_list = "所有文章";		var _club_post_page = "所有文章";  var _forum_threadList = "所有文章";
var _forum_thread_pith_list = "精华文章"; var _club_approve_page = "精华文章"; var _forum_thread_pithList = "精华文章";
var _forum_thread_top = "置顶文章";
var _forum_bulletin = "本版公告";			var _club_post_index = "论坛公告";

var _message_pmsg_list = "我的留言";		var _club_user_message_index = "我的留言";
var _message_pmsg_read = "查看留言";		var _club_user_message_view = "查看留言";
var _message_pmsg_send = "发送留言";

var _user_my_setting = "我的设置";		var _club_user_myclub = "我的设置";
var _user_edit_signature = "我的签名";
var _user_edit_profile = "编辑个人档案";
var _user_my_photo = "修改我的相片";
var _user_show = "个人档案";
var _user_my_threads = "我的文章";
var _user_my_replys = "我的文章";
var _user_my_history_threads = "我的文章";
var _user_my_history_replys = "我的文章";


var _club_allcommunity = "论坛导航";
var _sitemap_home = "网站地图";




function showWhereAmI() {
 	var str=window.location+"";
 	var here=""; 
 	
 	var pos = str.indexOf("alibaba.com");
 	pos = str.indexOf("/",pos);
 	str = str.substring(pos+1)
 	
 	if(str.indexOf(".")>0){
 		str=str.substring(0,str.indexOf("."));
 	}
 	if(str.indexOf("?")>0){
 		str=str.substring(0,str.indexOf("?"));
 	}
 	if(str.indexOf("#")>0){
 		str=str.substring(0,str.indexOf("#"));
 	}
 	
	var arraryOfStrings = str.split("/");
 	for(var i=0,tt="";i<arraryOfStrings.length;i++){
 		tt = tt + "_" + arraryOfStrings[i];
 		if (eval("typeof("+ tt +")")!='undefined'){
 			here = eval(tt);
 		}
 	}
 	if( here.length > 0) {
		document.write("> <b>"+here+"</b>");
	}
}

        
       