var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Don't push us Dan | Danyl Johnson storms out of X Factor rehearsals
";
arnews[0] += "FURIOUS X Factor judges are ready to boot out volatile Danyl Johnson after he threw an almighty wobbler this week.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:56:31 GMT";
arnews[0] += "
";
arnews[1]="Twins win Cowell's grudging praise
";
arnews[1] += "Talent guru Simon Cowell has admitted that twins John and Edward have \"converted a lot of people\" after their latest performance on X Factor, despite being compared to the less successful half of Wham! John and Edward Grimes sang a medley of Wham!'s I'm Your Man and Wham Rap! on a George Michael theme night on the ITV show.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:55:53 GMT";
arnews[1] += "
";
arnews[2]="On Nov. 17, 1979, Iran's Ayatollah Khomeini ordered the release of 13 American hostages
";
arnews[2] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:46:42 GMT";
arnews[2] += "
";
arnews[3]="'X Factor' Week Seven: What the judges said
";
arnews[3] += "It was George Michael and Wham! week on The X Factor tonight and the remaining six hopefuls took to the stage to try to impress the judges.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:31:14 GMT";
arnews[3] += "
";
arnews[4]="X Factor: Twins John and Edward excluded by other contestants
";
arnews[4] += "JOHN and Edward Grimes are being shunned by their jealous rivals in The X Factor house.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:24:36 GMT";
arnews[4] += "
";
arnews[5]="In Hindsight: A hot Silicon Valley IPO and higher home prices
";
arnews[5] += "Here's some news you may have missed last week. Monday What do Al Gore, Jimmy Fallon, John McCain, Martha Stewart and professional skateboarder Ryan Sheckler have in common? They're all on Twitter's suggested user list.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:07:28 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("