<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

66
blurb1 = "The Children\'s Trust and the Forum have released the <a href='http://www.thechildrensforum.com/downloads/publications/QCCC Workforce Study.pdf' target='_blank'>Miami-Dade Quality Counts ECE Workforce Study</a>.";
/*
85
blurb2 = "72% of the child care programs surveyed reported that WAGE$ has helped increase morale in their center which in turn, creates a positive child-teacher interaction.";
138
blurb3 = "<a href='newsletter-signup.php'>Sign Up</a> to receive Children\'s Forum publications.";
200
blurb4 = "View the <a href='Newsletters/2009-08/index.html'>Summer/Fall Edition</a> of the Children\'s Forum Newsletter.";
295
blurb5 = "View 20th Anniversary <a href='http://www.youtube.com/watch?v=CywhhggqluA'>Video Messages</a> from Forum Partners and Friends";
362
blurb6 = "<a href='http://www.youtube.com/watch?v=EheGWd7SxKQ'>Watch</a> the Forum's 20th Anniversary presentation that details our legacy throughout the years";
399
blurb7 = "<a href='http://www.youtube.com/watch?v=pt1UALWOz24'>Listen</a> to the Children's Forum 20th Anniversary Featured on Florida Public Radio";
blurbdefault = "63% of all WAGE$ participants have increased their education enough to move to a higher level on the supplement scale!";
*/

blurbdefault = "Sue Shellenbarger, from the Wall Street Journal\'s The Juggle Blog, has written <a href='news.php'>\'The Lowly Child-Care Worker.\'</a>";

var randomize = Math.floor(Math.random()*3+1)

switch (randomize) {

  case 1: newblurb = blurb1;
  	  break;
/*
  case 2: newblurb = blurb2;
  	  break;

  case 3: newblurb = blurb3;
  	  break;

  case 4: newblurb = blurb4;
  	  break;

  case 5: newblurb = blurb5;
  	  break;

  case 6: newblurb = blurb6;
  	  break;

  case 7: newblurb = blurb7;
  	  break;
*/
  default: newblurb = blurbdefault;
	   break;

}

document.write(newblurb)
//  End -->

