<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->
/*
66
blurb1 = "Join the Forum as a <a href='membership-director_cda.php'>Director\'s Network Member</a> to satisfy the renewal requirements for the Florida Director Credential.";
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 = "<a href='downloads/news/2009-06-15 Letter from Governor Charlie Crist.pdf'>Read a letter</a> from Governor Charlie Crist congratulating the Forum on 20 years of service.";

blurbdefault = "The Mobile Press Register carried the attached story on PKID's efforts on Haiti. <a href='http://blog.al.com/live/2010/02/fairhope_woman_in_haiti_to_hel.html'>Read the article</a>";

*/

blurbdefault = "Special guests Tom Joyner and wife Donna volunteer at Project K.I.D. - March 16, 2010.  <a href='http://projectmedishare.wordpress.com/2010/03/16/special-visitors-volunteer-time-to-project-medishares-hospital-in-port-au-prince/'>Read the article</a>";


var randomize = Math.floor(Math.random()*1+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 -->
