var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New band of the day - Family Force 5
";
arnews[0] += "Family Force 5 Welcome to Christian crunkcore with a robo-rock twist. Or to put it another way, the missing link between Busted and Limp Bizkit Family Force 5... nu-rap metal with a shady past, and a shady look Hometown: Atlanta, Georgia.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:43:23 GMT";
arnews[0] += "
";
arnews[1]="Fearne Cotton recreated the Call On Me video with Denise Van Outen
";
arnews[1] += "TELEVISION presenter Fearne Cotton was out of her saddle almost as soon as she had got in it after beginning her bicycle training - \" with Marlow Professor Greg Whyte.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 11:51:11 GMT";
arnews[1] += "
";
arnews[2]="HOTTEST stars are going for girlie glamour with dresses featuring pretty bow details
";
arnews[2] += "CELEBS are going for girlie glamour. Dresses with bow details are being worn by the biggest stars.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:51:07 GMT";
arnews[2] += "
";
arnews[3]="What to wear this Valentine's Day
";
arnews[3] += "After the January slump, there's always that sense of relief when February finally arrives.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 18:03:59 GMT";
arnews[3] += "
";
arnews[4]="BSkyB to sell 10% of ITV stake
";
arnews[4] += "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[4] += "
Publ.Date : Mon, 08 Feb 2010 17:07:44 GMT";
arnews[4] += "
";
arnews[5]="ITV to recruit 30 new tech staff
";
arnews[5] += "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[5] += "
Publ.Date : Mon, 08 Feb 2010 15:41:42 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("