//Text Banner Rotation 
var banner=new Array()

banner[0]='<a href=owners.php target=main>advertise your web site with a text link here</a>'

banner[1]='<a href=reviews/rajpootreview2.php target=main>Rajpoot : Cotteridge : 4 star restaurant</a>'

banner[2]='<a href=owners.php target=main>advertise your web site with a text link here</a>'

banner[3]='<a href=owners.php target=main>advertise your web site with a text link here</a>'

banner[4]='<a href=owners.php target=main>advertise your web site with a text link here</a>'

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