var nowdate = new Date();
var year = nowdate.getFullYear(); // 年
var mon  = nowdate.getMonth() + 1; // 月
var date = nowdate.getDate(); // 日 


// ＠転職サイトランキング-サイドバーランキング管理用スクリプト

document.write('<table border="0" cellpadding="0" cellspacing="0" style="margin-top:0px;">',
'<table border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff">',
'<tr style="color:#333333;"border-right:1px solid #3d6dd8;" bgcolor="#ffffff"><td colspan="2"><div style="margin-left:-5px;font-size:13px;font-weight:bold;">転職サイト人気ランク</div></td></tr>',



'<tr bgcolor="#d9edff" align=right style="font-size:9pt;color:black;line-height:110%" onmouseover=this.style.backgroundColor="#d9edff" onmouseout=this.style.backgroundColor="">',
'<td align="center" height="10px">1</td><td align="left" style="padding-left:3px;padding-right:3px;">&nbsp;&nbsp;<a href="http://www.shuhuae.com/jp/ard/dog.php?sig=pasona" target="_blank">パソナキャリア</a></td></tr>',

'<tr bgcolor="#e7f4ff" align=right style="font-size:9pt;color:black;line-height:110%" onmouseover=this.style.backgroundColor="#d9edff" onmouseout=this.style.backgroundColor="">',
'<td align="center" height="10px">2</td><td align="left" style="padding-left:3px;padding-right:3px;">&nbsp;&nbsp;<a href="http://www.shuhuae.com/jp/ard/dog.php?sig=doda" target="_blank">DODA</a></td></tr>',

'<tr bgcolor="#ffffff" align=right style="font-size:9pt;color:black;line-height:110%" onmouseover=this.style.backgroundColor="#d9edff" onmouseout=this.style.backgroundColor="">',
'<td align="center" height="10px">3</td><td align="left" style="padding-left:3px;padding-right:3px;">&nbsp;&nbsp;<a href="http://www.shuhuae.com/jp/ard/dog.php?sig=mycom" target="_blank">マイコミエージェント</a></td></tr>',

'<tr bgcolor="#e7f4ff" align=right style="font-size:9pt;color:black;line-height:110%" onmouseover=this.style.backgroundColor="#d9edff" onmouseout=this.style.backgroundColor="">',
'<td align="center" height="10px">4</td><td align="left" style="padding-left:3px;padding-right:3px;">&nbsp;&nbsp;<a href="http://www.shuhuae.com/jp/ard/dog.php?sig=indivision" target="_blank">インディビジョン</a></td></tr>',

'<tr bgcolor="#ffffff" align=right style="font-size:9pt;color:black;line-height:110%" onmouseover=this.style.backgroundColor="#d9edff" onmouseout=this.style.backgroundColor="">',
'<td align="center" height="10px">5</td><td align="left" style="padding-left:3px;padding-right:3px;">&nbsp;&nbsp;<a href="http://www.shuhuae.com/jp/ard/dog.php?sig=ten" target="_blank">転職×天職</a></td></tr>',

'<tr bgcolor="#e7f4ff" align=right style="font-size:9pt;color:black;line-height:110%" onmouseover=this.style.backgroundColor="#d9edff" onmouseout=this.style.backgroundColor="">',
'<td align="center" height="10px">6</td><td align="left" style="padding-left:3px;padding-right:3px;">&nbsp;&nbsp;<a href="http://www.shuhuae.com/jp/ard/dog.php?sig=type" target="_blank">type</a></td></tr>',

'<tr bgcolor="#ffffff" align=right style="font-size:9pt;color:black;line-height:110%" onmouseover=this.style.backgroundColor="#d9edff" onmouseout=this.style.backgroundColor="">',
'<td align="center" height="10px">7</td><td align="left" style="padding-left:3px;padding-right:3px;">&nbsp;&nbsp;<a href="http://www.shuhuae.com/jp/ard/dog.php?sig=iam" target="_blank">アイ・アム</a></td></tr>',

'<tr bgcolor="#e7f4ff" align=right style="font-size:9pt;color:black;line-height:110%" onmouseover=this.style.backgroundColor="#d9edff" onmouseout=this.style.backgroundColor="">',
'<td align="center" height="10px">8</td><td align="left" style="padding-left:3px;padding-right:3px;">&nbsp;&nbsp;<a href="http://www.shuhuae.com/jp/ard/dog.php?sig=green" target="_blank">green</a></td></tr>',

'</table>',
'</td></tr>',

'</table>');

document.write("<div style=\"border-bottom:1px solid #cccccc;\"><span style=\"font-size:11px;color:#666666;\">更新日：" + year + "年" + mon + "月" + date + "日</span></div>");

document.write('<table border="0" cellpadding="0" cellspacing="0" style="margin-top:0px;">',

'<tr bgcolor="#ffffff" align=right style="font-size:9pt;color:black;line-height:110%">',
'<td align="left" colspan="2" height="20px"><center><a href="http://www.shuhuae.com/"><font color="#555555">人気詳細は当サイトの<br />ホームよりご確認ください。</font></a></center></td></tr>',
'</table>');

