function abetterheader()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('<div class="img-shadow"><img src="http://www.abetterconferencecall.com/images/header1.jpg" width="493" height="150" vspace="20" /></div>			'); } // header1
if (ranNum == 1){document.write('<div class="img-shadow"><img src="http://www.abetterconferencecall.com/images/header2.jpg" width="497" height="150" vspace="20" /></div>			'); } // header2
if (ranNum == 2){document.write('<div class="img-shadow"><img src="http://www.abetterconferencecall.com/images/header3.jpg" width="497" height="150" vspace="20" /></div>			'); } // header3
if (ranNum == 3){document.write('<div class="img-shadow"><img src="http://www.abetterconferencecall.com/images/header4.jpg" width="497" height="150" vspace="20" /></div>			'); } // header4
if (ranNum == 4){document.write('<div class="img-shadow"><img src="http://www.abetterconferencecall.com/images/header5.jpg" width="487" height="141" vspace="20" /></div>			'); } // header5
if (ranNum == 5){document.write('<div class="img-shadow"><img src="http://www.abetterconferencecall.com/images/header6.jpg" width="497" height="148" vspace="20" /></div>			'); } // header6
if (ranNum == 6){document.write('<div class="img-shadow"><img src="http://www.abetterconferencecall.com/images/header7.jpg" width="497" height="149" vspace="20" /></div>			'); } // header7
if (ranNum == 7){document.write('<div class="img-shadow"><img src="http://www.abetterconferencecall.com/images/header8.jpg" width="497" height="150" vspace="20" /></div>			'); } // header8
if (ranNum == 8){document.write('<div class="img-shadow"><img src="http://www.abetterconferencecall.com/images/header9.jpg" width="497" height="150" vspace="20" /></div>			'); } // header9
if (ranNum == 9){document.write('<div class="img-shadow"><img src="http://www.abetterconferencecall.com/images/header10.jpg" width="497" height="150" vspace="20" /></div>			'); } // header10
}
