
var randomBanner=new Array()

//change the randomBanner if desired. Add/ delete additional randomBanner as desired.

randomBanner[0]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-01.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[1]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-02.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[2]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-03.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[3]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-04.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[4]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-05.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[5]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-06.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[6]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-07.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[7]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-08.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[8]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-09.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[9]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-10.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[10]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-11.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[11]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-12.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[12]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-13.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[13]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-14.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[14]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-15.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[15]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-16.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[16]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-17.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[17]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-18.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[18]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-19.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[19]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-20.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[20]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-21.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[21]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-22.jpg' alt='Seasonal Calendar' width='633' height='92' />"
randomBanner[22]="<img src='http://www.grannysmith.net.au/new-website/wp-content/themes/granny/images/banner-images/sub-23.jpg' alt='Seasonal Calendar' width='633' height='92' />"

var whichquote=Math.floor(Math.random()*(randomBanner.length))
document.write(randomBanner[whichquote])