//increment quote number by one each time you add a new quote

var num_of_quotes = 9;
quotes = Math.floor (num_of_quotes * Math.random());

//can use any variable inplace of quote and author - these are used as it is initially a random quote script


if (quotes==0) {
student="Guillem Vega";
text="Christophe worked hard, took advantage of additional training and moved up within his company to Network Engineer. Visit I Got a Job for ideas and tips from Christophe and other students to be successful in your job search."
image="lifeafter_guillem_thumb.jpg";
}

if (quotes==1) {
student="Jeroen Wittock";
text="Jeroen worked over 18 years working in electricity distribution, decided to change careers and is now a Systems Engineer. Visit I Got a Job for ideas and tips from Jeroen and other students to be successful in your job search."
image="lifeafter_jeroen_thumb.jpg";
}

if (quotes==2) {
student="Dawn Breen";
text="Dawn went from Hairdresser to Help Desk Professional. Visit I Got a Job for ideas and tips from Dawn and other students to be successful in your job search."
image="lifeafter_dawn_thumb.jpg";
}

if (quotes==3) {
student="Daniel Falemo";
text="Find out how Daniel Falemo's NetAcad skills have ensured employment success. Visit I Got a Job for ideas and tips from Daniel and other students to be successful in your job search."
image="lifeafter_daniel_falemo_thumb.jpg";
}

if (quotes==4) {
student="Claudio Sarto";
text="Disillusioned with his career in mechanical design, 27-year-old Claudio Sarto from Italy excelled in his networking studies to become a successful network engineer. "
image="lifeafter_claudio_sarto_thumb.jpg";
}

if (quotes==5) {
student="Tsiyona Kabada";
text="Despite having no IT experience, 23-year-old Tsiyona Kabada from Netanya, Israel enrolled in a Networking Academy course through the Women's Empowerment Program, and now has a job with a satellite services company."
image="lifeafter_tsiyona_thumb.jpg";
}

if (quotes==6) {
student="Youssef Bengelloun-Zahr";
text="25-year-old Youssef Bengelloun-Zahr graduated from the Cisco Networking Academy&reg; in Troyes, France. Now a successful Network Engineer, he has returned to lecture, teach and inspire a new generation of students."
image="lifeafter_youssef_thumb.jpg";
}

if (quotes==7) {
student="Aoife Dowling";
text="25-year-old Aoife Dowling from Cork in the Republic of Ireland went from an early start in the electronics sector to a network management support role, with the help of a Networking Academy night course."
image="lifeafter_aoife_thumb.jpg";
}

if (quotes==8) {
student="Stephane Gouverneur ";
text="27-year-old Stephane Gouverneur from Belgium had no luck finding work after studying civil engineering. Since enrolling in the program, his luck has changed and he is now a successful network engineer in the Czech Republic."
image="lifeafter_stephane_thumb.jpg";
}


document.write('<h2 class="jobs"><img src="/images/'+ image + '" alt="'+ student +'" title="'+ student +'" width="74" height="74" align="right" class="border marginL">I Got a Job</h2>');
document.write('<p>' + text + '<br>');