// bbh_js_gate 物件 if(typeof(bbh_js_gate) == 'undefined'){ var bbh_js_gate = {}; bbh_js_gate.ObjDate = new Date(); bbh_js_gate.url_path = window.location.pathname; bbh_js_gate.getMboardLevel = function(){ // 判斷討論區第幾層討論區第幾層,若非討論區討論區第幾層,若非討論區 return false var tmp = bbh_js_gate.url_path.split("/"); if(tmp[1]!=undefined && tmp[1]=='mboard'){ if( tmp[2]=="list.php" ){ return 2; }else if( tmp[2]=="topic.php" ){ return 3; }else{ return 1; } }else{ return false; } } bbh_js_gate.QueryString = function () { // 取出GET參數值 var query_string = {}; var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i