var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Gordon in the morning: By royal apppointment
"; arnews[0] += "You've got to hand it to the British music industry - just when you think they've exhausted ways of making the Brits look fusty and out of touch, they come up with a whole new level of fustiness : OUR music aristocracy will have to doff their caps at the Brit Awards - as real-life Royalty will be at the show."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 11:15:11 GMT"; arnews[0] += "
"; arnews[1]="Prince Harry plans Brits vid
"; arnews[1] += "OUR music aristocracy will have to doff their caps at the Brit Awards - as real-life Royalty will be at the show."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 03:27:42 GMT"; arnews[1] += "
"; arnews[2]="Talking Points
"; arnews[2] += "All this talk of debt and deficits is deadly boring, but when you strip out all the math and BS, you get down to one very fascinating thing: The president of the United States is rolling the dice on America's future."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 22:43:16 GMT"; arnews[2] += "
"; arnews[3]="Talking Points
"; arnews[3] += "All this talk of debt and deficits is deadly boring, but when you strip out all the math and BS, you get down to one very fascinating thing: The president of the United States is rolling the dice on America's future."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 18:03:32 GMT"; arnews[3] += "
"; arnews[4]="Shinan Govani
"; arnews[4] += "Standing in a queue for a buffet, on the so-splendid island of barbados, i'm sixth in line behind the third in line ."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 15:03:32 GMT"; arnews[4] += "
"; arnews[5]="Family Shame
"; arnews[5] += "The Queen's younger grandson Prince Harry has developed a reputation as the Windsor black sheep for a few too many high profile faux pas."; arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 00:48:56 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("
");document.write("
");