
	function MM_swapImgRestore() { //v3.0
	  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
	}
	function MM_preloadImages() { //v3.0
	  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
	}
	function MM_findObj(n, d) { //v4.0
	  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	  if(!x && document.getElementById) x=document.getElementById(n); return x;
	}
	function MM_swapImage() { //v3.0
	  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
	   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
	}
	
	
// also need a random quote script	
var currentdate = 0
var core = 0

function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' ';

  }
}

quote = new StringArray(6)
quote[0] = '&quot;Thank you for your part in making our convention a success.  Delegates comments included:  amazing, experienced speaker, left feeling confident and positive about myself, excellent, wonderful, humorous, and energizing.&quot; <em>Illinois PTA</em>'
quote[1] = '&quot;I am still having feedback from people calling and raving about your talk and how they would have liked to hear you for a few hours more.  Most are saying you are the best speaker we have had.&quot; <em>YWCA, Rockford, IL</em>'
quote[2] = '&quot;Thank you so much for the wonderful day that you brought to our conference!  In the seven years that we have had the conference, your presentation was the best ever!&quot; <em>Baystate Health System</em>'
quote[3] = '&quot;Best intellectual laughs in a long time.   The most energetic and motivating speaker Ive heard in years.  I was laughing so hard my eyes were watering.&quot; <em>Pediatric Nursing Leadership Group, Denver, CO</em>'
quote[4] = '&quot;I came to the conference because of Dr. Mom - the best of the best.&quot;   <em>East Tennessee Children - Hospital</em>'
quote[5] = '&quot;We are still on a post-conference high!  The comments on the evaluation forms are like a thesaurus of superlatives (Best, Excellent, Fantastic).  What a joy to read.&quot; <em>UW Medical Center, Seattle, WA </em>'
quote[6] = '&quot;We have heard nothing but absolutely glowing reviews and we have you to thank for it - personally could not have been more pleased.&quot;  <em>Memorial Mission Medical Center, Asheville, NC</em>'
quote[7] = '&quot; Thank you so much for your wonderful and entertaining presentation last night.  I thoroughly enjoyed the humorous and compassionate way in which you offered practical tips and words of wisdom.  Your question and answer session was also one of the most beneficial I have ever attended! &quot;<em>Hillel Academy of Denver, Colorado</em>'
quote[8] = '&quot; You were wonderful last night!  I can’t tell you how many calls I have had today concerning your presentation.  You were a hit.&quot;<em>St. Anne’s Episcopal School, Denver, Colorado</em>'
quote[9] = '&quot; You are absolutely amazing and we continue to hear rave reviews.  Your extensive knowledge and practical insights are valuable to any parent—or any person.&quot;<em>Parent Information Network, Cherry Creek School District, Denver, Colorado</em>'
quote[10] = '&quot; Dr. Neifert is a tremendous speaker &045; she deserves a double E on the evaluation form for ‘double excellent.&quot;<em>Iowa Methodist Hospital, Des Moines, Iowa</em>'
quote[11] = '&quot; Fabulous! Inspiring, lots of fun.  Extremely relevant.  Great speaker &045; interesting, dynamic, captivating, positive, humorous.&quot;<em>Ontario Dental Association, Canada</em>'
quote[12] = '&quot; Dr. Neifert was fabulous and made the entire program worthwhile.&quot;<em>Thunderbird Samaritan Hospital, Phoenix, Arizona</em>'
quote[13] = '&quot; Best speaker ever!!&quot;<em>The Center for Women’s Care, Marietta Memorial Hospital, Georgia</em>'
//var ran = 60/quote.length

function ranquote() {
	//NEW RANDOMIZER (REFRESH BASED)
	var randomNumber = Math.floor(Math.random()*quote.length);
	return(quote[randomNumber]);
	/////////////////////////////
	//OLD RANDOMIZER (DATE BASED)
/*
  currentdate = new Date()
  core = currentdate.getSeconds()
  core = Math.floor(core/ran)
  return(quote[core])
 */

}

