var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How the stars get the hots on Valentine's Day
";
arnews[0] += "WANT to deliver that perfect romantic gesture this Valentine's Day? Follow the lead of the world's most lovedup celebs.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:56:30 GMT";
arnews[0] += "
";
arnews[1]="BSkyB to sell 10% of ITV stake
";
arnews[1] += "Satellite broadcaster gives formal commitment that it will sell part of 17.9% holding following last month's court of appeal ruling Timeline: Sky's ITV stake James Murdoch: led BSkyB's swoop on ITV shares in November 2006.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 17:07:44 GMT";
arnews[1] += "
";
arnews[2]="ITV to recruit 30 new tech staff
";
arnews[2] += "Broadcaster to refocus technology team on innovation and outsource some back office functions to external contractor ITV has launched a recruitment drive for 30 new technology experts and managers, to drive the business forward and develop new applications and partnerships.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 15:41:42 GMT";
arnews[2] += "
";
arnews[3]="Couple renew vows on GMTV
";
arnews[3] += "A couple from Lincolnshire who have stuck together through thick and thin are to renew their wedding vows to millions of people live on national television.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 07:57:32 GMT";
arnews[3] += "
";
arnews[4]="When women are too old to appear on TV
";
arnews[4] += "The broadcaster Miriam O'Reilly is suing the BBC for ageism. She's not the first TV presenter to cry foul, but how does the dearth of visible older women affect the rest of us? Miriam O'Reilly, who is suing the BBC for age and sex discrimination after she was axed from Countryfile.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 19:00:01 GMT";
arnews[4] += "
";
arnews[5]="Denise does Jedward 17:17
";
arnews[5] += "DENISE Robertson committed a Grime against fashion, as she had a Jedward-style make-over. This Morning's resident agony aunt donned a shiny red jacket and had her hair scrapped up in a huge quiff to copy the Grimes twins' distinctive look.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 18:56:48 GMT";
arnews[5] += "
";
arnews[6]="Darius: 'Opera is my toughest challenge'
";
arnews[6] += "Darius Campbell has claimed that Popstar To Operastar has been his biggest ever challenge.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 16:17:16 GMT";
arnews[6] += "
";
arnews[7]="Wesley Chapel High drama teacher Sean Gaudet named Pasco County's 2010 Teacher of the Year
";
arnews[7] += "Sean Gaudet arrived for classes Monday morning without hoopla. He walked in the front door of Wesley Chapel High's administration office, checked his mailbox and headed off to his classroom, as usual.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 11:50:44 GMT";
arnews[7] += "
";
totcount = 8;
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("