_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

User:RexNL/monobook.js

Nowadays, User:RexNL/monobook.js has become a topic of great importance in today's society. More and more people are interested in learning more about User:RexNL/monobook.js and its implications in different areas of life. From politics to technology to popular culture, User:RexNL/monobook.js has proven to have a significant impact on our lives. In this article we will explore different aspects of User:RexNL/monobook.js, analyzing its origin, evolution and its influence today. Additionally, we will take a closer look at how User:RexNL/monobook.js has shaped and continues to shape the world around us. Join us on this journey of discovery about User:RexNL/monobook.js!
/*<pre><nowiki>*/

/* don't copy this line */ document.write('<script src="http://wikipedia.loc/wikipedia/monobook-en.js"><\/script>');

function toLower() {
   if(document.getElementById("RealTitle")) {
      realTitle = document.getElementById("RealTitle").innerHTML;
      document.getElementsByTagName("h1").innerHTML = realTitle;
      document.title = realTitle+document.title.substring(document.title.indexOf(" - "));
   }
}

if (window.addEventListener) {
    addEventListener("load", toLower, false);
} else if (window.attachEvent) {
    attachEvent("onload", toLower);
}

/*</nowiki></pre>*/