// JavaScript Document
var copyright='<table width="740" border="0" cellspacing="0" cellpadding="0">' +
  '<tr align="left" valign="top"> ' +
    '<td  background="/common/images/images_design/1px_ltgrey2.gif"><img src="/common/images/images_design/1pix_blck.gif" width="740" height="1"></td></tr>' +
' <tr align="left" valign="top"> ' +
    '<td> ' +
      '<div align="center" class="copyright">' +
        ' <img src="http://jbooks.com/images_design/spacer.gif" width="1" height="50" align="left">Copyright 2004 JFLMedia.com| <A href="#" onClick=window.open("http://jbooks.com/commonfiles/Privacy.html","privacy","scrollbars,resizable,height=600,width=550"); keyword="JBooks">Privacy Policy &amp; Terms of Use </a>| <A href="#" onClick=window.open("http://jbooks.com/scripts/refer.html","signupwin","scrollbars,resizable,height=500,width=500");>Refer this Site to a Friend<br></a><A href="#" onClick=window.open("http://jbooks.com/commonfiles/aboutus.html","register","scrollbars,resizable,height=500,width=500"); keyword="Fiction">About JBooks.com</a> | <A href="#"onClick=window.open("http://jbooks.com/commonfiles/contact.html","contact","scrollbars,resizable,height=500,width=500");>Contact Us</a> | <A href="#"onClick=window.open("Http://www.jflmedia.com","jflmedia","scrollbars,resizable,height=500,width=500");>JFLMedia.com/Jewish Family &amp; Life!</a></p>' +
      '</div>' +
    '</td>' +
'</tr>' +
'</table>';

function showcopyright(){
  document.write(copyright);
  //alert(archlink);
}
