
var tmp_date = new Date();
var c_year = tmp_date.getFullYear().toString();
var c_month = (tmp_date.getMonth()+1);
if (c_month < 10){
	c_month = "0"+c_month.toString();
}
var c_date = tmp_date.getDate();
if (c_date < 10){
	c_date = "0"+c_date.toString();
}
var current_date = c_year+c_month+c_date;
var publish_date ="";
var expire_date ="";

publish_date="20090811";
expire_date="20100731";if (current_date >= publish_date && current_date < expire_date){document.write('<p><a target=\"_blank\" href=\"http://sc.youth.gov.hk/TuniS/www.youth.gov.hk/tc/special/hkcee/\"><img src=\"http://www.youth.gov.hk/sc/images/info_centre/HO_images/300A_HKCEE.jpg\" border=\"0\" alt=\"2009年会考放榜资讯\"/></a></p>');}publish_date="20080530";
expire_date="20110101";if (current_date >= publish_date && current_date < expire_date){document.write('<p><a target=\"_blank\" href=\"http://sc.youth.gov.hk/TuniS/online.hkeaa.edu.hk/exam/selectexam_chi.htm\"><img src=\"http://www.youth.gov.hk/sc/images/info_centre/HO_images/300E_register_exam.jpg\" border=\"0\" alt=\"公开考试报名\"/></a></p>');}publish_date="20070813";
expire_date="20110101";if (current_date >= publish_date && current_date < expire_date){document.write('<p><a target=\"_blank\" href=\"http://sc.youth.gov.hk/TuniS/www.hkeaa.edu.hk/tc/hkcee/Grading_and_Marking_SRR/Standards_referenced_Reporting/\"><img src=\"http://www.youth.gov.hk/sc/images/info_centre/HO_images/300E_StandardRef_c.jpg\" border=\"0\" alt=\"水平参照\"/></a></p>');}