var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="School hiring process gets 'A'
";
arnews[0] += "A task force born from a hiring scandal told the School Committee last night the district's Human Resources Department is 'a high-functioning, professional office,' but there is always room for improvement.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:00:00 GMT";
arnews[0] += "
";
arnews[1]="School hiring process gets 'A'
";
arnews[1] += "A task force born from a hiring scandal told the School Committee last night the district's Human Resources Department is 'a high-functioning, professional office,' but there is always room for improvement.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 11:21:16 GMT";
arnews[1] += "
";
arnews[2]="Warfare video game scores record sales in launch
";
arnews[2] += "Could you take your finger off the trigger for a minute? If you're like millions of other people, you're already deeply engaged in the furious firefight that is Call of Duty: Modern Warfare 2. On the day it was released last week, the video game raked in $310 million in North America and the United Kingdom, selling more than 4.7 million copies.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:01:00 GMT";
arnews[2] += "
";
arnews[3]="College leads way on skills
";
arnews[3] += "Bradford College has been named as the best in the country for its innovative approach to embedding functional skills in its curriculum.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:32:44 GMT";
arnews[3] += "
";
arnews[4]="Task force finds no fault with public schools' HR dept.
";
arnews[4] += "More than five months after a task force was charged with examining school department human resource hiring and certification practices, the group has reported back with essentially no criticism of the department, although it makes suggestions for improvement.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:18:39 GMT";
arnews[4] += "
";
arnews[5]="Gresham makes a point at Powell
";
arnews[5] += "Powell's Natalie Gresham grabs a rebound in the Tip-Off Classic on Thursday night at Thompson-Boling Arena.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:46:17 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("