﻿function PRtime () {
var utcdate = new Date();
var prdate = utcdate.getUTCDate();
var prhour = utcdate.getUTCHours();
var prmin = utcdate.getUTCMinutes();

if(prdate == 7) {
if(prhour < 22) {
document.write('<table width="780" height="137" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">');
document.write('<tr>');
document.write('<td><img src="http://www.yu-jyo.com/images/space.gif" width="2" height="2"></td>');
document.write('<td><a href="http://www.yu-jyo.com/campaign/2010/3day50off_0310.html" target="_blank"><img src="http://www.yu-jyo.com/images/campaign/campaign_388x137.gif" alt="キャンペーンの詳細はこちら" width="388" height="137" border="0"></a></td>');
document.write('<td><a href="http://www.yu-jyo.com/yujyo_video.html" target="_blank"><img src="http://www.yu-jyo.com/images/video.jpg" alt="ライブチャットビデオはこちら" width="388" height="137" border="0"></a></td>');
document.write('<td><img src="http://www.yu-jyo.com/images/space.gif" width="2" height="2"></td>');
document.write('</tr>');
document.write('</table>');
}
else {
document.write('<table width="780" height="137" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">');
document.write('<tr>');
document.write('<td><img src="http://www.yu-jyo.com/images/space.gif" width="2" height="2"></td>');
document.write('<td><a href="http://www.yu-jyo.com/yujyo_hd.html" target="_blank"><img src="http://www.yu-jyo.com/images/hdbnb.jpg" alt="HD-ハイビジョンチャットの詳細はこちら" width="388" height="137" border="0"></a></td>');
document.write('<td><a href="http://www.yu-jyo.com/yujyo_video.html" target="_blank"><img src="http://www.yu-jyo.com/images/video.jpg" alt="ライブチャットビデオはこちら" width="388" height="137" border="0"></a></td>');
document.write('<td><img src="http://www.yu-jyo.com/images/space.gif" width="2" height="2"></td>');
document.write('</tr>');
document.write('</table>');
}
}

else {
document.write('<table width="780" height="137" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">');
document.write('<tr>');
document.write('<td><img src="http://www.yu-jyo.com/images/space.gif" width="2" height="2"></td>');
document.write('<td><a href="http://www.yu-jyo.com/yujyo_hd.html" target="_blank"><img src="http://www.yu-jyo.com/images/hdbnb.jpg" alt="HD-ハイビジョンチャットの詳細はこちら" width="388" height="137" border="0"></a></td>');
document.write('<td><a href="http://www.yu-jyo.com/yujyo_video.html" target="_blank"><img src="http://www.yu-jyo.com/images/video.jpg" alt="ライブチャットビデオはこちら" width="388" height="137" border="0"></a></td>');
document.write('<td><img src="http://www.yu-jyo.com/images/space.gif" width="2" height="2"></td>');
document.write('</tr>');
document.write('</table>');
}
}
