<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

66
blurb1 = "Download the <a href='downloads/Practitioner Core Competencies.pdf'>Practitioner Core Competencies</a> to learn about career pathways in early learning.";

85
blurb2 = "The Children\'s Trust and the Forum have released the <a href='downloads/publications/QCCC Workforce Study.pdf' target='_blank'>Miami-Dade Quality Counts ECE Workforce Study</a>.";

138
blurb3 = "View the <a href='downloads/publications/2011-03 Steps To Success Newsletter.pdf'>Steps to Success Professional Development Newsletter</a>.";

192
blurb4 = "Help send a family who has children with disabilities to <a href='news.php'>Family Caf&#233;</a>.";


blurbdefault = "Help us raise money for an <a href='http://www.project-kid.com/orphanage.php'>orphanage in Haiti</a>.";

var randomize = Math.floor(Math.random()*5+1)

switch (randomize) {
/* */
  case 1: newblurb = blurb1;
  	  break;

  case 2: newblurb = blurb2;
  	  break;

  case 3: newblurb = blurb3;
  	  break;

  case 4: newblurb = blurb4;
  	  break;

  default: newblurb = blurbdefault;
	   break;

}

document.write(newblurb)
//  End -->

