
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='To me the Women in Technology program means <strong>achieving my ambition.</strong>'

quotes[1]='You must <em>always</em> believe you can, and never forget your dream. This is what I gained through the WIT program—the <strong>self-confidence</strong> and belief that I could <strong>achieve my dream</strong>—my very own IT center for women.'

quotes[2]='I use computers a lot within my work, so this course <br> gave me more <strong>confidence in myself</strong> and in my work. <br>It also gave me more <strong>credibility in the workplace.</strong>'

quotes[3]='<font style="font-size:15px">This program is <strong>important.</strong> It <em>opens doors sometimes difficult to access</em> for women in our society. A society where men and women possess the same level of skill is a <b>society </b> that <b> <i>will progress at the greatest speed.</i></b></font>'

quotes[4]='Education is a <strong><em>liberation factor.</em></strong> With education, you can <strong><em>empower yourself.</em></strong>'

quotes[5]='<font style="font-size:13px"><em>I didn\'t even know how to turn on the computer </em> before taking this course, and that made me lack confidence in many areas of my life. <strong>Now I know</strong> how to put together a PowerPoint presentation and use an Excel spreadsheet. I realize that <strong><em>there are a lot of things I can do.</em></strong></font>'

quotes[6]='<font style="font-size:13px">Sometimes <strong><em>great changes</em></strong> are not apparent. I know the WIT program is short, but it has changed in me the idea that this work is exclusively for men. When I see myself and the other girls opening up their computers I get happy because I know that <strong><em>we are women</em></strong> breaking into <strong><em>a challenging field.</em></strong></font>'

quotes[7]='Yes, teaching girls is a good thing to do in our community. Once you <strong>educate a girl,</strong> you <strong>educate the community.</strong>'

quotes[8]='The <strong>personal development </strong> of a <strong> <em>human being </em> </strong> is <br>what creates employment. <strong>Experience </strong> without <strong>skill </strong> <br>does not amount to <em>anything.</em>'

quotes[9]='My children need to see their mother be <strong>successful</strong> in her life and her work and be able to <strong>give back.</strong>'

quotes[10]='<font style="font-size:14px">If we want to <strong><em>improve our country </em></strong> and advance,<br> we have to let women get involved in technology - not only<br>because they make up a large portion of the population, but<br> because they are <strong> <em>responsible for future generations.</em></strong></font>'

quotes[11]='<font style="font-size:13px"> I joined the WIT courses hoping to <em>get a job</em> and I did! The UP course on my CV gave me the <strong>advantage to be selected for an interview.</strong> But what helped me the most was applying the job interview <strong>techniques</strong> that I learned in the PD course. I tried my best to use everything I learned during the interview and it worked! <em>I would not have been selected for that job if I had not finished the WIT courses.</em></font>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
