document.writeln("<table width=\"1003\" height=\"90\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("<form name=\"searchs\" method=\"post\" action=\"\/search.asp\">");
document.writeln("<tr>");
document.writeln("<td width=\"18%\"><img src=\"/images\/logo.jpg\" width=\"160\" height=\"56\" \/><\/td>");
document.writeln("<td width=\"56%\" id=tp><img src=\"/images\/company.jpg\" width=\"500\" height=\"40\"><\/td>");
document.writeln("<td width=\"26%\" id=tp>Products Search ");
document.writeln("<INPUT class=input size=15 name=keyword> ");
document.writeln("<INPUT type=image src=\"\/images\/go.gif\" align=\"absmiddle\"><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/form>");
document.writeln("<tr>");
document.writeln("<td height=\"30\" colspan=\"3\" background=\"/images\/mu.gif\" id=\"m\" style=\"padding-left:30px;\"><b>Today is: ");
var day="";                                      
var month="";                                      
var ampm="";                                      
var ampmhour="";                                      
var myweekday="";                                      
var year="";                                      
mydate = new Date();                                      
myweekday = mydate.getDay();                                      
mymonth = mydate.getMonth();                                      
myday= mydate.getDate();                                      
myyear= mydate.getYear();                                      
myhours = mydate.getHours();                                      
ampmhour  =  (myhours > 12) ? myhours - 12 : myhours;                                      
if (ampmhour == "0") ampmhour = 0;                                      
ampm =  (myhours >= 12) ? ' Afternoon' : ' Morning';                                      
mytime = mydate.getMinutes();                                      
myminutes =  ((mytime < 10) ? ':0' : ':') + mytime;                                      
year = (myyear > 200) ? myyear : 1901 + myyear;                                      
if(myweekday == 0)                                      
weekday = " Sunday ";                                      
else if(myweekday == 1)                                      
weekday = " Monday ";                                      
else if(myweekday == 2)                                      
weekday = " Tuesday ";                                      
else if(myweekday == 3)                                      
weekday = " Wednesday ";                                      
else if(myweekday == 4)                                      
weekday = " Thursday ";                                      
else if(myweekday == 5)                                      
weekday = " Friday ";                                      
else if(myweekday == 6)
weekday = " Saturday ";                                      
document.write(year + "/" + (mymonth+1) + "/" +myday + " ")            
document.write(" " +weekday + " ");
document.writeln("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/index.htm\">Home<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/aboutus.htm\">About us<\/a>");
document.writeln("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/cert.htm\">Certification<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/display.htm\">Factory tour<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/products.html\">Products<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/feedback.htm\">Feedback<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/contactus.htm\">Contact us<\/a><\/b><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table width=\"1000\" height=\"150\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin-top:1px\">");
document.writeln("<tr>");
document.writeln("<td width=\"1003\" height=\"150\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0\" width=\"1003\" height=\"150\">");
document.writeln("<param name=\"movie\" value=\"/images\/star1.swf\">");
document.writeln("<param name=\"quality\" value=\"high\">");
document.writeln("<param name=\"wmode\" value=\"transparent\">");
document.writeln("<embed src=\"/images\/star1.swf\" width=\"1003\" height=\"150\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" wmode=\"transparent\"><\/embed>");
document.writeln("<\/object><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");