function Info(ys, ms, ds, ye, me, de, c) {
  startDay = new Date(ys + "/" + ms + "/" +ds);
// 終了日は表示を消したい日付を入れる
  oldDay = new Date(ye + "/" + me + "/" +de);
  newDay = new Date();
  if(startDay <= newDay) {
	if(newDay <= oldDay) {
   // 記述
    document.write(c);
  	}
  }
}
document.write('<table border="0"><tr><td width="90" align="left" valign="top"><img src="http://www.hirayamastaff.co.jp/images/footer/gj.gif" width="79" height="100" /></td><td align="left" valign="top"><p class="footer_gj_text">製造請負優良適正事業者<br />第2010001（01）号</p><br /><p  class="footer_gj_text">平成22年度厚生労働省委託事業<br />請負事業適正化・雇用管理改善推進事業<br />製造請負優良適正事業者認定制度</p></td></tr></table>');
document.write('<br />');
