Month ='今月'; /* 今月 or 先月 */
Day   ='10';      /* 日まで */
Count ='32';   /* 人 */
Total ='1209';   /* 累計 */

 /* ここから下は書き直さないでください */
document.write("<div align='center'><table border='0' cellpadding='2' cellspacing='0'><tr><td align='center' style='font-size:12px;line-height:13px;'>"+Month+Day+"日までに当院で<br>生まれた赤ちゃん</td></tr><tr><td align='center'>"+
"<table border='0' cellpadding='0' cellspacing='0'><tr><td><img src='images/toppage/star.gif' border='0' width='15' height='15' vspace='0' hspace='2'></td><td>"+"<font style='font-size:14px;'><b>"+Count+"</b></font><font style='font-size:12px;line-height:14px;'><b>人</b></font></td></tr></table></td></tr><tr><td>"+
"<font style='font-size:12px;lineheight:14px;'>&nbsp;<a href='news/21centurybaby/new.html' target='21century' onClick=open_21century('')>今年(2011年)生まれた赤ちゃん</a>は&nbsp;<b>"+Total+"人</b>。おめでとうございます！</font><font style='font-size:11px;lineheight:14px;'><a href='news/21centurybaby/old.html' target='21century2004' onClick=open_21century2004('')>昨年は1421人</a></font></td></tr></table></div>");

