var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Casmira 'Cassie' Wittstock - Macomb Daily
";
arnews[0] += "Casmira \"Cassie\" Wittstock, age 89, passed away on November 18, 2009. Beloved wife of the late Joseph. Loving mother of Joseph Jr., and Carolyn (Rick) Detro. Loving grandmother of Mark Wittstock, Laura (Charles) Percy and the late Adrienne Gargula ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:15:00 GMT";
arnews[0] += "
";
arnews[1]="Chris Brown's 'Crawl' Music Video Feat. Cassie - AceShowbiz
";
arnews[1] += "Though it is easy to draw line between the altercation and the video through its remorseful look, Chris insists that it is not just about Rihanna. \"So being able to express the feelings, it was like, probably one of the best [records I've done.] But ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 03:24:00 GMT";
arnews[1] += "
";
arnews[2]="P Diddy celebrates his 40th birthday with typical class - Holy Moly!
";
arnews[2] += "Have a word, Jay-Z . The guests, who included Kim Kardashian, Russell Simmons, Spike Lee, girlfriend Cassie, baby mamma Kim Porter, Nelly, Rachel Hunter and Martha Stewart, might have been disappointed by the lack of Cristal poppin' - the bash was ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:08:00 GMT";
arnews[2] += "
";
arnews[3]="Lakeville North basketball standout Cassie Rochel chooses Wisconsin ... - Pioneer Press
";
arnews[3] += "Lakeville North basketball standout Cassie Rochel made a landmark decision Sunday, one met with shock at school on Monday. \"I am a blond, and some people say I am pretty,'' the 6-foot-4 dominating center said with a laugh. \"People figured Los Angeles ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 03:13:00 GMT";
arnews[3] += "
";
arnews[4]="Titans cross country shoots for top 10 finish - Oshkosh Northwestern
";
arnews[4] += "Senior Ayla Mitchell will get another shot at a rival as well as a national title, and the University of Wisconsin-Oshkosh women’s cross country team will get to experience another trip to the NCAA Division III Cross Country Championships today ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:11:00 GMT";
arnews[4] += "
";
arnews[5]="Hampshire starts fast in easy win - Batavia Sun
";
arnews[5] += "The final returning starter, Cassie Dumoulin, had five points and five steals on the night. The Whips also got a big lift from their bench as junior Jessica Van Dorin came in and hit three 3-pointers to finish with nine points. \"I thought we showed a ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:46:00 GMT";
arnews[5] += "
";
arnews[6]="No. 3 OA-BCIG rolls in opener - Sioux City Journal
";
arnews[6] += "IDA GROVE, Iowa -- Ashley Zobel tallied 23 points and Christine Bloyer added 19 as OA-BCIG one its first-ever varsity girls basketball game, smashing Class 4A Waterloo East 76-27 Friday night. With three starters each returning from teams that both ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 05:53:00 GMT";
arnews[6] += "
";
arnews[7]="Carroll women snap skid - Independent Record
";
arnews[7] += "Elly Bruursema led a balanced attack with 17 points and the Carroll College women’s basketball team used a hot-shooting second half to come from behind to beat Dickinson State 77-61 on Friday night at the Carroll P.E. Center. The victory ended a ...";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 07:26:00 GMT";
arnews[7] += "
";
arnews[8]="U women's preview: Subway Classic - Minneapolis Star Tribune
";
arnews[8] += "Both teams have local products on their rosters. The Flames have senior center Cassie Johnson (Eastview), senior guard Jessie Miller (Holy Angels) and sophomore guard-forward Kiara Strickland (Roosevelt). Colorado has junior guard Kelly Jo Mullaney ...";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 06:29:00 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("