var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This much I know: Juliette Lewis
";
arnews[0] += "The greater the risk, the more the reward. Fear of failure sometimes looms large and it makes you not enjoy the moment.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:07:49 GMT";
arnews[0] += "
";
arnews[1]="full article
";
arnews[1] += "Alternate Takes 11.21.09: Modern Vampire Flicks Posted by Shawn S. Lealos on 11.21.2009 New Moon hits theaters this weekend and the recent vampire craze continues.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:18:49 GMT";
arnews[1] += "
";
arnews[2]="Um, No: Leighton Meester
";
arnews[2] += "Gossip Girl Leighton Meester went for a rock 'n' roll look at the grand opening of American Eagle Outfitters last night .";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:20:09 GMT";
arnews[2] += "
";
arnews[3]="Quick Hits: Aerosmith, Indie Rocks! benefit album, Jay-Z / Will...
";
arnews[3] += "Quick Hits: Aerosmith, Indie Rocks! benefit album, Jay-Z / Will Smith, Jennifer Hudson, Little Steven Van Zandt, The Jonas Brothers, The Velvet Underground November 18, 2009 Steven Tyler The Aerosmith drama continues, as Steven Tyler 's bandmates are now saying that he has completed isolated himself from the rest of the group, leading them to ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 19:17:23 GMT";
arnews[3] += "
";
arnews[4]="Newcomer Carey Mulligan shines in the coming-of-age An Education
";
arnews[4] += "In An Education , 16-year-old British schoolgirl Jenny is too smart for her own good.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 12:00:00 GMT";
arnews[4] += "
";
arnews[5]="The Way of the Gun
";
arnews[5] += "In case you're utterly dense and stupid , know that with a title like The Way of the Gun you are getting yourself into a very, very violent film.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 11:09:57 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("