﻿var day="";
var month="";
var ampm="";
var ampmhour="";
var myweekday="";
var year="";
mydate=new Date();
myweekday=mydate.getDay();
mymonth=mydate.getMonth()+1;
myday= mydate.getDate();
myyear= mydate.getYear();
year=(myyear > 200) ? myyear : 1900 + myyear;
if(myweekday == 0)
weekday=" 星期日 ";
else if(myweekday == 1)
weekday=" 星期一 ";
else if(myweekday == 2)
weekday=" 星期二 ";
else if(myweekday == 3)
weekday=" 星期三 ";
else if(myweekday == 4)
weekday=" 星期四 ";
else if(myweekday == 5)
weekday=" 星期五 ";
else if(myweekday == 6)
weekday=" 星期六 ";
document.write("今天是："+year+"年"+mymonth+"月"+myday+"日 "+weekday+"  嘉隆国际玻璃采购网欢迎您:");
document.write("  <span class='red'>'</span></div><div class='fright'><a href='javascript:SetHomePage();' class=nvglk2 title='嘉隆国际玻璃采购网'>设为首页</a> ｜ <a href='javascript:addFavorite();' class=nvglk2 title='嘉隆国际玻璃采购网'>加入收藏</a> ｜ <a href='/about/about.html'>联系我们</a> ｜ <a href='/en'>English</a> </div>")

function CheckForm()
{

if (document.myform.subject.value == "") {
  alert("查询关键字没有填写!\n\n请检查!");
  document.myform.subject.focus();
  return false;
}
    
if (document.myform.cl[0].checked) 
  {

   document.myform.action="/offer/";
   document.myform.submit(); 
  }
else if (document.myform.cl[1].checked)
  {

   document.myform.action="/product/";
   document.myform.submit(); 
  }
else if (document.myform.cl[2].checked)
  {

   document.myform.action="/business/";
   document.myform.submit(); 
  }
else if (document.myform.cl[3].checked)
  {

   document.myform.action="/buy/";
   document.myform.submit(); 
  }
}


