var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Facebook Starts Spreading the News
"; arnews[0] += "Facebook corporate-communications associate Malorie Lucich wrote a post on the Facebook Blog discussing how the social-networking site's News Feed enabled her to follow two earthquakes -- a minor one near Facebook headquarters in Palo Alto, Calif., and the devastating one that hit Haiti."; arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 06:19:35 GMT"; arnews[0] += "
"; arnews[1]="LaPin, Patricia Ann
"; arnews[1] += "Patricia Ann LaPin, age 86, longtime Ishpeming resident joined the Lord Friday, January 15, 2010, at St."; arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="The New 'Face' Of CNBC
"; arnews[2] += "Interested in starting your early morning with this lady? Think you can get up by 4AM? 'Cause CNBC would like to introduce you to Nicole Lapin, who will be anchoring the network's \"Worldwide Exchange,\" a show you may never have heard of but airs from 4-6AM. Lapin is 25, a Northwestern graduate, a vegan, the daughter of a former Miss Israel, and ..."; arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 21:42:00 GMT"; arnews[2] += "
"; arnews[3]="CNBC Hires Former CNN Anchor Nicole Lapin For Worldwide Exchange
"; arnews[3] += "CNBC just announced that it has scored Nicole Lapin as an anchor on CNBC's \"Worldwide Exchange\" based in the U.S. Lapin had been one of the youngest anchors in the country, and possibly the youngest anchor ever on CNN."; arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 21:01:00 GMT"; arnews[3] += "
"; arnews[4]="Nicole Lapin Joins CNBC
"; arnews[4] += "Former CNN.com Live anchor Nicole Lapin is joining CNBC as an anchor on CNBC's \"Worldwide Exchange\".\" Lapin will be based at CNBC headquarters in New Jersey."; arnews[4] += "
Publ.Date : Tue, 12 Jan 2010 19:51:09 GMT"; arnews[4] += "
"; arnews[5]="What They're Seeing
"; arnews[5] += "'s Facebook fan page asks people every week what they're seeing before the weekend, then asks them what they've seen after the weekend."; arnews[5] += "
Publ.Date : Fri, 11 Dec 2009 17:59:14 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("
");document.write("
");