var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="check your chicness
"; arnews[0] += "Everyone wants to be in fashion this year, but not everyone feels comfortable wearing a jumpsuit to school."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:46:23 GMT"; arnews[0] += "
"; arnews[1]="Perkins a natural fit for Cash role
"; arnews[1] += "Tex Perkins owes a bit of his swagger to Johnny Cash. As a little fella, Perkins heard songs like Ring Of Fire and Boy Named Sue on the radio and fell in love with the twangy guitar sound."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:41:25 GMT"; arnews[1] += "
"; arnews[2]="Katherine Heigl Gets In a oeThe Moneya
"; arnews[2] += "Katherine Heigl has replaced actress Reese Witherspoon in the upcoming motion picture comedy One for the Money, according to Variety ."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:23:30 GMT"; arnews[2] += "
"; arnews[3]="Heigl Cashes in on Witherspoon's Money Role
"; arnews[3] += "Movie & Entertainment News provided by World Entertainment News Network 2010-02-10 02:56:15 - KATHERINE HEIGL has replaced REESE WITHERSPOON in forthcoming film ONE FO= R THE MONEY."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:47:17 GMT"; arnews[3] += "
"; arnews[4]="Movies to put you in the mood for love
"; arnews[4] += "It's that time of year: Scores of love stories, both classic and modern, are making their way onto DVD."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:54:31 GMT"; arnews[4] += "
"; totcount = 5; 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("
");