var url = String(window.top.location);
var bu=url.split('/',3);
var doc_root='http://'+bu[2];
document.write("<br><img src='"+doc_root+"/images/dot.gif' width=500 height=1 border=0 alt=''><p>");
document.write("<table cellspacing='0' cellpadding='0' border='0' width='650'>");
document.write("<tr>");
document.write("<td width='182'><a href='"+doc_root+"/index.html'><img src='"+doc_root+"/images/milhead.gif' width=182 height=60 border=0 alt=''></a></td>");
document.write("<td width='468'>");

document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("<br>");
document.write("<img src='"+doc_root+"/images/dot.gif' width=500 height=1 border=0 alt=''><p>");
document.write("<font face='verdana,arial'  SIZE=-2 >");
document.write("<a href='"+doc_root+"/fiske.html'>Fiske Military Publishing </a> | <a href='"+doc_root+"/associates.html'> Our Associates </a> | <a href='"+doc_root+"/about.html'>About Us</a> | <a href='"+doc_root+"/contact.html'>Contact Us</a> | <a href='"+doc_root+"/privacy-policy.html'>Privacy policy </a>");
var curdate = new Date();
var year = curdate.getYear();
document.write("<p>&copy; 1997-" + year + " Military-Net.com - All Rights Reserved</p>");
document.write("</div>");
document.write("<img src='"+doc_root+"/counter.gif' width=1 height=1 border=0 alt=''>");
