// JavaScript Document

var header = 
'<table width="145" border="0" cellspacing="0" cellpadding="2" align="center"> '+    
	'<tr>'+
	'<td class="rightMenu" bgcolor="#FFFFEA"> '+
              '<img src="http://www.ask-edi.com/images/shim.gif" width="130" height="5" border="0"><br>'+
              '<img src="http://www.ask-edi.com/images/lock.gif" alt="Login" width="11" height="17" border="0">    '+                        
			  '<a href="https://clyde.bcbsks.com/askedi/jsps/ask_tp_login.html">Trading Partner Login</a><br>'+
			  '&nbsp;&nbsp;&nbsp;&nbsp;- <a href="http://www.ask-edi.com/secure_demo/index.htm">See How it Works</a>  <br>'+                          
              '<a href="javascript:onclick=PrintThisPage();"><img src="http://www.ask-edi.com/images/printer_icon4.gif" alt="Printable Version" width="11" height="17" hspace="2" border="0"></a> '+
			  '<a href="javascript:onclick=PrintThisPage();">Printer Friendly</a><br>'+
              '<a href="javascript:mailpage()"><img src="http://www.ask-edi.com/images/email_icon3.gif" alt="Email this page" width="11" height="17" hspace="2" border="0"></a> '+
			  '<a href="javascript:mailpage()">E-mail This Page</a><br>'+
              '<img src="http://www.ask-edi.com/images/sitemap_icon3.gif" alt="site map" width="14" height="17" border="0">  '+                                    
			  	'<a href="http://www.ask-edi.com/site_info/site_map.htm">Site Map </a><br>'+
              '&nbsp;<img src="http://www.ask-edi.com/images/help_icon.gif" alt="Help" width="11" height="17" border="0">    '+                                  
			  	'<a href="http://www.ask-edi.com/help/index.htm">Help</a><br><br>'+
              '<img src="http://www.ask-edi.com/images/glossary_icon2.gif" width="11" height="17" border="0"> '+
			  	'<a href="http://www.ask-edi.com/glossary.htm">ASK Glossary</a><br>'+
              '<img src="http://www.ask-edi.com/images/email_list.gif" width="11" height="17" border="0"> '+
			  '<a href="http://www.ask-edi.com/mailing_list.htm" title="Sign-up for our e-mail notification service">E-Mail List Sign-up </a><br><br>'+
		
		
	'</td>'+
	'</tr>'+
'</table>'+

'<table width="149" border="0" cellspacing="0" cellpadding="0" align="center">' +
    '<tr>' +
    '<td align="center">' +
        '<p><br>' +
          '<br>' +
		'<a href="http://www.ask-edi.com/mailing_list.htm"><img src="http://www.ask-edi.com/images/ad_email_list.gif" width="150" height="70" border="0"></a><br><br>' + 
        '<a href="http://www.ask-edi.com/edi/index.htm"><img src="http://www.ask-edi.com/images/ad_edimidwest_01_1005.gif" width="150" height="70" border="0" style="border:solid #000000 1px"></a>' +
        '</p>' +
    '</td>' +
    '</tr>' +
'</table>'

document.write(header);
