<!--


function text() {
};

text = new text();
number = 0;





// textArray
text[number++] = '<span class=\"bluestat\">92%</span> <span class=\"body\">of parents report their children&rsquo;s schoolwork improved significantly through involvement in Technology Goes Home.'
text[number++] = 'Approximately <span class=\"bluestat\">80%</span> <span class=\"body\">of TechBoston graduates go on to college versus the district average of 67%.'
text[number++] = 'Companies ranging from Fidelity to JP Morgan have hired over <span class=\"bluestat\">500</span> participants for paid interships through Tech Boston.'
text[number++] = '<span class=\"bluestat\">87%</span> <span class=\"body\">of participants in Technology Goes Home report a significant increase in their connection to the community.'

text[number++] = 'More than <span class=\"bluestat\">250</span> refurbished computers were purchased by 2006-07 graduates'
text[number++] = '<span class=\"bluestat\">99%</span> of TGH participants were satisfied with the TGH program'
text[number++] = '<span class=\"bluestat\">95%</span> of the participants said the courses had a positive effect on their computer skills'
text[number++] = '<span class=\"bluestat\">87%</span> of graduates had a stronger connection to the community'
text[number++] = 'TGH has a positive effect on a child&#39;s school performance as stated by <span class=\"bluestat\">92%</span> of parent participants'
text[number++] = 'Boston Public Schools hosted <span class=\"bluestat\">53</span> TGH classes in 2006-07'
text[number++] = '<span class=\"bluestat\">92</span> teachers led TGH classes in 2006-07'
text[number++] = 'Over <span class=\"bluestat\">3,500</span> families have been trained in TGH programs to date'
text[number++] = 'More than <span class=\"bluestat\">450</span> families gradauted from TGH classes in 2006-07'
text[number++] = 'The TGH program has impacted more than <span class=\"bluestat\">10,000</span> lives'
 










	



increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->
