var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Class Act: Kari Yelverton
"; arnews[0] += "While she's only 16 years old, Kari Yelverton is making a name for herself in music."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Class Act: Kari Yelverton
"; arnews[1] += "While she's only 16 years old, Kari Yelverton is making a name for herself in music."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 16:38:54 GMT"; arnews[1] += "
"; arnews[2]="N.Y. actor immersed in role of Menendez
"; arnews[2] += "Chaz Mena models his partially completed Pedro Menendez de Aviles costume. By LINDSAY GRAMANA, Special to The Record Next Heidi Mosier demonstrates the homemade ruff machine that she will use to create a ruff for the Pedro Menendez de Aviles costume."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:16:02 GMT"; arnews[2] += "
"; arnews[3]="Sustainability Advisory Group, Terra Vertis announce strategic partnership
"; arnews[3] += "United Arab Emirates: 2 hours, 46 minutes ago Sustainability Advisory Group and Terra Vertis are delighted to announce their strategic partnership to further the cause of corporate responsibility and sustainability in the Middle East."; arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 14:59:51 GMT"; arnews[3] += "
"; arnews[4]="Top soccer player shot in the head
"; arnews[4] += "The life of Paraguayan soccer star Salvador Cabanas hangs in the balance after he was shot in the head in the early hours of Monday morning in a brutal assault inside a Mexico City bar."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Serena Williams Fights Back to Reach Australian Open Semifinal Against Li
"; arnews[5] += "Defending champion Serena Williams recovered from a set down and a 4-0 deficit in the second set to defeat Victoria Azarenka 4-6, 7-6 , 6-2 and reach an Australian Open semifinal against Chinaa s Li Na ."; arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 07:13:17 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("
");