//increment quote number by one each time you add a new quote

var num_of_quotes = 12;
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) {
name="Martina Obrian";
company="Oracle";
job_title="Principal Support Engineer";
text="Martina is part of a European-wide technical support team handling questions and problems raised by Oracle customers.<br><br><a href=\"guestDiary.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="guestDiary_martina_thumb.jpg";
}

if (quotes==1) {
name="Ashraf Rakhi";
company="Cupola";
job_title="Call Centre Team Lead";
text="Asraf manages a team of agents promoting IT sales campaigns to Small and Medium Businesses.<br><br><a href=\"guestDiary.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="guestDiary_ashfads_thumb.jpg";
}

if (quotes==2) {
name="Fran Loughrey";
company="BskyB";
job_title="Snr IT project Manager";
text="Fran is a senior project manager for IT services at B Sky B.<br><br><a href=\"guestDiary.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="guestDiary_fran_thumb.jpg";
}

if (quotes==3) {
name="Mayte Cubino Gonzalez";
company="Cisco TAC";
job_title="Customer Support Engineer";
text="Mayte is a Customer Support Engineer at Cisco's TAC (Technical Assistance Center) in Brussels.<br><br><a href=\"guestDiary.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="guestDiary_mayte_thumb.jpg";
}

if (quotes==4) {
name="Jaskaran Kalsi";
company="Cisco";
job_title="Associate Technical Manager";
text="Jas is the Associate Technical Manager for Europe in Cisco Networking Academy.<br><br><a href=\"guestDiary.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="guestDiary_jas_kalsi_thumb.jpg";
}

if (quotes==5) {
name="Padmasree Warrior";
company="Cisco";
job_title="Chief Technical Officer";
text="Find out what it takes to become a chief executive in a global company.<br><br><a href=\"whats_my_job.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="padmasree_thumb.jpg";
}

if (quotes==6) {
name="Bill Rocken";
company="BT";
job_title="Global Head";
text="Keeping a multi-millon dollar business on track!<br><br><a href=\"whats_my_job.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="billThumb.jpg";
}

if (quotes==7) {
name="Jerry Yang";
company="Yahoo";
job_title="Founder";
text="Jerry Yang reveals how he got to the top.<br><br><a href=\"whats_my_job.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="logo_yahoo.gif";
}

if (quotes==8) {
name="Kara Pernice";
company="Norman Nielson Group";
job_title="Head of Research";
text="How does Kara Pernice get your attention in 3 seconds?<br><br><a href=\"whats_my_job.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="kara_pernice_thumb.jpg";
}

if (quotes==9) {
name="Prof. Mike Griffin";
company="NASA";
job_title="Former Head of NASA";
text="Prof. Mike Griffin and his time at NASA.<br><br><a href=\"whats_my_job.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="mike_griffin_thumb.jpg";
}

if (quotes==10) {
name="John Berry";
company="Global Knowledge";
job_title="Lead Instructor";
text="John Berry, a CCIE and lead instructor for Global Knowledge shares his week with you<br><br><a href=\"guestDiary.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="guestDiary_john_thumb.jpg";
}

if (quotes==11) {
name="Greg Jutice";
company="Cisco Systems";
job_title="Intern";
text="Cisco's self-proclaimed 'Most Interesting Intern' talks to NetAcad<br><br><a href=\"whats_my_job.htm\">&raquo; Visit Listen to the Experts</a> to see what life in IT is really like"
image="greg-justice-thumb.jpg";
}

document.write('<h2 class="experts"><img src="/images/'+image+ '" alt="'+name+'" title="'+name+'" align="right" class="border marginL">What\'s my job like?</h2>');
document.write('<p><b>' +name+ '</b><br>' +job_title+ ', ' +company+ '</p>');
document.write('<p>' +text+ '</p>');