// JavaScript Document

//
// speakerTitle = The speaker's title, such as Bishop, Pastor, Dr. etc //		 
//
// speakerMiddle = If the speaker has a middle name or middle initials they go by, type them here //
//
// speakerSuffix = Jr. Sr. III //
//
// episodeTitle = The title of this speakers episode, if available //
//
// broadcastDate = Day, Month ## - I prefer 30th to 30 and 1st to 1 //
//
// broadcastTime = [HH:MM__ ET], i.e. "1:30pm ET" //
//
// speakerThumbEnd = In the event that the thumbnail you wish to use
//                   has a different ending like PaulaWhite_thumb(1).jpg,
//                   speakerThumbEnd would equal "(1)";
//
// speakerThumbNameFull = In the event of a person using a first initial and 
//                        or a person being a Jr or Sr in which both persons 
//                        have their own thumbnails, the filename will be
//                        changed to reflect that.  (i.e. DLPowell_thumb.jpg)
//                        Please type the ENTIRE filename. If there is any
//                        information in this field, it will override
//                        the "speakerThumbEnd" field.

var speakerTitle = "Dr."; 
var speakerFirst = "Ty"; 
var speakerMiddle =""; 
var speakerLast = "Adams";
var speakerSuffix = ""; 
var episodeTitle = "Women and the Way They Love";
var broadcastDate = "May 3, 2007";
var broadcastTime = "1:30pm ET";        
var speakerThumbEnd = "";   
var speakerThumbNameFull = "";
var reminderURL ="";
