﻿<!--



var r_quote = new Array ();
var r_author = new Array ();

r_quote[0] = "Timely outlook, practiced ministry, uplifting vision.";
r_author[0] = "2008 Conference Attendee";
r_quote[1] = "The CPN conference is my business’ best opportunity to reach our targeted audience.";
r_author[1] = "David Lowe, Uncommon Results";
r_quote[2] = "I thoroughly enjoyed this conference and would highly recommend it.";
r_author[2] = "2007 Conference Attendee";
r_quote[3] = "the best one day conference I have ever been a part of";
r_author[3] = "Dr. Woodrow Kroll";
r_quote[4] = "Networking session was outrageously good – made me go the sales session which was also great.";
r_author[4] = "Conference Attendee";
r_quote[5] = "This conference puts Christ as the focus rather than a footnote.";
r_author[5] = "Conference Attendee";
r_quote[6] = "Excellent. Even better than last year.";
r_author[6] = "Conference Attendee";
r_quote[7] = "Timely outlook, practical ministry, uplifting vision";
r_author[7] = "2008 Conference Attendees";
var i = Math.floor(7*Math.random())


function roll(img_name, img_src)
   {
   document[img_name].src = img_src;
   }





//-->