var date = new Date();
var d = date.getDay();
document.open();
document.write('<table width="700" border="0">');
document.write('<tr>');
document.write('<td><img src="http://www.pc-koubou.co.jp/shop/sale/PC-DIY_PK.jpg" usemap="#Map150" border="0"></td>');
if (((d == 5) && (date.getHours() >= 12)) || (d == 6) || (d == 0)){
document.write('<td><img src="http://www.pc-koubou.co.jp/shop/sale/weekend_s.jpg" usemap="#Map140" border="0"></td>');
document.write('<map name="Map140">');
document.write('<area shape="rect" coords="0,0,350,100" href="http://www.pc-koubou.co.jp/shop/contents/sale/weekend_sale.php" >');
document.write('</map>');
}else{
document.write('<td><img src="http://www.pc-koubou.co.jp/shop/sale/350_100_Crimson49800.jpg" usemap="#Map140" border="0"></td>');
document.write('<map name="Map140">');
document.write('<area shape="rect" coords="0,0,350,100" href="http://www.pc-koubou.jp/pc/crimson.php" >');
document.write('</map>');
}
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="http://www.pc-koubou.co.jp/shop/sale/350_100_onecoin.jpg" usemap="#Map100" border="0"></td>');
document.write('<td><img src="http://www.pc-koubou.co.jp/shop/sale/350_100_750yen.jpg" usemap="#Map110" border="0"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="http://www.pc-koubou.co.jp/shop/sale/twitter_script_b_350.jpg" usemap="#Map120" border="0"></td>');
document.write('<td><img src="http://www.pc-koubou.co.jp/shop/sale/350_100_gadjet.jpg" usemap="#Map130" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<map name="Map100">');
document.write('<area shape="rect" coords="0,0,350,100" href="http://www.pc-koubou.co.jp/shop/contents/support/support_one_coin.php" >');
document.write('</map>');
document.write('<map name="Map110">');
document.write('<area shape="rect" coords="0,0,350,100" href="http://www.pc-koubou.co.jp/shop/contents/archive/archive.php" >');
document.write('</map>');
document.write('<map name="Map120">');
document.write('<area shape="rect" coords="0,0,350,100" href="http://www.pc-koubou.co.jp/shop/twitter_map.php" >');
document.write('</map>');
document.write('<map name="Map130">');
document.write('<area shape="rect" coords="0,0,350,100" href="http://www.unitcom.co.jp/gadget/" >');
document.write('</map>');
document.write('<map name="Map150">');
document.write('<area shape="rect" coords="0,0,350,100" href="http://event.unitcom.co.jp/" >');
document.write('</map>');
document.close();
