/* This script and many more are available free online at
http://www.codeave.com */

function random_text()
{};
var random_text = new random_text();
// Set the number of text strings to zero to start
var number = 0;
// Incremental list of all possible Text
// VRM Removed // random_text[number++] = "<span class='starter-text'>Pam has</span> a great eye for storytelling and is a great collaborator and colleague. We would highly recommend her for a wide range of production assignments.<img class='quote-close' src='images/quote-close-green.gif' border='0' /><br /><div class='testimonial-name'>-- Dan Sallick, Partner, <span class='company'>Home Front Communications</span></div><p align='center'><img class='client-logo' src='images/testimonials/homefront.gif' width='220' height='57' alt='Home Front Communications' title='Home Front Communications' border='0' /></p>"
random_text[number++] = "I worked with Pam at TLC and was so impressed that we hired her when I moved to The Travel Channel. Pam is an excellent writer with strong editorial skills. She was a valuable member of the team and made many contributions to the success of the network. I would be glad to provide more details to anyone who needs them. <img class='quote-close' src='images/quote-close-green.gif' border='0' /><br /><div class='testimonial-name'>-- Steve Cheskin, EVP Programming at <span class='company'>TLC/Discovery Communications</span></div><p align='center'><img class='client-logo' src='images/testimonials/tlc.gif' width='144' height='65' alt='TLC' title='TLC' border='0' /></p>"
random_text[number++] = "I have worked with Pam on a wide variety of projects with a variety of challenges. I have been most impressed with Pam's ability to work in difficult situations. While I would never wish that on anyone, Pam has bravely walked into meetings where others would not attend, she kept her cool, kept on topic, and fixed more than one ugly situation. She is very detailed in her approach to production planning and cares deeply about meeting financial expectations as well. <span class='black'>Top qualities:</span> Personable, High Integrity, Creative<img class='quote-close' src='images/quote-close-green.gif' border='0' /><br /><div class='testimonial-name'>-- Holly Stein, Director of Production, <span class='company'>Discovery Studios</span></div><p align='center'><img class='client-logo' src='images/testimonials/discovery-studios.gif' width='160' height='18' alt='Discovery Studios' title='Discovery Studios' border='0' /></p>"
random_text[number++] = "I have had the pleasure of working with Pam both in the field as a Director and in post production. Pam took initiative to fully understand the project and then delivered with excellence against the objectives. She has exceptional technical mastery and creative insight. She continues to be an outstanding business partner. I consider it a privilege to work with her and would eagerly recommend her. <span class='black'>Top qualities:</span> Great Results, Expert, Creative<img class='quote-close' src='images/quote-close-green.gif' border='0' /><br /><div class='testimonial-name'>-- Diane Hensley, Brand Management, <span class='company'>Procter and Gamble</span></div><p align='center'><img class='client-logo' src='images/testimonials/pg.gif' width='190' height='84' alt='Procter and Gamble' title='Procter and Gamble' border='0' /></p>"
random_text[number++] = "Pam's talents as a Supervising Producer lie in her editorial skills. She has an amazing ability to save \"troubled shows\" -- the ones where the storyline seems hazy at best. This is a rare (but highly desired) gift in today's production world. I've seen Pam resuscitate projects that were destined for disaster. She can take a diamond in the rough and polish it into a fine gem. That's because Pam is a true 'gem' and she's a great asset to have on any team!<img class='quote-close' src='images/quote-close-green.gif' border='0' /><br /><div class='testimonial-name'>-- Lori Butterfield, VP Production, <span class='company'>Home Front Communications</span></div><p align='center'><img class='client-logo' src='images/testimonials/homefront.gif' width='220' height='57' alt='Home Front Communications' title='Home Front Communications' border='0' /></p>"
random_text[number++] = "Pam is a GET-IT-DONE producer. She works extremely hard and has an incredible attention to detail. I worked with her both in the field and in the edit room and was very impressed. She is a creative problem solver! Pam has all the qualities anyone would look for in a producer!<img class='quote-close' src='images/quote-close-green.gif' border='0' /><br /><div class='testimonial-name'>-- Lara Richardson, VP Creative, <span class='company'>TLC</span></div><p align='center'><img class='client-logo' src='images/testimonials/tlc.gif' width='144' height='65' alt='TLC' title='TLC' border='0' /></p>"
random_text[number++] = "Pamela is a pleasure to work with - collaborative and engaging, generous and easy going. Even better, she knows how to laugh and work hard at the same time.<img class='quote-close' src='images/quote-close-green.gif' border='0' /><br /><div class='testimonial-name'>-- Dan Green, SVP, <span class='company'>Home Front Communications</span></div><p align='center'><img class='client-logo' src='images/testimonials/homefront.gif' width='220' height='57' title='Home Front Communications' alt='Home Front Communications' border='0' /></p>"
random_text[number++] = "Pam did a great job for us as Series Producer on \"Home Made Simple\" for TLC. The network and the sponsor were both very happy and the series rated! <span class='black'>Top qualities:</span> Great Results, Expert, Creative<img class='quote-close' src='images/quote-close-green.gif' border='0' /><br /><div class='testimonial-name'>-- Chris Weber, VP Production, <span class='company'>Discovery Channel</span></div><p align='center'><img class='client-logo' src='images/testimonials/discovery-communications.gif' width='275' height='59' alt='Discovery Communications' title='Discovery Communications' border='0' /></p>"
random_text[number++] = "Pamela is a dedicated story teller who has a good sense of visual and narrative aspects of production. On top of that, she is a pleasure to work with, very attentive to detail and has solid editorial instincts.<img class='quote-close' src='images/quote-close-green.gif' border='0' /><br /><div class='testimonial-name'>-- Paul Frick, Co-owner, <span class='company'>Home Front Communications</span></div><p align='center'><img class='client-logo' src='images/testimonials/homefront.gif' width='220' height='57' alt='Home Front Communications' title='Home Front Communications' border='0' /></p>"
random_text[number++] = "Pamela was Executive Producer at Travel on many varied and interesting projects in which I was involved - all of which required an experienced and delicate eye. Every show benefited from her capacity to strengthen and maximize storylines, script and character. It was a professional pleasure to have worked with Pamela and I wouldn't hesitate to recommend her.<img class='quote-close' src='images/quote-close-green.gif' border='0' /><br /><div class='testimonial-name'>-- Matt Currington, International Producer/Director</div>"
// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);

// Write out the random text to the browser
// document.write(random_text[random_number]);
