<!--
var dvday = 20070301;
var date = new Date();
var day = date.getDate();
var month = date.getMonth(); month++;
var year = date.getYear();
if (year < 1900) { year = year + 1900; }
var today = year * 10000 + month * 100 + day;
if (today >= dvday) {
	document.write ('<a href="http://www.55station.co.jp/web/service/network/index.html"><img src="http://www.55station.co.jp/web/images/banner/sidebar_photo10.jpg" width="156" height="192" border="0" alt="デジカメプリントのご注文なら24時間いつでもできて便利なインターネット注文で！"></a>');
} else {
	document.write ('');
}
//-->
