// JavaScript Document

<!----popup---->


function newWin(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no,resizable=no'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->




 imag = new Array ()
	 imag[0] = "img/pg_prev.gif";
     imag[1] = "img/pg_prev_roll.gif";
	 imag[2] = "img/pg_next.gif";
     imag[3] = "img/pg_next_roll.gif";


function swtch(num, imgname, message){
        window.status = message;
        imgname.src = im[num].src
    }
        im = new Array()
        for (var i = 0; i < imag.length; i++){
        im[i] = new Image ()
        im[i].src = imag[i]
    }
	
	
	
	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
random_text[number++] = "<strong>Established Expert</strong>  <p>&quot;Working with Staci and David to design and produce our two videos was truly a pleasure. They are consummate professionals, highly skilled and passionate. Both videos conveyed precisely the message we were looking for and, I'm delighted to say, they have both been extremely well received. As someone who knows nothing about video production, I am so grateful to have had their expertise to bring our program to life.&quot;</p> Terry Axelrod CEO Raising More Money - USENIX"

random_text[number++] = "<strong>Entrepreneur</strong> <p>&quot;Making my video had been a dream for many years and I hadn't the faintest idea where to begin and it seemed really daunting. Working with Staci was seamless from beginning to end. She was exceptionally professional with amazing communication skills. Helped put my fears to rest and helped create the product. It's a great. Its a really great video. Love Love Love the finished product and so do my clients&quot;</p> Liv Browning, Owner, Kick Asthma Naturally"

random_text[number++] = "<strong>Non-Profit Promotional</strong> <p>&quot;We very much appreacite having had the benefit of your creativity and diligence and would recommend you hightly to any person or organization wanting video work done.&quot;</p> Maura Berndsen, Educational Director Listen and Talk "

random_text[number++] = "<strong>Production classes</strong> <p>&quot;Staci is a professional and engaging teacher--easily sharing her technical expertise to beginning and advanced students alike. Her love of the craft is contagious and students can't help but be inspired.&quot;</p> Malory Graham, Executive Director, Reel Grrls"

random_text[number++] = "<strong>Entrepreneur</strong> <p>&quot;Staci and David did a masterful job on the video they created for my web site. The filming, editing and the composition were handled with grace, vision and skill. The film is beautiful, clear, and speaks to the heart and soul of my work, both visually and thru the message. I've had wonderful feedback from many people on how well it's presented. I remember being so delighted when I first saw it that I had them play it over again and again, and that grin returns whenever I view it or pass it out to interested parties. Their work is top drawer! Cheri Byrd, Owner Lotus Holistic Therapies&quot;</p>"


// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);

//end of function random_text