var footerCommon = '<center>' +
' <table width="100%" height="72">' +
' <tr><td bgcolor="#000080" width="100%" height="5"></td></tr>' +
' <tr>' +
'  <td colspan="9" align="center" height="59">' +
'  <font face="Arial" size="1"><strong>Site Maintained by: Kelley Ooten - ' +
'  <a href="mailto:info@creationsbykelley.com?subject=Cake Info Request:">info@creationsbykelley.com</a></strong><br>' +
'  Site Design and Content - Copyright 2004-7 by Kelley Ooten<br>' +
'  </td>' +
' </tr>' +
'</table>' +
'</center>';
document.write(footerCommon);