var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Vera Wang reviews skating outfits from Olympics past
"; arnews[0] += "Designer Vera Wang knows the ins and outs of competitive figure skating outfits because at one time, she wore them."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:09:15 GMT"; arnews[0] += "
"; arnews[1]="Vera Wang reviews skating outfits from Olympics past
"; arnews[1] += "Designer Vera Wang knows the ins and outs of competitive figure skating outfits because at one time, she wore them."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:56:00 GMT"; arnews[1] += "
"; arnews[2]="Middleweights Ryan Jensen and Jesse Forbes set for UFC 114 matchup
"; arnews[2] += "Middleweights Ryan Jensen and Jesse Forbes will meet in May at UFC 114. A source close to one of the competitors told MMAjunkie.com bout agreements will be signed shortly and that the fight is slated for the night's un-aired preliminary card."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:05:00 GMT"; arnews[2] += "
"; arnews[3]="Winter athletes fight for endorsement deals
"; arnews[3] += "The TV ad opens with a Michael Phelps pool plunge. Hardly a creative splash. But then a swimming Phelps explodes through the pool wall into a street, churning up pavement, butterfly-stroking next through a wheat field until, finally, he plows up an empty highway toward Vancouver's snowy peaks."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:03:16 GMT"; arnews[3] += "
"; arnews[4]="Shepherds lose their lead
"; arnews[4] += "Imperial Inn 4 SHEPHERDS were held to a draw by a very determined Imperial side and with it they lost their slender advantage at the top of the league table."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT"; arnews[4] += "
"; arnews[5]="Us Troops Killed In Afghanistan And Africa, 2Takes
"; arnews[5] += "Daniel Angus loved to hunt and fish, his mother said but on one fishing trip, his best catch was one he didn't reel in from the water."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:49:33 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("
");