/*************************************************************************
  This code is from Dynamic Web Coding at http://www.dyn-web.com/
  See Terms of Use at http://www.dyn-web.com/bus/terms.html
  Permission granted to use this code 
  as long as this entire notice is included.
*************************************************************************/

function changeContent(id,shtml) {
   if (document.getElementById || document.all) {
      var el = document.getElementById? document.getElementById(id): document.all[id];
      if (el && typeof el.innerHTML != "undefined") el.innerHTML = shtml;
   }
}

var msg1 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>Book of racmx</h1></div>";

var msg2 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>X-Books Bar and Grill</h1></div>";

var msg3 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>a <b>marvel</b>ous retcon of the Good Book</h1></div>";

var msg4 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>Personal Ads</h1></div>";

var msg5 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>Marvel Olympics</h1></div>";

var msg6 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>**MAKING MUTANTS FAST**</h1></div>";

var msg7 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>who is zoomin' who?</h1></div>";

var msg8 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>Heraldry and X-characters</h1></div>";

var msg9 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>Testing for Mutancy:By Tox</h1></div>";

var msg10 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>Artie and Leech Supplemental</h1></div>";

var msg11 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>Netcop Thread Charter</h1></div>";

var msg12 = "<div class=&#34;xbooks&#34;><h1 class=&#34;title&#34;>Got Milk? FLATSCANS? (i did it first)</h1><img src=&#34;../../magneto_milkstache&#34; width=&#34;436px&#34; height=&#34;577&#34; />

var msgxx = "<div class=&#34;layer&#34;><h1 class=&#34;title&#34;></h1><p></p><address></address></div>";

//-->

