document.write('<script type="text/javascript" src="/en/common/js/rollover.js"></script>');

function setMailAdd(){
 var mailAdd;
 mailAdd = "m" + "a" + "i" + "l" + "t" + "o" + ":" + "info" +
"@" + "dle." + "jp";
 document.getElementById('mail_info').href = mailAdd;
}
function setMailAdd2(){
 var mailAdd2;
 mailAdd2 = "m" + "a" + "i" + "l" + "t" + "o" + ":" + "recruit" +
"@" + "dle." + "jp";
 document.getElementById('mail_recruit').href = mailAdd2;
}

window.onload = function(){
	initRollovers();
	if(document.getElementById('mail_info'))setMailAdd();
	if(document.getElementById('mail_recruit'))setMailAdd2();
}

