/*
function show1() {
	imgHREF = new Array();
	imgHREF[0] = "http://abc.com/";
	imgHREF[1] = "http://campus.digiaca.com/";
	imgHREF[2] = "http://www.yahoo.co.jp/";
	imgHREF[3] = "http://shigoto.digiaca.com/";
	imgHREF[4] = "http://adnet.or.jp/";
	imgHREF[5] = "http://aaa.digiaca.com/";

	imgURL = new Array();
	imgURL[0] = "/images/interngatebanner.jpg";
	imgURL[1] = "/images/shinka_02_07.gif";
	imgURL[2] = "/images/soho_logo.gif";
	imgURL[3] = "/images/sanuki-banner2.gif";
	imgURL[4] = "/images/logo_server8831.gif";
	imgURL[5] = "/images/mercury_ban.gif";

	var n = Math.floor(Math.random() * imgURL.length);
	document.write('<a href="'+imgHREF[n]+'"><img src="'+imgURL[n]+'"></a><br>');
}
show1();
*/

document.write('<a href="/job/"><img src="/images/pre_banner.gif" width="172" height="97" alt="掲載企業募集中 掲載期間3ヶ月：3万円" /></a>');

