function randOrd(a, b){
 return (Math.round(Math.random())-0.5);
}

function adman(){
 var advimg = new Array();
 advimg[0] = "<a href=http://www.savviNC.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/savviFBlink.gif></a><br><br>"
 advimg[1] = "<a href=http://www.menswearhouse.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/menswearhousetile.gif></a><br><br>"
 advimg[2] = "<a href=http://www.thehudsonmanor.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/HMlogo.gif></a><br><br>"
 advimg[3] = "<a href=http://www.shadywagonfarm.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/SWFentrance.jpg></a><br><br>"
 advimg[4] = "<a href=http://www.thehallatlandmark.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/landmark.gif></a><br><br>"
 advimg[5] = "<a href=http://www.IWPphotography.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/IWPPhoto3.jpg></a><br><br>"
 advimg[6] = "<a href=http://www.historic-crenshawhall.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/crenshaw_hall.gif></a><br><br>"
 advimg[7] = "<a href=http://www.WarrenMcCormack.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/warrenwide.jpg></a><br><br>"
 advimg[8] = "<a href=http://www.kevinseifert.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/ks150ad1.jpg></a><br><br>"
 advimg[9] = "<a href=http://www.summithospitality.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/CrabtreeHomePageTile.jpg></a><br><br>"
 advimg[10] = "<a href=http://www.thecottonroomdurham.com target=_blank><img border=0 width=150 src=/exhibitor/advimages/cottonroomad.gif></a><br><br>"
 document.write("<div id=colhead>&nbsp;<br>");
 advimg.sort( randOrd );
 for (i=0;i<advimg.length;i++)
  {
  document.write(advimg[i])
 }
 document.write("</div>");
}
