// Script: "footerBlue.js"
// Depends on inheriting global declaration of:
//  rDate = Last revision date
//  and emailAdr, mailArg, and pPrefix

document.writeln( "<table border='0' width='100%'>" );
document.writeln( "<tr>" );
document.writeln( "<td style='text-align:left'>Last Revised: " + rDate + "</td>" );
document.writeln( "<td rowspan='2' style='text-align:center'><a href='http://validator.w3.org/check?uri=referer'>" );
document.writeln ( "<img src='http://www.w3.org/Icons/valid-xhtml10-blue' alt='Valid XHTML 1.0 Transitional' height='31' width='88' /></a></td>" );
document.writeln ( "<td rowspan='2' style='text-align:center'><a href='http://jigsaw.w3.org/css-validator/'>" );
document.writeln ( "<img src='http://jigsaw.w3.org/css-validator/images/vcss-blue' alt='Valid CSS!' /></a></td>" );
document.writeln ( "<td style='text-align:right'><a href='" + pPrefix + "copyrite.html'>&copy; 2010 Randolph Gibson</a></td>" );
document.writeln( "</tr>" );
document.writeln( "<tr>" );
document.writeln( "<td style='text-align:left; font-size: small'><code>" + location.href.substr(7) + "</code></td>" );
document.writeln( "<td style='text-align:right'>E-mail: <code><a href='mailto:"+emailAdr+mailArg+"'>"+emailAdr+"</a></code></td>" );
document.writeln( "</tr>" );
document.writeln( "</table>" );
