var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Top 10 worst Microsoft products of all time
"; arnews[0] += "Last week, in honour of the Windows 7 launch, we covered Microsoft's biggest successes in the computing field."; arnews[0] += "
Publ.Date : Sat, 31 Oct 2009 09:50:20 GMT"; arnews[0] += "
"; arnews[1]="SistersTalk Lesbian and Gay Radio Celebrates 1 Year, 100+ Episodes and 400,000 Downloads
"; arnews[1] += "Other guests on this special lesbian podcast include Roxxie - webmistress at Cyber-Dyke.net, Claire Cavanah - cofounder of Babeland.com and Yolanda Shoshana - New York's hottest lifestyle coach and author."; arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="New The Cleaner Season 2 Finale Sneak Peek
"; arnews[2] += "A&E has provided us with a two-minute sneak peek and a five-minute sneak peek from the upcoming Season 2 finale of The Cleaner , which airs on Tuesday, September 15 at 10 PM ET on the A&E Network."; arnews[2] += "
Publ.Date : Fri, 11 Sep 2009 04:26:00 GMT"; arnews[2] += "
"; arnews[3]="Strickland in spotlight
"; arnews[3] += "Kenneth Strickland , son of Betty Mahone of Joliet, was on MSNBC on \"Andrea Mitchell Reports\" on June 12."; arnews[3] += "
Publ.Date : Sun, 28 Jun 2009 06:06:36 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("
");