//<!-- Image Swap -->
function swapImg(thisImg,newImg) {
document[thisImg].src = "images/" + newImg}


//<!-- Random Banner Code -->

function RandomNumber() 
{
  var today = new Date();
  var num= Math.abs(Math.sin(today.getTime()/1000));
  return num;
}

function RandomBanner() 
{
  var x = RandomNumber() * 50;
  if (x > 44)
{document.write("<IMG alt=Gladstone&nbsp;Michel border=0 width=624 height=324 SRC=../graphics/images/home-image9.jpg> ");return;}
  else if (x > 37)
  {document.write("<IMG alt=Gladstone&nbsp;Michel border=0 width=624 height=324 SRC=../graphics/images/superlawyers_home.jpg> ");return;}
  else if (x > 31) 
{document.write("<IMG alt=Gladstone&nbsp;Michel border=0 width=624 height=324 SRC=../graphics/images/home-image1.jpg> ");return;}
  else if (x > 25)  
{document.write("<IMG alt=Gladstone&nbsp;Michel border=0 width=624 height=324 SRC=../graphics/images/home-image2.jpg> ");return;}
else if (x > 18)
{document.write("<IMG alt=Gladstone&nbsp;Michel border=0 width=624 height=324 SRC=../graphics/images/home-image7.jpg> ");return;}
else if (x > 10)
{document.write("<IMG alt=Gladstone&nbsp;Michel border=0 width=624 height=324 SRC=../graphics/images/home-image8.jpg> ");return;}
else
{document.write("<IMG alt=Gladstone&nbsp;Michel border=0 width=624 height=324 SRC=../graphics/images/home-image4.jpg> ");return;}
}

//<!-- Pop Up -->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);}
