<!-- 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 = "<a href='downloads/news/2010-06-10 Top 10 Businesses Press Release.pdf'>Press Release</a> Forum Ranked in Top 10 of Florida Women-Led Businesses";
138
blurb3 = "<a href='newsletter-signup.php'>Sign Up</a> to receive Children\'s Forum publications.";

192
blurb4 = "View the <a href='Newsletters/2009-12/index.html'>Winter Edition</a> of the Children\'s Forum Newsletter.";

blurbdefault = "Help <a href='http://www.project-kid.org/'>Project K.I.D.</a> set up PlayCare sites in Haiti.";*/

blurbdefault = "We want to hear from you!  Please take a moment to answer our Survey in <a href='http://www.surveymonkey.com/s/ChildrensForum' target='_blank'>English</a> or <a href='http://www.surveymonkey.com/s/ChildrensForumEspanol' target='_blank'>Spanish</a>.";

var randomize = Math.floor(Math.random()*4+1)

switch (randomize) {

/*  case 1: newblurb = blurb1;
  	  break;

  case 2: newblurb = blurb2;
  	  break;

  case 3: newblurb = blurb3;
  	  break;
*/
  default: newblurb = blurbdefault;
	   break;

}

document.write(newblurb)
//  End -->
