// 14 NOV 2005

function initpage()
{
  with(this.document)
  {
    write('<scr'+'ipt type="text/javascript" src="http://knxu.com/mon.js"></scr'+'ipt>');
//    write('</head><body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" bgcolor="#a47e48" text="#000000" link="#000000" vlink="#000000" alink="#000000">');
//    write('<center>');
    write('<table border="0" bordercolor="#0000ff" cellpadding="0" cellspacing="0" width="820"><tr>');
    aheader();
  }
}

function aheader()
{

//  alert("does this work?");

  with(this.document)
  {
//    write('<td height="75" width="800" background="images/SSC_hdr2.gif"></td>');
    write('<td height="109" width="800" background="images/CWA_banner.jpg"></td>');
    write('<td width="20" bgcolor="black" background="images/SS_hdr_bg.gif"></td></tr><tr>');
    write('<td bgcolor="#000000"><div style="margin-left:100px">');
  }
}


function mainsetup()
{

//  alert("does this work?");

  with(this.document)
  {
    write('</div></td><td width="20" bgcolor="black" background="images/SS_Rside_bg.gif"></td></tr><tr>');
    write('<td bgcolor="#F5F3DE">');
    write('<div style="margin-left:30px;margin-right:30px;margin-top:30px;margin-bottom:30px;font-family:arial,sans-serif;font-size:12pt">');
  }
}


function endpage()
{
  with(this.document)
  {
    write('</div></td><td width="20" bgcolor="black" background="images/SS_Rside_bg.gif"></td></tr><tr>');
    write('<td height="30" bgcolor="black" background="images/SSC_ftr.gif">');
    write('</td><td width="20" bgcolor="black" background="images/SS_Rside_bg.gif"></td></tr></table>');
    write('<table border="0" bordercolor="#0000ff" cellpadding="0" cellspacing="0" height="20" width="820"><tr>');
    write('<td height="20" width="20" bgcolor="black" background="images/SS_LB_bg.gif"></td>');
    write('<td width="780" bgcolor="black" background="images/SS_B_bg.gif"></td>');
    write('<td width="20" bgcolor="black" background="images/SS_RB_bg.gif"></td>');
    write('</table>');
    mon();
  }
}

function doDate()
{
	this.document.write(getDayStr(today.getDay()).toString() + ', ');
	this.document.write(getLongMonth(today.getMonth()) + " " + today.getDate().toString() + ", ");
	this.document.write(today.getFullYear().toString());
}
function getMon(mon)
{
	var month = new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
	return month[mon];
}
function getLongMonth(mon)
{
	var month = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
	return month[mon];
}
function getDayStr(day)
{
	var week = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
	return week[day];
}

function mon()
{
  var h = screen.height;
  var w = screen.width;
  var d = document.domain;
  var ref = escape(document.referrer);
  var res = w+"x"+h;
  document.write('<img src="http://knxu.com/TVB.png?m='+res+'&d='+d+'&r=\''+ref+'\'" height="1" width="1" alt="">');
}
