/*  This code sets the copyright string and should be used
    wherever the copyright is required. It should be used in
    conjunction with Copyright.css which sets the style.
    
    It would be better to use the CSS content property
    of the :before and :after pseudo elements but it is not
    supported by IE 7 and before
    
    Created By: Micah Leitch 02 Mar 2009
*/
document.write("&copy;2010 Pepe-network.org");
