// JavaScript Document
function WriteHeader() {
// Remember to place a \ character preseeding any " you want typed. For example:
//document.writeln ("<tr>    <td class=\"blackCell\" colspan=2><img src=\"images/black.gif\" height=\"3\"></td></tr>");

document.writeln ("<IMG height=5 src=\"../images/spacer.gif\" border=0><BR><DIV align=center>")
document.writeln ("<TABLE cellSpacing=0 cellPadding=0 border=0><TBODY>")
document.writeln ("<TR><TD width=10><IMG height=1 src=\"../images/spacer.gif\" width=10 border=0></TD>")
document.writeln ("<TD><DIV align=center><TABLE cellSpacing=0 cellPadding=5 border=0><TBODY>")
document.writeln ("<TR><TD align=middle width=720><a href=\"http://www.upagainstthewallmag.com\"><IMG height=100 src=\"../images/TitleBar1.jpg\" width=720 border=0></a> ")
document.writeln ("<TABLE cellSpacing=0 cellPadding=0 width=720 border=0><TBODY>")
document.writeln ("<TR><TD vAlign=bottom width=720 colSpan=2 align=\"right\">")
//document.writeln ("<span class=\"IssDate\">Issue #01 - July/August 2006</span></tD></tr><tr>")
//document.writeln ("<TD vAlign=bottom width=720 colSpan=2><!-- Main Feature Section -->")
//document.writeln ("<DIV class=chamfer><B class=top><B class=b1></B><B class=b2></B><B class=b3></B><B class=b4></B><B class=b5></B></B>")
//document.writeln ("<DIV class=boxcontent>")

} // end WriteHeader()


function WriteFooter() {
// Remember to place a \ character preseeding any " you want typed. For example:
//document.writeln ("<tr>    <td class=\"blackCell\" colspan=2><img src=\"images/black.gif\" height=\"3\"></td></tr>");

document.writeln ("</DIV><B class=bottom><B class=b5></B><B class=b4></B><B class=b3></B><B class=b2></B><B class=b1></B></B></DIV>")
document.writeln ("<!-- End Main Feature --></TD></TR>")
document.writeln ("<!-- CONTENT --></TBODY></TABLE><BR>")
document.writeln ("<a href=\"editorial.html\">")
document.writeln (" <STRONG>Editorial</STRONG></a> <FONT color=#c21301>|</FONT><a href=\"http://www.upagainstthewallmag.com/contributors.html\"><STRONG>Contributors</STRONG></a> <FONT color=#c21301>|</FONT><STRONG>Advertising</STRONG> <FONT color=#c21301>|</FONT> ")
document.writeln ("<STRONG><a href=\"Mailto:UATWmag@yahoo.com\">Contact</a> </STRONG>")
document.writeln ("<p class=\"issueIndex\">Back Issues:")
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE01/index.html\">01</a> / ")
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE02/index.html\">02</a>  / ")
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE03/index.html\">03</a>  / ")
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE04/index.html\">04</a>  / ")
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE05/index.html\">05</a>  / ")
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE06/index.html\">06</a>  / ")
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE07/index.html\">07</a>  / ") 
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE08/index.html\">08</a>  / ")
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE09/index.html\">09</a>  / ")
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE10/index.html\">10</a>  / ")
document.writeln ("	<a href=\"http://www.UpAgainstTheWallMag.com/ISSUE11/index.html\">11</a>  / ")
document.writeln ("</p>")			
document.writeln ("UATW! Copyright &copy; 2007, Nut Man Productions, Inc<BR></FONT>")
document.writeln ("</TD></TR></TBODY></TABLE>")
document.writeln ("<!-- Start of StatCounter Code -->")
document.writeln ("<script type=\"text/javascript\" language=\"javascript\">")
document.writeln ("var sc_project=1762797; ")
document.writeln ("var sc_invisible=0; ")
document.writeln ("var sc_partition=16; ")
document.writeln ("var sc_security=\"fbb03bed\"; ")
document.writeln ("var sc_text=1; ")
document.writeln ("</script><script type=\"text/javascript\" language=\"javascript\" src=\"http://www.statcounter.com/counter/counter.js\"></script><noscript><a href=\"http://www.statcounter.com/\" target=\"_blank\"><img  src=\"http://c17.statcounter.com/counter.php?sc_project=1762797&java=0&security=fbb03bed&invisible=0\" alt=\"frontpage hit counter\" border=\"0\"></a> </noscript>")
document.writeln ("<!-- End of StatCounter Code -->")
	  
// End hiding of script from old browers -->
} //End WriteUATWFooter