
var0="I am so thoroughly impressed with the quality and caliber of my counselling appointments, and with all the staff and all the services at BCFIT. The professionalism and caring I received are beyond anything Ive experienced elsewhere."
var1="My counsellor at BCFIT is amazing, very helpful and supportive. I will definitely recommend this service. Thank you for all your help and patience."
var2="Honestly I don’t know what I would have done without this service. I had nowhere to turn. Now I’m doing very well and so is the rest of my family. The caring and professionalism of the counsellors at BCFIT are truly exceptional and made all the difference."
var3="I’d like to nominate my counsellor for an award. So thoroughly understanding, gentle and helpful!"
var4="Well informed and empathetic. Much more than I expected! Very helpful. Glad I reached out. (Thank you)."
var5="My advocate was heroically patient, slogging through phone calls, dead ends, and beaurocracy to get the info I needed, as well as info I didn’t know I needed. Thank you!!!"
var6="Excellent information – and a very understanding person. I strongly recommend this service!"
var7="Thank you so much. I felt supported, heard, and respected in my feelings and decisions. I have a much better understanding of what I do next as well. Thank you."


now=new Date()
num=(now.getSeconds() ) %8

document.write ("")

if (num == 0)
  {quote=var0}
if (num == 1)
  {quote=var1}
if (num == 2)
  {quote=var2}
if (num == 3)
  {quote=var3}
if (num == 4)
  {quote=var4}
if (num == 5)
  {quote=var5}
if (num == 6)
  {quote=var6}
if (num == 7)
  {quote=var7}


document.write (quote)







