<!--
var date2 = new Date()
var hours = date2.getHours() // hours
var seconds = date2.getSeconds() // seconds
var day = date2.getDate() // day 1 - 31 representing day of a month
var month  = date2.getMonth() + 1 // month 1 - 12 representing month of a year
var year  = date2.getFullYear();
var special_fp_bg=false;
var template_js = '';

if (year == 2008 && (month==8 && day>=4 && day<11)) {
  special_fp_bg=true;
  document.body.style.background="#000000 url(http://img.hkheadline.com/banner/images/dermes_1600x1200.jpg) no-repeat fixed top"; 
  template_js += '<table width="100%" border="0" cellpadding="0" cellspacing="0" >';
  template_js += '<tr>';
  template_js += '<td width="19%"><img src="image/s.gif" width="1" height="1"></td>';
  template_js += '<td width="62%" align="center">';
}
document.write(template_js);
//-->
