var banner=new Array()

banner[0]='<div id=top-quote><div id=bot-quote><p id=text1>When I am looking for a smooth female voice, I always get Maria Miller Media to handle the project. I can always count on a professional job and quick turnaround.</p></div></div><p id=text2><span>Alan Freemont</span><br />97.5 KLAK</p>'

banner[1]='<div id=top-quote><div id=bot-quote><p id=text1>Great Job on the voice mail greeting for my Salon, Maria! Thank you! Thank you! Thank you! We look forward to working with you again.</p></div></div><p id=text2><span>La Ron Burns</span><br />Owner Xhemistry The Salon </p>'

banner[2]='<div id=top-quote><div id=bot-quote><p id=text1>Its been a pleasure working with you, Maria! The delivery style of the voice over you did for me was exactly what my commercial needed! Thanks for turning the project around so quickly and professionally.</p></div></div><p id=text2><span>Michelle</span><br />Avalon Salon/Spa<br />Plano</p>'

banner[3]='<div id=top-quote><div id=bot-quote><p id=text1>Maria brings an edge to voicework in that she cares about how her voice can put a project over the top. She takes great care to add just the right amount of energy so as not to sound over the top. Her voice is very friendly and assuring and any project voiced by her will sound better for her having been a part of it.</p></div></div><p id=text2><span>Carlos Moreno</span><br />Production Manager<br />Radio One Dallas</p>'

banner[4]='<div id=top-quote><div id=bot-quote><p id=text1>Three words immediately come to my mind when I think of Maria Millers voice over work, fabulous, fantastic and fast!</p></div></div><p id=text2><span>Becky Isbell</span><br />Co-owner<br />Isbell Maintenance and Construction</p>'


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


