var arnews = new Array(9); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Liz Phair - Chicago Tribune
"; arnews[0] += "On the first day of kindergarten at Grace and St. Peter's School, a quiet girl was sitting alone, a new student in a room of boisterous children. • Stephanie Rawlings marched up, introduced herself and took charge: \"You're going to play with us"; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 13:14:00 GMT"; arnews[0] += "
"; arnews[1]="Doppelganger Week Descends on Facebook - HispanicBusiness.com
"; arnews[1] += "To participate in this online fad that's sure to fade, simply switch your profile pic with a celebrity you've been told you resemble. Then leave the following as your Doppelganger Week on Facebook status update: \"It's Doppelganger week on Facebook ..."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT"; arnews[1] += "
"; arnews[2]="Fresh notes of java - NWI.com
"; arnews[2] += "Rich Halstead, co-founder of Valparaiso's Cornucopia Coffee Company, is as proud of the ambience of his business as he is about its culinary and music offerings. \"There's just a comfortable, cozy, warm feel here,\" he said. \"People have told us that ..."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 06:01:00 GMT"; arnews[2] += "
"; arnews[3]="Julia Nunes shines on new EP - WJRT
"; arnews[3] += "REVIEW (WJRT) -- \"What came first, the music or the misery? People worry about kids playing with guns, or watching violent videos, that some sort of culture of violence will take them over. Nobody worries about kids listening to thousands ..."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 02:13:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");document.write("
");