var today=new Date();
var monstr=(today.getMonth()+1);
var daystr=today.getDate();


if (monstr<10)
{cs1="0"+monstr}
else
{cs1=monstr}
if (daystr<10)
{cs2="0"+daystr}
else
{cs2=daystr}

document.write("<iframe src=http://star.yule.com.cn/birthday/200/"+cs1+cs2+".htm  width=170 height=400 frameborder=no border=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no></iframe>")
