function aflLocation(p1) {
	window.open("http://pt.afl.rakuten.co.jp/c/00eb8b95.8b37f284/?url=" + escape(p1), "_parent");
}

function aflAkasuguLocation(p1) {
	window.open("http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2214033&pid=874108517&vc_url=" + escape(p1), "_parent");
}

function aflEyecoLocation(p1) {
	window.open("http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2214033&pid=874929127&vc_url=" + escape(p1), "_parent");
}

function aflYahooLocation(p1) {
	window.open("http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2214033&pid=873245142&vc_url=" + escape(p1), "_parent");
}



function touroku(url, msg) {
  if (window.external) {
    window.external.AddFavorite(url, msg);
  } else {
    alert("Internet Explorer 4.0 以降でのみ使用可能です。");
  }
}

function time() {
var now = new Date()
yea = now.getYear()
if(yea <= 2000){yea=yea+1900}
mon = now.getMonth()+1
if (mon<10) {mon="0"+mon}
day = now.getDate()
if (day<10) {day="0"+day}
hou = now.getHours()
if (hou<10) {hou="0"+hou}
min = now.getMinutes()
if (min<10) {min="0"+min}
sec = now.getSeconds()
if (sec<10) {sec="0"+sec}
document.form_clock.clock.value= yea +"."+ mon +"."+ day +"/"+ hou +":"+ min +":"+ sec
setTimeout('time()',1000)
}


