var banner=new Array()
banner[0]='<a style="background:yellow;font-size:16px" href="http://www.createappointments.com" target=_new onMouseOver="window.status=\'Click\'; return true" onMouseOut="window.status =\'\'">Let your customers book an appointment online</a>'
banner[1]='<a style="background:yellow;font-size:16px" href="http://www.createappointments.com" target=_new onMouseOver="window.status=\'Click\'; return true" onMouseOut="window.status =\'\'">Want customers to book an appointment online?</a>'
banner[2]='<a style="background:yellow;font-size:16px" href="http://www.createappointments.com" target=_new onMouseOver="window.status=\'Click\'; return true" onMouseOut="window.status =\'\'">Free Online Scheduling Software</a>'
banner[3]='<a style="background:yellow;font-size:16px" href="http://www.createappointments.com" target=_new onMouseOver="window.status=\'Click\'; return true" onMouseOut="window.status =\'\'">Bed & Breakfasts Accept Online Booking</a>'
banner[4]='<a style="background:yellow;font-size:16px" href="http://www.createappointments.com" target=_new onMouseOver="window.status=\'Click\'; return true" onMouseOut="window.status =\'\'">Let Clients Book Appointments Online</a>'
banner[5]='<a style="background:yellow;font-size:16px" href="http://www.createappointments.com" target=_new onMouseOver="window.status=\'Click\'; return true" onMouseOut="window.status =\'\'">Free Appointment Maker</a>'
banner[6]='<a style="background:yellow;font-size:16px" href="http://www.createappointments.com" target=_new onMouseOver="window.status=\'Click\'; return true" onMouseOut="window.status =\'\'">Your Customers Can Book An Appointment With You Online</a>'
banner[7]='<a style="background:yellow;font-size:16px" href="http://www.createappointments.com" target=_new onMouseOver="window.status=\'Click\'; return true" onMouseOut="window.status =\'\'">Let Clients Book With You Online</a>'
banner[8]='<a style="background:yellow;font-size:16px" href="http://www.createappointments.com" target=_new onMouseOver="window.status=\'Click\'; return true" onMouseOut="window.status =\'\'">Free Appointment Scheduling Software</a>'
var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

