var curryear = new Date().getFullYear();
var browser = navigator.appName.toLowerCase();

document.write("<table border='0' cellspacing='5' cellpadding='0' width='70%'>");
document.write("<tr><td width='80%'>");
document.write("<font class='header'>Baghdad Gourmet Society</font>");
document.write("<hr size='2' color='#0d0d99'>");
document.write("<div align='right'>");
document.write("<font class='subheader'>1983 - " + curryear + "</font>");
document.write("</div></td>");
document.write("<td align='center' width='20%'>");
document.write("<a href='index.html'><img src='img/xsbgs.gif' border='0'></a>");
document.write("</td></tr></table>");
if(browser != 'microsoft internet explorer') {
   document.write("<a style='display:scroll;position:fixed;bottom:10px;right:10px;' href='#' title='Back to Top'><img src='img/backToTop.gif' border='0'></a>");
}
/*
document.write("<p class='link'>");
document.write("<a style='display:scroll;position:fixed;bottom:10px;right:50px;' href='#' title='Back to Top'>");
document.write("<img src='img/backToTop.gif' border='0'>");
document.write("<span>Back to Top</span></a></p>");
*/
