var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mister Saturday Night Loft Party with The Revenge at Market Hotel - Resident Advisor
";
arnews[0] += "The Revenge is the alias of Graeme Clark, a Scotsman who started tinkering with his dad's drum machines in the 90s and is now grabbing the deep, disco-ey house bull by the horns. His original productions range from deep-pocket, low-tempo head nodders ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:06:00 GMT";
arnews[0] += "
";
arnews[1]="Eamon Keane live at Whelan's - hotpress.com
";
arnews[1] += "The December 1 show will feature songs from his not yet recorded debut album, and you can pick up a limited copy of his signature song, 'Hang the Moon'. Pianist, poet, singer, songwriter and broadcaster Eamon Keane and his band will play at Whelan ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:23:00 GMT";
arnews[1] += "
";
arnews[2]="Thankful letters - Abington Mariner
";
arnews[2] += "Hollis School students tell what they’re thankful for on Thanksgiving Second grade students in Judy Delaney’s class at Hollis School tell what they are thankful for this Thanksgiving There are a lot of things I am thankful for. The first thing I ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:37:00 GMT";
arnews[2] += "
";
arnews[3]="Ranks of Garda Reserve swell and reflect our new diversity - Independent
";
arnews[3] += "Also among the graduates yesterday were Eamon Doherty , a 45-year-old area sales manager and son of former garda commissioner Eamon Doherty and grandson of former deputy commissioner Tom O'Reilly .";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:35:00 GMT";
arnews[3] += "
";
arnews[4]="Stephanie Rice likes decent guys - Top News India
";
arnews[4] += "Melbourne, Nov 21 : Swimming champ Stephanie Rice likes guys who are decent and fun to be with. The 21-year-old star, who recently cut ties with her management company, to go solo, has dated hunks like Manly league player David Williams and swimmers ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:07:00 GMT";
arnews[4] += "
";
arnews[5]="Celebrity Masterchef – Service At The Shangri-La - TV.com
";
arnews[5] += "It is a bit of a \"let down\" when your two minutes into the episode and you know you have just seen the highlight of this week's show. Thank you Fremantle and Channel Ten for the gratuitous shot of Eamon Sullivan shirtless. I note you did not give us ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 02:50:00 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("