 <!--
  function sbmt2(sign)
   {
      javascript:window.open ('','_horo','width=350, height=412,scrollbars=1,top=100,left=10,screenX=10,screenY=10');
      document.forms['horo'].submit();
   }
 function sbmt(ctycd)
{
    javascript:window.open ('','_new','width=320, height=360,scrollbars=1,top=100,left=450,screenX=100,screenY=450');
    document.forms['weather'].submit();
}
function makeArray(n) 
{
this.length = n
return this
}
monthNames = new makeArray(12)
monthNames[1] = "January"
monthNames[2] = "February"
monthNames[3] = "March"
monthNames[4] = "April"
monthNames[5] = "May"
monthNames[6] = "June"
monthNames[7] = "July"
monthNames[8] = "August"
monthNames[9] = "September"
monthNames[10] = "October"
monthNames[11] = "November"
monthNames[12] = "December"

function dateString(oneDate) 
{
var theMonth = monthNames[oneDate.getMonth() + 1]
var theYear = oneDate.getFullYear()
return theMonth + " " + oneDate.getDate() + ", " + theYear
}
if ((screen.width < 800) || (screen.width > 1024))
alert("This site is best viewed in 800 x 600 screen resolution.");

function open_win(filename)
{
  var win = window.open(filename,"","width=792,height=240,resizable=0,scrollbars=1,directories=no,location=no,status=no,screenX=0,screenY=215,left=0,top=200");
}

//--> 

