function header(title) {
document.write('<TABLE border="0" cellspacing="0" cellpadding="2" width="100%"><TR><TD class="title">&nbsp;'+ title+ '</TD><TD class="title" align=right><A href="/">Home</A></TD></TR></TABLE>');
}
function trailer() {
document.write('<P><TABLE border="0" cellspacing="0" cellpadding="2" width="100%"><TR><TD align="left" class="tail"><A href="mailto:strawman@bovination.com">Abuse</A></TD><TD align="right" class="tail">Copyright 2002-2010. All Rights Reserved.</TD></TR></TABLE>');
}

