var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inside Geoffrey and Brynne's $2m wedding
";
arnews[0] += "Geoffrey Edelsten, 66, and Brynne Gordon, 26, say they want to start a family next.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:15:21 GMT";
arnews[0] += "
";
arnews[1]="Michelle Obama debuts initiative in Denver
";
arnews[1] += "Eleanor Roosevelt pioneered the concept that presidential wives should do more than serve as hostesses at state dinners; she wrote newspaper and magazine columns, hit the lecture circuit and spoke on radio shows about social and political issues ranging from stretching family budgets during the Great Depression to the role of women in the armed ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:52:13 GMT";
arnews[1] += "
";
arnews[2]="The doctor takes a wife - again
";
arnews[2] += "\"I hate all the attention\"...Brynne Gordon and Geoffrey Edelston at Bondi Beach... Edelsten and Gordon at the Brownlow medal.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:18:41 GMT";
arnews[2] += "
";
arnews[3]="Attorney Len Tillem brings N.Y. attitude to his radio talk show
";
arnews[3] += "\"How come you're cawlin' a loy-yuh?\" That's how attorney Len Tillem greets every caller to his KGO radio legal advice show.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 03:57:51 GMT";
arnews[3] += "
";
arnews[4]="Robbie Williams demands USD 350k for singing one song at wedding
";
arnews[4] += "Melbourne, November 19 : Robbie Williams has reportedly demanded 350,000 dollars to sing one song at business tycoon Geoffrey Edelsten's wedding.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 14:17:18 GMT";
arnews[4] += "
";
arnews[5]="Actress Fran Drescher inspires students with stories of obstacles that became opportunities
";
arnews[5] += "Attorney Susan Daggett, right, listens as actress Fran Drescher talks to girls at Aurora Central High School about seizing opportunities.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:22:29 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("