//Copyright 2003 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<img border=0 src=/wp-content/themes/siteground-wp12/images/header1.jpg>'

banner[1]='<img border=0 src=/wp-content/themes/siteground-wp12/images/header2.jpg>'

banner[2]='<img border=0 src=/wp-content/themes/siteground-wp12/images/header3.jpg>'

banner[3]='<img border=0 src=/wp-content/themes/siteground-wp12/images/header4.jpg>'

banner[4]='<img border=0 src=/wp-content/themes/siteground-wp12/images/header5.jpg>'

banner[5]='<img border=0 src=/wp-content/themes/siteground-wp12/images/header6.jpg>'

banner[6]='<img border=0 src=/wp-content/themes/siteground-wp12/images/header7.jpg>'

banner[7]='<img border=0 src=/wp-content/themes/siteground-wp12/images/header8.jpg>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])