document.writeln("  <TABLE  align=left border=\"0\" cellspacing=\"5\" cellpadding=\"5\" width=\"600\"> ");
document.writeln("    <TR>  ");
document.writeln("      <TD colspan=\"2\" align=\"center\" valign=CENTER> <a href=\"/towardthemark.htm\"><img src=\"img/ttmlogo.gif\" border=\"0\" alt=\"Welcome to Toward The Mark\">  ");
document.writeln("        </a> </TD> ");
document.writeln("    </TR> ");
document.writeln("    <tr>  ");
document.writeln("      <td  colspan=\"2\" align=center><img src=\"img/phil314.gif\" border=\"0\"></td> ");
document.writeln("    </tr> ");
document.writeln("   <tr>  ");
document.writeln("     <td colspan=\"2\" bgcolor=\"#3300ff\" valign=\"middle\"> <table width=\"601\"> ");
document.writeln("         <tr>  ");
document.writeln("           <td width=600 align=\"center\" valign=\"middle\"> <div align=\"center\" class=\"subTitleBar\"><b>A  ");
document.writeln("               Magazine for Young Christians of All Ages</b></div></td> ");
document.writeln("         </tr> ");
document.writeln("       </table></td> ");
document.writeln("   </tr> ");
document.writeln("  <TR>  ");
document.writeln("    <TD colspan=\"2\" align=\"center\" valign=\"top\">  "); 
document.writeln("		<P class=\"navMenuItem\"> <br><a href=\"/towardthemark.htm\"><b>Current&nbsp;Issue</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;  ");
document.writeln("								  <a href=\"/ttm_backissues.htm\"><b>Back&nbsp;Issues</b></a>&nbsp;&nbsp;|&nbsp;&nbsp;  ");
document.writeln("								  <a href=\"mailto:randy@stephensonhome.com\"><b>Contact&nbsp;Us</b> </a>  ");
document.writeln("	</TD>  ");
document.writeln(" </tr> ");
document.writeln("  <tr> ");
var bigpath = window.location.pathname; 

if (bigpath.indexOf("milk") != -1)
{
	document.writeln("    <td align=\"center\" valign=\"top\"> <img id=\"artwork\" src=\"img/milk.gif\" hspace=\"3\" vspace=\"3\" border=\"0\" align=center> ");
	document.writeln("      <br> <span class=\"feature\">Milk</span> <br> <span class=\"subfeature\">\"The truth shall make you free\"</span> ");
}
else if (bigpath.indexOf("meat") != -1)
{
	document.writeln("    <td align=\"center\" valign=\"top\"> <img id=\"artwork\" src=\"img/meat.gif\" hspace=\"3\" vspace=\"3\" border=\"0\" align=center> ");
	document.writeln("      <br> <span class=\"feature\">Meat</span> <br> <span class=\"subfeature\">\"Sanctify them by the truth...\"</span> ");
}	
else if (bigpath.indexOf("exercise") != -1)
{
	document.writeln("    <td align=\"center\" valign=\"top\"> <img id=\"artwork\" src=\"img/exercise.jpg\" hspace=\"1\" vspace=\"1\" border=\"0\" align=center> ");
	document.writeln("      <br> <span class=\"feature\">Exercise</span> <br> <span class=\"subfeature\">\"Exercise thyself unto piety\"</span> ");
}	
else if (bigpath.indexOf("editor") != -1)
{
	document.writeln("    <td align=\"center\" valign=\"top\"> <img id=\"artwork\" src=\"img/editor.jpg\" hspace=\"3\" vspace=\"3\" border=\"0\" align=center> ");
	document.writeln("      <br> <span class=\"feature\"></span> <br> <span class=\"subfeature\"></span> ");
}	
else if (bigpath.indexOf("qanda") != -1)
{
	document.writeln("    <td align=\"center\" valign=\"top\"> <img id=\"artwork\" src=\"img/qanda.jpg\" hspace=\"3\" vspace=\"3\" border=\"0\" align=center> ");
	document.writeln("      <br> <span class=\"feature\">Questions & Answers</span> <br> <span class=\"subfeature\"></span> ");
}	
else if (bigpath.indexOf("rest") != -1)
{
	document.writeln("    <td align=\"center\" valign=\"top\"> <img id=\"artwork\" src=\"img/rest.gif\" hspace=\"3\" vspace=\"3\" border=\"0\" align=center> ");
	document.writeln("      <br> <span class=\"feature\">Rest</span> <br> <span class=\"subfeature\">\"Shall I not seek rest for thee, that it may be well with thee?\"</span> ");
}	
else if (bigpath.indexOf("honey") != -1)
{
	document.writeln("    <td align=\"center\" valign=\"top\"> <img id=\"artwork\" src=\"img/honey.gif\" hspace=\"3\" vspace=\"3\" border=\"0\" align=center> ");
	document.writeln("      <br> <span class=\"feature\">Honey</span> <br> <span class=\"subfeature\">\"How sweet are thy words unto my taste!\"</span> ");
}	
else
{
	document.writeln("    <td align=\"center\" valign=\"top\"> <img id=\"artwork\" src=\"img/bible.jpg\" hspace=\"3\" vspace=\"3\" border=\"0\" align=center> ");
	document.writeln("      <br> <span class=\"feature\">!</span> <br> <span class=\"subfeature\">\"Praise the Lord.\"</span> ");
}	

document.writeln("     <td width=450 align=left> ");
len = bigpath.length; 
strFileName = bigpath.substring(1,len);
document.writeln("<br><p class=printerFriendly><a target='_blank' href='printerfriendly/" + strFileName + "'> ");
document.writeln("<img src='img/printer_friendly.gif' border=0</a> ");
document.writeln("<a target='_blank' href='/ttm/printerfriendly" + strFileName.substring(3,strFileName.length) + "'> ");
document.writeln("Printer Friendly Version</a></p>");

