1. [13-04-08 14:17:45:684 PDT] <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5.  
  6. <meta name="description" content="Full ratings, statistics and LolKing score for TheOddOne, a summoner on the North America region." />
  7. <meta name="keywords" content="league of legends,lol,champion guides,champion strategy,champion builds,guides,builds,summoner stats,lol summoners,top summoners,best champions" />
  8. <title>TheOddOne - North America - Summoners - League of Legends</title>
  9.  
  10. <script>
  11.  
  12. window.LOLKING = {};
  13.  
  14. LOLKING.createCookie = function(name, val, time) {
  15. var expires = "";
  16. if( time ) {
  17. var date = new Date();
  18. date.setTime(date.getTime()+(time*1000));
  19. expires = "; expires="+date.toGMTString();
  20. }
  21.  
  22. document.cookie = name+"="+val+expires+"; path=/; domain=.lolking.net";
  23. }
  24.  
  25. LOLKING.log = new function() {
  26. this.view = function(category, label) {
  27. if (category && label) {
  28. if (typeof _gaq != 'undefined') {
  29. _gaq.push(['_trackEvent', category, 'Impression', label]);
  30. } else {
  31. setTimeout(function() { LOLKING.log.view(category, label) }, 100);
  32. }
  33. }
  34. }
  35.  
  36. this.click = function(category, label) {
  37. if (category && label) {
  38. if (typeof _gaq != 'undefined') {
  39. _gaq.push(['_trackEvent', category, 'Clickthrough', label]);
  40. } else {
  41. setTimeout(function() { LOLKING.log.click(category, label) }, 100);
  42. }
  43. }
  44. }
  45. };
  46.  
  47. // left: 37, up: 38, right: 39, down: 40,
  48. // spacebar: 32, pageup: 33, pagedown: 34, end: 35, home: 36
  49.  
  50. function preventDefault(e) {
  51. e = e || window.event;
  52. if (e.preventDefault)
  53. e.preventDefault();
  54. e.returnValue = false;
  55. }
  56.  
  57. function wheel(e) {
  58. preventDefault(e);
  59. }
  60.  
  61. function disable_scroll() {
  62. if (window.addEventListener) {
  63. window.addEventListener('DOMMouseScroll', wheel, false);
  64. }
  65. window.onmousewheel = document.onmousewheel = wheel;
  66. //document.onkeydown = keydown;
  67. }
  68.  
  69. function enable_scroll() {
  70. if (window.removeEventListener) {
  71. window.removeEventListener('DOMMouseScroll', wheel, false);
  72. }
  73. window.onmousewheel = document.onmousewheel = document.onkeydown = null;
  74. }
  75.  
  76. </script>
  77.  
  78.  
  79.  
  80.  
  81.  
  82. <link rel="shortcut icon" href="//static.lolking.net/favicon.ico" />
  83.  
  84. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  85. <!--<script src="//code.jquery.com/jquery-latest.min.js"></script>-->
  86. <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/js/bootstrap.min.js"></script>
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. <link rel="stylesheet" type="text/css" href="//css.lolking.net/css/lolking.compiled.css?1365197557" />
  99.  
  100. <script type="text/javascript" src="//js.lolking.net/scripts/lolking.compiled.js?1365197559" charset="utf-8"></script>
  101.  
  102.  
  103.  
  104. <style>
  105.  
  106. #notification-shim {
  107. display: none;
  108. background: #000;
  109. z-index: 9000;
  110. position: fixed;
  111. width: 100%;
  112. height: 100%;
  113. left: 0;
  114. top: 0;
  115. opacity: 0.7;
  116. }
  117.  
  118. #notification {
  119. display: none;
  120. padding: 10px;
  121. z-index: 99999;
  122. text-align: center;
  123. max-width: 500px;
  124. min-width: 300px;
  125. }
  126.  
  127. #notification-content {
  128. background: #1A1A1A;
  129. padding: 10px;
  130. border-radius: 6px;
  131. box-shadow: 0 0 2px #000 inset;
  132. }
  133.  
  134. #notification-buttonbar {
  135. margin-top: 10px;
  136. text-align: center;
  137. }
  138.  
  139. </style>
  140.  
  141. <script>
  142.  
  143. jQuery.fn.center = function () {
  144. this.css("position","absolute");
  145. this.css("top", Math.max(0, (($(window).height() - this.outerHeight()) / 2) + $(window).scrollTop()) + "px");
  146. this.css("left", Math.max(0, (($(window).width() - this.outerWidth()) / 2) + $(window).scrollLeft()) + "px");
  147. return this;
  148. }
  149.  
  150.  
  151. window.alert = function(msg) {
  152.  
  153. $('#notification-shim, #notification').remove();
  154. $('body').append('<div id="notification-shim" style=""></div>');
  155. $('body').append([
  156. '<div class="pane" id="notification">',
  157. '<div id="notification-content">',
  158. msg,
  159. '<div id="notification-buttonbar">',
  160. '<button class="blue" onclick="$(\'#notification-shim\').click();">Close</button>',
  161. '</div>',
  162. '</div>',
  163. '</div>'
  164. ].join(''));
  165.  
  166. $('#notification').center();
  167. $('#notification-shim').show();
  168. $('#notification').fadeIn(500);
  169.  
  170. $('#notification-shim').click(function(){
  171.  
  172. $('#notification-shim, #notification').remove();
  173.  
  174. });
  175.  
  176. }
  177.  
  178.  
  179. </script>
  180.  
  181. <!--[if lt IE 9]>
  182. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  183. <![endif]-->
  184.  
  185.  
  186. <script type="text/javascript">
  187. var MonkeyBroker = MonkeyBroker || {};
  188. MonkeyBroker.customDomainName="mb.zam.com";
  189. MonkeyBroker.site = 1677;
  190. MonkeyBroker.atts = [];
  191. MonkeyBroker.queryInventorySizes = [30];
  192. window["mbAddAttr"]=window["mbAddAttr"]||function(k,v){MonkeyBroker.atts.push([k,v])};
  193. mbAddAttr('mb_pc', 'LolKing Summoner');
  194. mbAddAttr('mb_ri', '90');
  195. document.write(decodeURI("%3Cscript src='" + document.location.protocol + "//d3pkae9owd2lcf.cloudfront.net/mb103.js.gz' type='text/javascript'%3E%3C/script%3E"));
  196. </script>
  197.  
  198. </head>
  199.  
  200.  
  201.  
  202.  
  203. <body>
  204. <script>
  205. LOLKING.log.view('Skinnable Pages', 'Skinnable Interior Page');
  206. </script>
  207.  
  208.  
  209. <script type="text/javascript">
  210.  
  211. <!-- START: DASHBOARD -->
  212. window["a" + MonkeyBroker.campaignVals.r]({sz:25,rm:true});
  213. <!-- END: DASHBOARD -->
  214.  
  215.  
  216. </script>
  217.  
  218.  
  219. <noscript>
  220. <div id="noscript-bg"></div>
  221. <div id="noscript-text">
  222. <div id="noscript-text-img"></div>
  223. <b>This site makes extensive use of JavaScript.</b><br />Please <a href="https://www.google.com/support/adsense/bin/answer.py?answer=12654" target="_blank">enable JavaScript</a> in your browser.
  224. </div>
  225. </noscript>
  226.  
  227. <div style="position: fixed; top: 0px; left: 0px;" id="theme-picker">
  228.  
  229. </div>
  230.  
  231. <div id="container">
  232.  
  233. <!-- start: server status -->
  234.  
  235. <div style="margin: 0px auto 10px; padding: 4px; font-size: 14px; text-align: center; font-family: 'Tahoma'; opacity: 1; border: 1px solid rgb(0, 0, 0); box-shadow: 0px 0px 1px rgb(0, 0, 0) inset; color: rgb(255, 235, 124); float: right; width: 335px; background: -moz-linear-gradient(center top , rgb(51, 51, 51) 0%, rgb(17, 17, 17) 100%) repeat scroll 0px 0px transparent; right: 21px; position: absolute; top: 0px; border-radius: 0px 0px 6px 6px;" class="pane">
  236. <span style="margin: 0 10px;"><span style="color: #77DD00;">Online: </span><a href="/status/na">NA</a> <a href="/status/euw">EUW</a> <a href="/status/eune">EUNE</a> <a href="/status/br">BR</a></span> <span style="margin: 0 10px;"><span style="color: #EE2222;">Offline: </span><a href="/status/kr">KR</a></span>
  237. </div>
  238. <!-- end: server status -->
  239.  
  240.  
  241.  
  242. <div id="container_inner">
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249. <div style="height: 180px;">
  250.  
  251.  
  252. <div style="width: 380px; float: left; z-index: 100; position: relative;">
  253. <div style="width: 400px; overflow: hidden; height: 180px; background: url(&quot;//img.lolking.net/images/logo-urf.png&quot;) no-repeat scroll 20px 12px transparent;">
  254. <a href="/" style="width: 400px; height: 180px; display: block;"></a>
  255. </div>
  256. </div>
  257.  
  258. <div style="float: left; padding-top: 20px; padding-bottom: 20px; text-align: center; width: 400px; position: relative;">
  259.  
  260. <a href="/"><img height="70" width="333" src="//img.lolking.net/images/logo-text.png"></a>
  261.  
  262. <form action="/search" method="get" style="width: 396px; margin: 0pt auto; position: relative; height: 58px; z-index: 99999;">
  263. <div class="pane" style="background:-moz-linear-gradient(#444, #333);">
  264. <div class="pane_inner" style="padding: 6px">
  265. <div id="search_box">
  266. <input id="search_input_box" type="text" class="focusblur" autocomplete="off" name="name" placeholder="Summoner name or champion..." value="" />
  267. <input type="submit" onmouseover="this.style.opacity=1;" onmouseout="this.style.opacity=0.7;" style="position: absolute; opacity: 0.7; right: 7px; width: 32px; height: 32px; top: 8px; bac