if(document.getElementById){var toys={theIntro:document.getElementById('intro'),prprBox:document.getElementById('prpr'),prprHead:document.getElementById('prprhead'),prprToggler:document.getElementById('togglebox'),prprList:document.getElementById('pressrel'),toggleSign:'\u00a0+\u00a0',currentSign:null,init:function(){this.util.configEvents();this.util.addEvent(this.prprHead,'click',this.toggle,false);this.prprList.style.display='none';this.prprToggler.firstChild.nodeValue=this.toggleSign;toys.emailTagLine()},toggle:function(a){if(toys.toggleSign==='\u00a0+\u00a0'){toys.toggleSign='\u00a0\u2013\u00a0';toys.prprList.style.display='block'}else{toys.toggleSign='\u00a0+\u00a0';toys.prprList.style.display='none'};toys.prprToggler.firstChild.nodeValue=toys.toggleSign},emailTagLine:function(){var a='This guide would be nothing without the continuing supply of information from the fans. Fans are encouraged to submit pictures, as well as ASST (assortment) and ITEM number information, to the guide by emailing ';var b='toyguide@grnrngr.com';var c=document.createElement('p');var d=document.createTextNode(a);var e=document.createElement('a');e.href='mailto:'+b;e.className='home';var f=document.createTextNode(b);c.appendChild(d);c.appendChild(e);e.appendChild(f);toys.theIntro.appendChild(c)},util:{configEvents:function(){if(document.addEventListener){this.addEvent=function(a,b,c,d){a.addEventListener(b,c,d)}}else if(document.attachEvent){this.addEvent=function(a,b,c){a["e"+b+c]=c;a[b+c]=function(){a["e"+b+c](window.event)};a.attachEvent("on"+b,a[b+c])}}}}};toys.init()};
