if(document.createElement&&document.getElementById){var mons={theIntro:document.getElementById('intro'),init:function(){mons.emailTagLine()},emailTagLine:function(){var a='If you have any additional information that you feel belongs in this guide, please submit it via email to ';var b='monsterinfo@grnrngr.com';var c=document.createElement('p');var d=document.createTextNode(a);var e=document.createElement('a');e.href='mailto:'+b;var f=document.createTextNode(b);c.appendChild(d);c.appendChild(e);e.appendChild(f);mons.theIntro.appendChild(c)}};mons.init()};