// ''kyohi link_URL_

ShoutoutUrl =''http://mail.excite.co.jp/top?view=mail_read&mbox;



// ''jump_URL

BackUrl =''http://members.at.infoseek.co.jp/Touna/yuzutop.html;



RefChk = document.referrer; 

if (RefChk.indexOf(ShoutoutUrl) !=-1){

	location.href=BackUrl;

}

