function redirectTo(url, newWindow) {
    if(newWindow){
      window.open('http://www.47news.jp/al/redirect.html?url=' +encodeURIComponent(url));
    }else{
      location.href='http://www.47news.jp/al/redirect.html?url=' +encodeURIComponent(url);  
    }
  }
function OpenLink(){
    var n = document.form1.link.selectedIndex;
    if (n != 0){ location.href = document.form1.link.options[n].value; }
  }
  var CM8Server = "web-jp.ad-v.jp";
  var CM8Cat = "pnj.47news.top";
function beaconReq(me){
       var img  = new Image();
       var beaconURL = "http://track.47news.jp/47news/b.png";
       var inputQueryElm = me.form.query_text_for_google;
       img.src  = beaconURL + "?" +(new Date()).getTime()+ "&q=" + encodeURI(inputQueryElm.value);
       img.onload = function (){ me.form.submit(); }
}
function swfConvert_becount150(keyword) {if(! keyword) { keyword='';} document.write('<scr'+'ipt type="text/javascript" src="http://img.47news.jp/js/randam_logo.js"></scr'+'ipt>');}
function _putDate(){
  var date = new Date();
  var myTbl = new Array("日","月","火","水","木","金","土");
  document.write("<font color=gray size=2>" + (date.getFullYear()) + "年（平成" + (date.getFullYear()-1988) + "年）" + (date.getMonth() + 1) + "月" + date.getDate() + "日 [" + myTbl[date.getDay()] + "曜日]</font>");
}

