var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Get on board a wild(flower) September
";
arnews[0] += "As I sat down to dinner with my friend Jill this week, she felt compelled to explain the presence of a chartreuse hedge apple lolling alongside a vase of lavender spider mums and Russian sage on the kitchen table.";
arnews[0] += "
Publ.Date : Sat, 04 Sep 2010 07:59:19 GMT";
arnews[0] += "
";
arnews[1]="Flint police search for crook who robbed a Chase Bank
";
arnews[1] += "It happened around 2:00 p.m. a oeThere was no panic,a said customer Jill Williams.A The Burton woman says the crook was two tellers down from her, but the teller handled the situation with such calm that she didna t realize it.";
arnews[1] += "
Publ.Date : Thu, 02 Sep 2010 09:33:26 GMT";
arnews[1] += "
";
arnews[2]="'Pains' ends in royal cliffhanger
";
arnews[2] += "Mark Feuerstein plays as Hank Lawson and Reshma Shetty plays the physician's assistant on 'Royal Pains,' about a doctor wrongly accused of the death of a patient.";
arnews[2] += "
Publ.Date : Thu, 26 Aug 2010 00:55:00 GMT";
arnews[2] += "
";
arnews[3]="Bauer, Patricia Ann
";
arnews[3] += "Appleton Patricia Ann Bauer passed away at her home surrounded by her loving children on Tuesday, August 24, 2010.";
arnews[3] += "
Publ.Date : Wed, 25 Aug 2010 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Scrubs' star for 'Royal Pains' role
";
arnews[4] += "Tom Cavanagh will make a guest appearance in an upcoming episode of USA Network series Royal Pains .";
arnews[4] += "
Publ.Date : Tue, 24 Aug 2010 14:37:35 GMT";
arnews[4] += "
";
arnews[5]="'Royal Pains' just got real
";
arnews[5] += "Hiccups, STDs, and digitalis toxicity.A If you guessed that they're the three leading causes of death amongst roadies and groupies, you'd be dead wrong.A However, if you guessed that they're what Hank MED is charged with curing on this episode of Royal Pains , you'd be dead on.A Also in this episode, Hank and Jill continue their campaign to try to ...";
arnews[5] += "
Publ.Date : Tue, 30 Mar 2010 10:53:00 GMT";
arnews[5] += "
";
arnews[6]="'Royal Pains' takes the morning after pill
";
arnews[6] += "A bark mitzvah, arranged marriage, and quarantine are all rolled into one episode of Royal Pains to a very entertaining effect.A \"New Parts\" Newberg , who had a \"flat tire\" re-inflated by Hank in the pilot , has recurred.A This time around, she's throwing a bark mitzvah for her dog, Koufax, and her right-hand woman, i.e., maid has fallen ill, and ...";
arnews[6] += "
Publ.Date : Sun, 04 Oct 2009 10:00:00 GMT";
arnews[6] += "
";
arnews[7]="'Royal Pains' proves that owning a private island is not all it's cracked up to be
";
arnews[7] += "In episode five of Royal Pains , Hank and Evan are hired by a wealthy family to travel with them to their private island for the weekend.A One of the members of the family is pregnant and they want Hank to be there just in case she needs medical assistance.A Evan cons his way into tagging along by offering to watch the family's children, who would ...";
arnews[7] += "
Publ.Date : Thu, 27 Aug 2009 22:57:00 GMT";
arnews[7] += "
";
totcount = 8;
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("