
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<a STYLE="text-decoration:none" href="http://autoverzekeringinspanje.com/aanbevelingen"><span style="font-weight: normal;">Barbara offered me honest and independent advice with respect to my health insurance. I was happy to be informed better than anywhere else in Barcelona. <i>-Michel Willems</i></span></a>'

quotes[1]='<a STYLE="text-decoration:none" href="http://autoverzekeringinspanje.com/aanbevelingen"><span style="font-weight: normal; text-decoration:none;">Apart from the qualities Barbara shows in her business activities, she is also a very positive, honest and warm person. She always does what she promises. <i>-Edwin Stolwijk, Owner, Relocation Global Services SL</i></span></a>'

quotes[2]='<a STYLE="text-decoration:none" href="http://autoverzekeringinspanje.com/aanbevelingen"><span style="font-weight: normal; text-decoration:none;">Barbara was a joy to work with, an excellent communicator and full of exciting ideas <i>-Matthew Jensen, Reckless New Media</i></span></a>'




var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

