
var randomBanner=new Array()

//change the randomBanner if desired. Add/ delete additional randomBanner as desired.

randomBanner[0]="<img src='/wp-content/themes/allunga/images/banner-images/sub/01.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[1]="<img src='/wp-content/themes/allunga/images/banner-images/sub/02.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[2]="<img src='/wp-content/themes/allunga/images/banner-images/sub/03.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[3]="<img src='/wp-content/themes/allunga/images/banner-images/sub/04.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[4]="<img src='/wp-content/themes/allunga/images/banner-images/sub/05.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[5]="<img src='/wp-content/themes/allunga/images/banner-images/sub/06.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[6]="<img src='/wp-content/themes/allunga/images/banner-images/sub/07.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[7]="<img src='/wp-content/themes/allunga/images/banner-images/sub/08.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[8]="<img src='/wp-content/themes/allunga/images/banner-images/sub/09.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[9]="<img src='/wp-content/themes/allunga/images/banner-images/sub/10.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[10]="<img src='/wp-content/themes/allunga/images/banner-images/sub/11.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"
randomBanner[11]="<img src='/wp-content/themes/allunga/images/banner-images/sub/12.jpg' alt='Allunga Exposure Laboratory' width='495' height='84' />"

var whichquote=Math.floor(Math.random()*(randomBanner.length))
document.write(randomBanner[whichquote])