/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 18;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Minute Maid";
body="&ldquo;I was significantly impressed by the pertinent and well-researched, well prepared questions.  Much better than my Proctor &amp; Gamble training.&rdquo;";
}

if (quotes==1) {
title="Lockheed Martin Aeronautics Company";
body="&ldquo;This was one of the absolute best classes I have ever attended. Very impressed with interviewer&rsquo;s (Seidel) ability to delve into the subject and ask the hard questions.&rdquo;";
}

if (quotes==2) {
title="Southern Company";
body="&ldquo;I believe that this training was right on target to what we needed. The trainer was well prepared, not only for our industry, but also our project subject matter. Thanks!&rdquo;";
}

if (quotes==3) {
title="Georgia Power Company";
body="&ldquo;Trainer obviously knows our business and was excellent in identifying the areas we may be presented with while dealing with the media.&rdquo;";
}

if (quotes==4) {
title="The Carter Center (International Teams)";
body="&ldquo;Excellent. Best training I&rsquo;ve done. Beautifully prepared. Very directed to our organization&rsquo;s needs. Money well spent!&rdquo;";
}

if (quotes==5) {
title="AGL Resources, Inc.";
body="&ldquo;Your training is straightforward and completely accomplished my objectives. Thank you for the open, honest feedback and relaying real life experiences.&rdquo;";
}

if (quotes==6) {
title="Honda Manufacturing of Alabama";
body="&ldquo;Good mix of taped interview examples and role play. Nice job! Thanks. (Also, good prep by you in understanding our news issues — made it realistic)&rdquo;";
}

if (quotes==7) {
title="WebMD";
body="&ldquo;The &lsquo;rules&rsquo; really helped outline what an interview is & what needs to be delivered as a plan!&rdquo;";
}

if (quotes==8) {
title="BAE Systems";
body="&ldquo;Great, real world scenarios presented/queries that were relevant to our issues.  Thoughtful and probing questions, many which tested interviewees’ ability to react succinctly and effectively to key &lsquo;hot button issues.&rsquo; Looking forward to the next session.&rdquo;";
}

if (quotes==9) {
title="AirTran Airways";
body="&ldquo;Very professional outfit. I have personally walked away from this training with a much better perspective on how to handle the media in representing AirTran in a most positive manner.&rdquo;";
}

if (quotes==10) {
title="CES International";
body="&ldquo;I learned more from this seminar than any other lecture/class/presentation my employer has hosted.&rdquo;";
}

if (quotes==11) {
title="Georgia DOT";
body="&ldquo;YOU — did a great job. Your insight will help me to slow down and focus my message! The use of real DOT issues made a great difference.&rdquo;";
}

if (quotes==12) {
title="EG&amp;G Technical Services, Inc.";
body="&ldquo;I&rsquo;ve been cruising your site&hellip;and must say I&rsquo;m quite impressed with your analysis, advice and tips. Thanks for being a resource on the net.&rdquo;";
}

if (quotes==13) {
title="Southern Nuclear Operating Company";
body="&ldquo;Eric&rsquo;s ability and insight made the training valuable.  Thank you.&rdquo;";
}

if (quotes==14) {
title="Southern Nuclear Operating Company";
body="&ldquo;The practice was extremely valuable. The ability to view myself on tape was one of the most valuable parts of the training.&rdquo;";
}

if (quotes==15) {
title="Gulf Power Company";
body="&ldquo;Excellent preparation for the possibility of a media interview.  I feel much more confident in my ability to effectively represent the company.&rdquo;";
}

if (quotes==16) {
title="Co-founder and CEO, SimpleTuition, Inc.";
body="&ldquo;Many thanks. I really enjoyed and learned from the workshop. I wouldn’t be surprised if you hear from us for further fine-tuning, etc.&rdquo;";
}

if (quotes==17) {
title="General Manager, Comcast Cable";
body="&ldquo;While it's been a long time since I went through media training, I recall enough that this was, by far, the most practical, actionable class that I've had. I was impressed and enjoyed it very much.&rdquo;";
}

document.write('<div align="left" style="color:#993300"><em>');
document.write('' + body +'</em></div>');

document.write('<div align="left" style="color:#008080">');
document.write('&ndash;&nbsp;' + title + '');
document.write('</div>');
