var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="The Golden Age of style
"; arnews[0] += "It's awards season for the movie industry, a time of year when the real place called Hollywood comes closest to being the \"Hollywood\" of our collective imagination."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 21:08:32 GMT"; arnews[0] += "
"; arnews[1]="Awards season is time for Hollywood glam at home
"; arnews[1] += "It's awards season for the movie industry, a time of year when the real place called Hollywood comes closest to being the \"Hollywood\" of our collective imagination."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 11:02:02 GMT"; arnews[1] += "
"; arnews[2]="Awards season is time for a little Hollywood glam in the home
"; arnews[2] += "Published: Sunday, February 7, 2010 at 4:01 a.m. Last Modified: Sunday, February 7, 2010 at 2:24 a.m. It's awards season for the movie industry, the time of year when the real place called Hollywood comes closest to being the \"Hollywood\" of our collective imagination."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 16:27:10 GMT"; arnews[2] += "
"; arnews[3]="Post a Comment
"; arnews[3] += "It's awards season for the movie industry, a time of year when the real place called Hollywood comes closest to being the \"Hollywood\" of our collective imagination."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 10:41:25 GMT"; arnews[3] += "
"; arnews[4]="Give your home a little Hollywood glam
"; arnews[4] += "It's awards season for the movie industry, a time of year when the real place called Hollywood comes closest to being the \"Hollywood\" of our collective imagination."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 15:58:15 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("
");