var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fortuna: 'Bastian is girl of my dreams'
";
arnews[0] += "Strictly Come Dancing star Brian Fortuna has described Ali Bastian as his \"dream\" girlfriend.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:26:24 GMT";
arnews[0] += "
";
arnews[1]="Strictly Come Dancing The Live Tour: Wembley Arena
";
arnews[1] += "STRICTLY COME DANCING is once again off the small screen and, for the next two weeks at least, touring the UK's huge arenas.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:35:03 GMT";
arnews[1] += "
";
arnews[2]="TV: Wheelchairs of Fortuna
";
arnews[2] += "FOR Strictly Come Dancing star Brian Fortuna, there's more to dance than the waltz, rumba and salsa.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="Family tradition honors Independence Day at Hydesville reunion
";
arnews[3] += "Patriotism is a living, breathing entity at a little-known, but much anticipated event held every July 4 by members of the nine-sibling Sarvinski family.";
arnews[3] += "
Publ.Date : Fri, 24 Jul 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="AC/DC singer 'blasts preachy Bono'
";
arnews[4] += "AC/DC frontman Brian Johnson has criticised Bono for constantly discussing his charity work during concerts.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:10:43 GMT";
arnews[4] += "
";
arnews[5]="Desensitized & Bad Otis Link Closing Party @ Copro, L.A.
";
arnews[5] += "Event: 'Desensitized & Bad Otis Link Closing Party @ Copro, L.A.' an Quintana, Brian Viveros \"Desensitized\" and Bad Otis Link \"You'll Be Sorry When I'm Dead\" Closing Party with live music from The BillyBones.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 01:36:07 GMT";
arnews[5] += "
";
arnews[6]="Gas at a Glance
";
arnews[6] += "'Marcellus Shale: All It's Fracked Up To Be?' on WVIA-TV this Thursday WVIA-TV will explore the impact of Marcellus Shale on the Northeast PA region this Thursday, February 4 at 7:00 p.m. on WVIA-TV. Jack Sordoni, Founder/CEO Homeland Energy Ventures; Brian Grove, director, Corporate Development Chesapeake Energy; Bruce Bonnice, Susquehanna County ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 21:31:47 GMT";
arnews[6] += "
";
arnews[7]="Strictly Come Dancing star Kristina Rihanoff: Life as I know it
";
arnews[7] += "STRICTLY Come Dancing star Kristina Rihanoff, 32, lives in London and is dating boxer Joe Calzaghe, her partner in last year's show... If I could change anything about myself I'd... be taller and slimmer.";
arnews[7] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="This Week's TV: Who killed Archie Mitchell?
";
arnews[8] += "It's the murder mystery that is gripping EastEnders fans everywhere and soap heart-throb Scott Maslen is no different - everyone wants to know just who did kill Archie Mitchell? LONDON, ENGLAND, February 04, 2010 /24-7PressRelease/ -- Archie's killer will be unveiled in a special live edition of EastEnders next week that will mark the show's 25th ...";
arnews[8] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("