var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Britain's Queen Elizabeth II and Prince Philip mark 62 years of ... - Hartford Courant
";
arnews[0] += "LONDON (AP) — Buckingham Palace says the queen and her husband Prince Philip are celebrating 62 years of marriage quietly — without the fanfare of two years ago, when they marked their diamond anniversary. Princess Elizabeth married Lt. Philip ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:22:00 GMT";
arnews[0] += "
";
arnews[1]="'New Moon' midnight showings earn record $26.3 mil - WBOC
";
arnews[1] += "NEW YORK (AP) - \"The Twilight Saga: New Moon\" has set a box-office record for midnight screenings. Summit Entertainment estimated Friday that it earned $26.3 million after opening early in the morning. That would topple the previous midnight record ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:23:00 GMT";
arnews[1] += "
";
arnews[2]=""New Moon" Rises to No. 1 at Midnight Box Office - ABC News
";
arnews[2] += "LOS ANGELES (Reuters) - Vampire romance movie \"The Twilight Saga: New Moon\" raked in $26.3 million at North American box offices in midnight showings, breaking the record set by \"Harry Potter and the Half-Blood Prince,\" studio officials said on ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:14:00 GMT";
arnews[2] += "
";
arnews[3]="Michael Jackson: Son Prince has inherited vitiligo skin condition ... - Daily Telegraph
";
arnews[3] += "The condition, which affects skin pigmentation and the star blamed for the change in his complexion over the years, would confirm that Prince is Jackson's son. Both dermatologist Arnold Klein and Oliver! star Mark Lester have claimed that they ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 09:04:00 GMT";
arnews[3] += "
";
arnews[4]="Prince George's County store owner kills robber - HometownAnnapolis.com
";
arnews[4] += "FORT WASHINGTON, Md. (AP) — Police are calling a Fort Washington store owner a hero after he took away a robber's gun and killed him with it. Prince George's County police say two people came into the Food Zone at about 9:30 p.m. Tuesday and tried ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 14:39:00 GMT";
arnews[4] += "
";
arnews[5]="Prince William and Prince Harry start charity - Times Online
";
arnews[5] += "Prince William and Prince Harry have set up their own charitable foundation, it was confirmed today. The princes’ charity will provide grants to needy young people, wounded servicemen and women, and for sustainable development, both at home and ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:38: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("