var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Katona: Tatts will save me - The Sun
";
arnews[0] += "Molly, eight, and Lilly Sue, six, are her children by former Westlife singer Brian McFadden. Shamed ex-Atomic Kitten Kerry, 29, said: \"My mum tried to commit suicide by slashing her wrists. \"If I ever felt that low, I know I'd look at my wrists ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:54:00 GMT";
arnews[0] += "
";
arnews[1]="Stars help raise €400,000 at the Cheerios Childline Concert - hotpress.com
";
arnews[1] += "See acts such as Westlife, Alexandra Burke and JLS perform when the event airs this Saturday 21 November on TV3. An impressive €400,000 was raised for the Irish Childline Charity on Wednesday night at the Cheerios Childline Concert in Dublin's O2 ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 10:42:00 GMT";
arnews[1] += "
";
arnews[2]="NYC Media Screamers- Michael Nastri - Bleacherreport.com
";
arnews[2] += "-Mike Nastri is a graduate of Fordham University. There he worked in the sports department at WFUV, which is member supported public radio. He served as a host of \"One on One\" New York's Longest Running Sports Call-in Show. I was also a color ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:33:00 GMT";
arnews[2] += "
";
arnews[3]="Tearful Robbie Williams joins ‘Take That’ on stage - The Gaea Times
";
arnews[3] += "LONDON - Robbie Williams had tears in his eyes when he joined his former ‘Take That’ bandmates, after 15 years, at a concert recently. The group was present at the gig for the Children In Need at London’s Royal Albert Hal. The singer and group ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 06:46:00 GMT";
arnews[3] += "
";
arnews[4]="Bernard Schoenburg: Late switch puts prosecutor on hot seat - State Journal-Register
";
arnews[4] += "County administrator Brian McFadden said 12 people interviewed for the post. Bartolomucci, an appointed GOP precinct committeeman, is running for a regular two-year term in that post. He said with his children — ages 5, 10 and 11 — he finds ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 06:08:00 GMT";
arnews[4] += "
";
totcount = 5;
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("