
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="20080725";
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.hkvu.ust.hk\"><img src=\"http://sc.youth.gov.hk/TuniS/www.youth.gov.hk/en/images/info_centre/HO_images/300_VirtualUni.jpg\" border=\"0\" alt=\"Hong Kong Virtual University\"/></a></p>');}publish_date="20070716";
expire_date="20101231";if (current_date >= publish_date && current_date < expire_date){document.write('<p><a target=\"_blank\" href=\"http://sc.youth.gov.hk/TuniS/www.ipass.gov.hk/eng/index.aspx\"><img src=\"http://sc.youth.gov.hk/TuniS/www.youth.gov.hk/en/images/info_centre/HO_images/300B001_e.jpg\" border=\"0\" alt=\"Information Portal for Accredited Self-financing Sub-degree Programmes\"/></a></p>');}publish_date="20070716";
expire_date="20070930";if (current_date >= publish_date && current_date < expire_date){document.write('<p><a target=\"_blank\" href=\"http://sc.youth.gov.hk/TuniS/www.police.gov.hk/police/policecollege/english/index.htm\"><img src=\"http://sc.youth.gov.hk/TuniS/www.youth.gov.hk/en/images/info_centre/HO_images/300B002_e.jpg\" border=\"0\" alt=\"Hong Kong Police College\"/></a></p>');}