var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Student becomes teacher
";
arnews[0] += "Director Marcia Kash on the set of Educating Rita, at the Segal Centre for Performing Arts.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:05:47 GMT";
arnews[0] += "
";
arnews[1]="Largest Event For Mentoring and Foster Children in the Country with...
";
arnews[1] += "The Day of the Child is designed to bring awareness and support to the needs of children who, by no fault of their own, are living in and out of home care.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:18:16 GMT";
arnews[1] += "
";
arnews[2]="Parents travel long and fulfilling road from fostering to adoption
";
arnews[2] += "Kelly Hewitt of Lexington Park holds his son, Jamari, 3, in circuit court Tuesday during an adoption ceremony as he and his partner, Derek McClure, await a ruling from Circuit Judge Karen Abrams.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:10:38 GMT";
arnews[2] += "
";
arnews[3]="'Twilight' fan wants answer to classic question: Werewolf or vampire? - Ask Pinky
";
arnews[3] += "Teenage Twilight fan Chloe Bates,15, poses with a life-sized cutout of Taylor Lautner, who plays werewolf Jacob in \"New Moon,\" in her bedroom earlier this month.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 10:43:42 GMT";
arnews[3] += "
";
arnews[4]="Celebrity trainwrecks
";
arnews[4] += "Paris Hilton: She is a trainwreck because of all the public fights she keeps getting into with her boyfriend and Doug Reinhardt, and the fact that the cops had to be called to her house.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:13:02 GMT";
arnews[4] += "
";
arnews[5]="Ponzipalooza' has hit North America, financial regulators say
";
arnews[5] += "It's been called \"Ponzimonium\" - a surge in the number of Ponzi schemes being probed across North America - and it has watchdogs in Western Canada busy, too.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 16:26:40 GMT";
arnews[5] += "
";
arnews[6]="Kid Cudi and Dirt Nasty Song?
";
arnews[6] += "Date: November 18, 2009 Lampoon's Pledge This\" and also the television series \"What I Like About You\". Kid Cudi is best known for his songs \"Day N Night\" and \"Make Her Say\" which can both be found on his freshman album \"Man on the Moon\". Dirt Nasty, a comedian rapper, is known to joke so this could be a rumor.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 18:07:08 GMT";
arnews[6] += "
";
arnews[7]="Celebrity birthdays for Nov. 8-14
";
arnews[7] += "Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97.";
arnews[7] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="On Nov. 8, 1988, George H.W. Bush was elected President of the United States
";
arnews[8] += "George H. W. Bush was elected President on this day in 1988. Today is Sunday, Nov.";
arnews[8] += "
Publ.Date : Tue, 17 Nov 2009 09:47:21 GMT";
arnews[8] += "
";
totcount = 9;
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("