new function () {
	var ele = document.getElementById("imgDomain");
	if (ele == null) {
		return;
	}
	var domain = ele.innerHTML;
	var list = new Array(
'  <div class="logo"><a href="http://www.recruit.co.jp/" target="_blank"><img src="' + domain + '/common/images/copyright_recruit.gif" alt="copyright RECRUIT all rights reserved." width="163" height="25" border="0"></a></div>',
'  <div class="group"><a href="http://www.isize.com/" target="_blank">ISIZEトップ</a>｜ <a href="http://www.isize.com/work/" target="_blank">仕事</a>｜ <a href="http://www.keikotomanabu.net/" target="_blank">資格・おケイコ</a>｜ <a href="http://shingakunet.com/" target="_blank">進学</a>｜ <a href="http://www.jalan.net/" target="_blank">国内旅行</a>｜ <a href="http://www.ab-road.net/" target="_blank">海外旅行</a>｜ <a href="http://zexy.net/" target="_blank">結婚</a>｜ <a href="http://akasugu.net/" target="_blank">赤ちゃん</a>｜ <a href="http://www.jj-navi.com/" target="_blank">住宅売買</a>｜ <a href="http://www.forrent.jp/" target="_blank">住宅賃貸</a>｜ <a href="http://www.goodreform.jp/" target="_blank">リフォーム</a>｜ <a href="http://www.resort-net.com/" target="_blank">リゾート・別荘</a>｜ <a href="http://www.hotpepper.jp/" target="_blank">グルメ</a></div>'
	);
	ele.parentNode.innerHTML = list.join("");
}();

