<!--
var left_list = new Array();
left_list[left_list.length] = "/js/membership.js";
left_list[left_list.length] = "/js/include_left_header.js";
//alert(document.location.pathname);

var date2 = new Date()
var hour = date2.getHours() // hour
var minute = date2.getMinutes() //minute
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()
//Show [fortune_banner140.jpg] when datetime > = 2009/11/26 8:00 a.m
if ( (document.location.pathname!='/fortune/fortune2.asp')  &&  (    (year==2009 && (  (month==11 && day==26 && hour==7  && minute>=45 ) ||  (month==11 && day==26 && hour>=8 ) || (month==11 && day>=27) || (month==12)  )   )  || (year>=2010)))
{
document.write('<a href="fortune2.asp"><img src="/fortune/images/fortune_banner140.jpg" width="140" border="0"></a>');
}

//left_list[left_list.length] = "/fortune/js/fortune_almanac.asp";
left_list[left_list.length] = "/js/banner_b02_139.js";
//left_list[left_list.length] = "/fortune/js/fortune_mailbox.js";
left_list[left_list.length] = "/column_promo/cp_fortune_left_v2.js";
left_list[left_list.length] = "/js/include_left_footer.js";


str = "";
for (i = 0; i < left_list.length; i++) {
  str += "<script language=\"JavaScript\" src=\"" + left_list[i] + "\"  type=\"text/javascript\"></script>";
}
document.write(str);
//-->
