﻿<!--
now = new Date();
year = now.getYear();
month = now.getMonth() + 1;
date = now.getDate();
document.write("<font color=#333333>" + year + "年" + month + "月" + "度：募集中" + "</font>");
//-->
