var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lake County Calendar
";
arnews[0] += "Multiple Choice, Mothers of Multiples Club is hosting a Holiday Bazaar from 7-10 p.m., Nov.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:36:47 GMT";
arnews[0] += "
";
arnews[1]="Down and Dirty
";
arnews[1] += "Its provenance was curiosity. Why is Connecticut so fond of these little houses with dollhouse proportions out back? Leslie and Richard Strauss of Chester wondered why residents of their 350-year-old village maintained their backyard latrines and stumbled onto a treasure of historical remembrances, anecdotes, lore, photos and even poetry - all ...";
arnews[1] += "
Publ.Date : Wed, 07 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="On Tonight: Mumbai Siege, 'Runway' Finale: Roger Catlin | TV Eye
";
arnews[2] += "This month marks the one-year anniversary of the shocking and senseless terrorist attack of a luxury hotel landmark in Mumbai that left 170 dead and 300 wounded after a three-day siege that kept the world mesmerized.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 13:30:55 GMT";
arnews[2] += "
";
arnews[3]="Lake County Calendar
";
arnews[3] += "Multiple Choice, Mothers of Multiples Club is hosting a Holiday Bazaar from 7-10 p.m., Nov.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 11:26:30 GMT";
arnews[3] += "
";
arnews[4]="Providence Christian School of Texas announces $9 million raised...
";
arnews[4] += "Providence Christian School of Texas announced that it has raised $9 million to date for its 'Fulfilling Our Vision, Building Our Future' capital campaign, which began just nine months ago, in February of 2009.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 09:28:40 GMT";
arnews[4] += "
";
arnews[5]="Plan to Play at America's Largest Public Toy and Game Fair
";
arnews[5] += "What: Two fun-filled days of play for adults and kids at the Chicago Toy & Game Fair! -- See and play with the latest toys and games from major toy companies, including Hasbro, Buffalo Games, Fundex, USAOPOLY, Discovery Bay Games, Top Trumps and more -- Mascot Madness Toy Drive: Chicago area sports mascots open the fair at 10 am on Saturday, Nov.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 03:28:53 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("