<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="130" background="picts/background_header_blue.jpg"><tr><td width="125">');

//document.write('<img src="picts/psta7.jpg" HEIGHT="109" WIDTH="150" ><br>');
document.write('<img src="picts/psta7.jpg" HEIGHT="109" WIDTH="150" >');
//document.write('<img src="picts/spacer.gif" HEIGHT="10" WIDTH="150"><br>');

//document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="130" background="picts/background_header_blue.jpg"><tr><td width="125">');
//document.write('<img src="picts/spacer.gif" HEIGHT="10" WIDTH="125"><br>');





document.write('<td align="left" valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="600" HEIGHT="110" id="logo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="logo2.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<PARAM NAME=bgcolor VALUE=#6A3B2B> <EMBED src="logo2.swf" quality=high wmode=transparent bgcolor=#6A3B2B  WIDTH="600" HEIGHT="110" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT><br>');
document.write('</td><td width="10">');
document.write('&nbsp;<br>');
document.write('</td></tr><tr><td bgcolor="#915F4D" colspan="2" height="23" align="right" background="picts/background-menu-horz-blue.jpg">');
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" class="headermenu"><tr><td>');







// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 3 LINES TO ADD A LINK

// 3-11-05  Added link to (a) online membership form and (b) mial/fax membership page
//document.write('<a href="#" onClick="javascript:window.open('membership-form.asp','PageDescription','resizable=yes,scrollbars=yes,menubar=yes,toolbar=no,status=no,top=30,left=10,height=450,width=750,resizable=yes');return(false)"><center><font size ="2">apply by mail or fax</font></center></a><br>');
//document.write('<img src="picts/spacer.gif" HEIGHT="1" WIDTH="10" ></td><td><a href="http://www.thewebplusgroup.com" target="new_window"><font color =#ffffff>Website Designed by The Web<i>PLUS</i> Group</font></a>&nbsp;&nbsp;&nbsp;&nbsp;<br>');
//document.write('</td><td>');
//document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<br></td><td>');


document.write('<a href="joinpopup.htm" class="menu">Join/renew PSTA Membership Here</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br></td><td>');

// add link to a pop-up that will show links to join (1) online and (2) view/fax appl.


document.write('<a href="contact.asp" class="menu">Contact PSTA</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<br></td><td>');



document.write('<a href="index.asp" class="menu">Home</a><br>');
document.write('</td><td>');
document.write('</td></tr></table>');
document.write('</td><td width="10" bgcolor="#915F4D" background="picts/background-menu-horz.gif">');
document.write('&nbsp;&nbsp;&nbsp;<br>');
document.write('</td></tr></table>');



// START DATE SCRIPT - DELETE ALL THE FOLLOWING LINES TO REMOVE


document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"headermenu\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr></span>")
document.write('</div>');


 


//  End -->
