     /* You may give each page an identifying name, server, and channel on the next lines. */
    if (window.location.href.charAt(window.location.href.length-1)=="/") {
        s.pageName=window.location.href.replace(/http:\/\/[^\/]*\//,"").replace(/\//g," : ") + "index.html";
    } else {
        s.pageName=window.location.href.replace(/http:\/\/[^\/]*\//,"").replace(/\//g," : ");
    }
    s.server="http://www.nature.org"; // Server
    s.prop6=window.location.href.replace(/http:\/\/[^\/]*\//,"").split("/").shift(); // Section
    s.prop7=window.location.href.replace(/http:\/\/[^\/]*\//,"").replace(s.prop6+"/","").split("/").shift(); // Sub-Section
    s.prop8=window.location.href.replace(/http:\/\/[^\/]*\//,"").replace(s.prop6+"/","").replace(s.prop7+"/","").split("/").shift(); // Sub-section 2
    s.prop5='Redirect'; // Content type
    s.prop4= document.lastModified; // Publish Date
    s.prop3=""; // Author
    
    /* Conversion Variables */
    
    /* Hierarchy Variables */
    s.hier1=s.pageName.replace(/ : /g,"|"); // Site Heirarchy
    
    /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
    var s_code=s.t();if(s_code)document.write(s_code)
    // -->
