<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

66
blurb1 = "View the <a href='http://www.thechildrensforum.com/downloads/publications/2011-03 Steps To Success Newsletter.pdf'>Steps to Success Professional Development Newsletter</a>.";
85
blurb2 = "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>.";
/*
138
blurb3 = "In 2008-2009, out of 1,561 participating centers, 252 were child care homes";
200
blurb4 = "In 2008-2009, T.E.A.C.H. participants attended 63 different training programs";
295
blurb5 = "In 2008-2009, the turnover rate was 6% compared to the national rate of between 30-40%";
362
blurb6 = "= "In 2008-2009, the average GPA for participants was 3.28";


blurbdefault = "<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='http://www.facebook.com/pages/TEACH-Florida-Scholarship-Program/144991892210738' style='text-decoration:none;'><img src='picts/facebook.gif' align='left' style='margin:0 5px 5px 0'></a> Like our <a href='http://www.facebook.com/pages/TEACH-Florida-Scholarship-Program/144991892210738'>Facebook page</a> for guidance and helpful tips!";



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 -->

