//  sitemap file before this routine in main html
document.write('<!-- COPYRIGHT -->')
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="/com/sup/picts/bottom-shade.gif"><tr><td width="10">')
document.write('<IMG SRC="/com/sup/picts/spacer.gif" height="35" width="10" border="0"><br>')

document.write('</td><td ALIGN="left" VALIGN="middle">')




// left page footer area...
// Copywrite message and routine...
// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class ="copyright">&copy;Copyright 2004 ');

document.write('<a href="/Scrapbook/Company/index.php" target="_top">All Kinds of Creations</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information feel free to '); 

document.write(' <A HREF="/com/Company/contact.php">Contact Us</a>');

document.write('</span><br>');

//  End  Copywrite area
// end left page footer area



document.write('</td><td ALIGN="right" VALIGN="middle">')


// Right page footer area
// NOTE: If you use a ' add a slash before it like this \'
//   This area can hold any other page footer items.  Used to be allwebco copywrite message in js.
//  end right footer area.


document.write('<br>');




document.write('</TD><td width="10">')

document.write('<IMG SRC="/com/sup/picts/spacer.gif" height="10" width="10" border="0"><br>')

document.write('</td></tr></table>')
document.write('<!-- COPYRIGHT -->')

document.write('</td></tr></table>')
document.write('<!-- END PAGE TABLE-->')

// End of routines and web page.  Only ending body and html tags follow in main routine
