var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="People in the news
"; arnews[0] += "Oprah Winfrey gets emotional as she tells her TV audience about her plans to end her popular daytime talk show in 2011."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:27:35 GMT"; arnews[0] += "
"; arnews[1]="Pete Yorn
"; arnews[1] += "This singer/songwriter has just released his forth and fifth studio albums this year."; arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 20:12:00 GMT"; arnews[1] += "
"; arnews[2]="Weekly Charts: Top songs spun on Radio K and the Current
"; arnews[2] += "Radio K: Singles chart for the week of 11/16/2009 1) The King Khan & BBQ Show \"I'll Be Loving You\" 2) Julian Casablancas \"11th Dimension\" 3) El Perro Del Mar \"Change of Heart\" 4) Sunset \"Bones\" 5) BK-One with Benzilla \"Mega\" 6) A Sunny Day in Glasgow \"Shy\" 7) Kings of Convenience \"Boat Behind\" [ For a comprehensive chart of the week's top album as ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:57:45 GMT"; arnews[2] += "
"; arnews[3]="Movie translates into a big break
"; arnews[3] += "AN acclaimed jazz singer who appeared in the hit film Lost In Translation spoke to the Guardian last week about her roots in the town."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:36:08 GMT"; arnews[3] += "
"; arnews[4]="Holidays on Earth Today: November 22, 2009
"; arnews[4] += "Holidays are such an important part of each countries tradition along with supporting its culture."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:42:04 GMT"; arnews[4] += "
"; arnews[5]="Fashion firms take on slimmer silhouettes for shows
"; arnews[5] += "Fancy canapes and champagne have become rarer, guest-lists smaller and celebrities tougher to find in the front rows of some fashion shows these days."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:04:00 GMT"; arnews[5] += "
"; arnews[6]="Sabrina Cohen Foundation for Stem Cell Research Founder Recognized as a WebMD 2009 Health Hero
"; arnews[6] += "Sabrina Cohen, founder of The Sabrina Cohen Foundation for Stem Cell Research , was just recognized as a WebMD 2009 Health Hero ."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 16:29:38 GMT"; arnews[6] += "
"; totcount = 7; 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("
");