/* Generate an image call to help count we page stats and user stats. */
function counter(description) {
    var reF=document.referrer;
    var sw=screen.width;
    var sh=screen.height;
    var cd=screen.colorDepth;
    document.write('<img src="http://MOSAIC.AmazedByGrace.org/bin/LYFcounter?desc='+description+'&reF='+reF+'&sw='+sw+'&sh='+sh+'&cd='+cd+'" width=1 height=1 border=0>');
}
/* Generate the HTML to generate the bottom links on each page */
function bottomLinks() {
    document.write('\
<center>\
<table width=100% cellspacing=0 cellpadding=0>\
<tr>\
<td><font size=-2><center><a href="/index.cfm/PageID/695/index.html">LYF<br>Present/Home</a></font></td>\
<td bgcolor=#000000 width=1></td>\
<td><font size=-2><center><a href="/index.cfm/PageID/793/index.html">LYF<br>Past</a></font></td>\
<td bgcolor=#000000 width=1></td>\
<td><font size=-2><center><a href="/index.cfm/PageID/710/index.html">LYF<br>Future</a></font></td>\
<td bgcolor=#000000 width=1></td>\
<td><font size=-2><center><a href="/index.cfm/PageID/796/index.html">LYF<br>Stories</a></font></td>\
<td bgcolor=#000000 width=1></td>\
<td><font size=-2><center><a href="/">WVC<br>Home</a></font></td>\
</tr>\
</table>\
</center>\
');
}
