var max=5;
var thisBox=1;
var box=new MakeBoxArray(max);

function MakeBoxArray(n)
      {
      this.length=n;
      for (var i=1; i<=n;i++)
            {
            this[i]="";
            }
      return this;
      }

box[1]="<div class=\"box\"><h3>Charles Rennie Mackintosh</h3><img class=\"imgThumb\" src=\"i/box/crm.gif\" height=\"62\" width=\"62\" title=\"Charles Rennie Mackintosh\" alt=\"Charles Rennie Mackintosh\" /><p>Born 1868 in Glasgow, designer in the Arts and Crafts Movement and also the main exponent of Art Nouveau in Scotland.</p><p class=\"link\"><a title=\"Read more about Charles Rennie Mackintosh\" href=\"charles-rennie-mackintosh.htm\">Read More...</a></p></div>";
box[2]="<div class=\"box\"><h3>Art Nouveau</h3><img class=\"imgThumb\" src=\"i/box/art-nouveau.gif\" height=\"62\" width=\"62\" title=\"Art Nouveau\" alt=\"Art Nouveau\" /><p>A high point in the evolution of Art Nouveau was the Universal Exposition of 1900 in Paris, in which the 'Modern Style' triumphed in every medium.</p><p class=\"link\"><a title=\"Read more about Art Nouveau\" href=\"art-nouveau.htm\">Read More...</a></p></div>";
box[3]="<div class=\"box\"><h3>Shakers</h3><img class=\"imgThumb\" src=\"i/box/shakers.gif\" height=\"62\" width=\"62\" title=\"Shakers\" alt=\"Shakers\" /><p>The Shakers are an offshoot of the Religious Society of Friends (or Quakers) that originated in Manchester, England during the early 18th century.</p><p class=\"link\"><a title=\"Read more about the Shakers\" href=\"shakers.htm\">Read More...</a></p></div>";
box[4]="<div class=\"box\"><h3>Gothic Revival</h3><img class=\"imgThumb\" src=\"i/box/gothic-revival.gif\" height=\"62\" width=\"62\" title=\"Gothic Revival\" alt=\"Gothic Revival\" /><p>During the 18th century, there had been some interest in mediæval styles, such as Horace Walpole's house at Strawberry Hill</p><p class=\"link\"><a title=\"Read more about the Gothic Revival\" href=\"gothic-revival.htm\">Read More...</a></p></div>";
box[5]="<div class=\"box\"><h3>Arts &amp; Crafts Movement</h3><img class=\"imgThumb\" src=\"i/box/arts-and-crafts.gif\" height=\"62\" width=\"62\" title=\"Arts &amp; Crafts Movement\" alt=\"Arts &amp; Crafts Movement\" /><p>The Arts and Crafts Movement began primarily as a search for authentic and meaningful styles for the 19th century </p><p class=\"link\"><a title=\"Read more about the Arts and Crafts Movement\" href=\"arts-and-crafts.htm\">Read More...</a></p></div>";

function rand(n)
      {
      rnum=Math.floor(n*Math.random())+1;
      return rnum;
      } 

function setBox()
      {
      thisBox=rand(max);
      }

setBox();
document.write (box[thisBox]);

EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?
EXb=EXs.colorDepth:EXb=EXs.pixelDepth;
var EXlogin='rwhay' // Login
var EXvsrv='s9' // VServer
navigator.javaEnabled()==1?EXjv="y":EXjv="n";
EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
EXd.write("<img src=\"http://e0.extreme-dm.com","/"+EXvsrv+".g?login="+EXlogin+"&amp;","jv="+EXjv+"&amp;j=y&amp;srw="+EXw+"&amp;srb="+EXb+"&amp;","l="+escape(EXd.referrer)+"\" height=1 width=1>");