<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

66
blurb1 = "71% of participants report that supplement is used to make significant payments (i.e. mortgage and car payments, home repairs, car repairs)";
/*
85
blurb2 = "Forum President and CEO discusses early care and education programs with the media. <a href='http://www.youtube.com/watch?v=U61Z38Rukv8' target='_blank'>View the news video</a>";
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!";

var randomize = Math.floor(Math.random()*2+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 -->
