var now = new Date();
var monthName = now.getMonth() + 1;
var dayName = now.getDay() + 1;
var dayNumber = now.getDate();
if(dayName==1) Day = "Sunday";
if(dayName==2) Day = "Monday";
if(dayName==3) Day = "Tuesday";
if(dayName==4) Day = "Wednesday";
if(dayName==5) Day = "Thursday";
if(dayName==6) Day = "Friday";
if(dayName==7) Day = "Saturday";
if(monthName==1) Month="January";
if(monthName==2) Month="February";
if(monthName==3) Month="March";
if(monthName==4) Month="April";
if(monthName==5) Month="May";
if(monthName==6) Month="June";
if(monthName==7) Month="July";
if(monthName==8) Month="August";
if(monthName==9) Month="September";
if(monthName==10) Month="October";
if(monthName==11) Month="November";
if(monthName==12) Month="December";

document.write("<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><DIV STYLE=\"font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; color:#676767; font-size: 10px;\"");
document.write('<BR>Date: ');
document.write( Day + ", " + dayNumber + " " + Month);
document.write(' 2012<BR>');
document.write("<A CLASS=\"small\" HREF=\"mailto:info@kasails.com.sg\">Email: info@kasails.com.sg</A><BR>")
document.write("" + document.location);
document.write("<BR>Standard disclaimer applies to this website. <A CLASS=\"small\" HREF=\"msn.html#discl\">Click here for details</A><BR>*Due to currency fluctuations, prices in non-US$ currencies are for indication purposes.<BR>*Order price is calculated using real-time exchanges. No commission is charged.");
document.write("<BR><A CLASS=\"small\" HREF=\"http://www.kasails.com.sg/\" TARGET=\"_blank\">KA Sails Singapore</A><BR>");
document.write("</DIV><BR>")

