
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<span class="block">I have been working with e-Dictate for two years as HBA.&nbsp; I truly enjoy working for this professional setup. I earn over Rs. 30,000 every month and find the transcription platform really easy to use. I would highly recommend the company to any aspiring and experienced Home Based Transcriptionist all over India</span> <br><i><strong>- Dr.Sathya Narayana, Bangalore</i>'

quotes[1]='<span class="block">My husband is in a transferable job. Thanks to e-Dictates home based working, I am able to continue my career wherever I move</span> <br><i><strong>- Sujatha Suresh</i>'

quotes[2]='<span class="block">Being located in a remote area in Jharkhand, I have limited career opportunities but because of e-Dictates home based option I get to do the best jobs in transcription at the best rates in the industry</span> <br><i><strong>- Earnest John</i>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
