var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="NYLON TV+TAYLOR MOMSEN
";
arnews[0] += "Taylor Momsen talks rock'n'roll, chocolate and boys during NYLON Japan cover shoot.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 22:38:33 GMT";
arnews[0] += "
";
arnews[1]="Fashion's Night Out: Taylor Momsen Performs
";
arnews[1] += "\"Gossip Girl\" Taylor Momsen performs with her band, The Pretty Reckless, on Perry Street.";
arnews[1] += "
Publ.Date : Fri, 11 Sep 2009 17:46:02 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="Famous Hangers Presents Taylor Momsen
";
arnews[2] += "Taylor Momsen takes us backstage at her MySpace hosted 16th birthday party to show us some of her favorite clothes from her closet...";
arnews[2] += "
Publ.Date : Tue, 11 Aug 2009 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="Pretty Reckless (featuring Taylor Momsen): "Zombie"
";
arnews[3] += "Pretty Reckless (featuring Taylor Momsen) first ever show at The Annex, May 5, 2009. My piece on this topic for Spin.com here:...";
arnews[3] += "
Publ.Date : Wed, 06 May 2009 10:51:00 GMT";
arnews[3] += "
";
arnews[4]="Pretty Reckless (featuring Taylor Momsen) performing "I Really F-ckin' Love You"
";
arnews[4] += "Pretty Reckless (featuring Taylor Momsen) first ever show at The Annex, May 5, 2009. My piece on this topic for Spin.com here:...";
arnews[4] += "
Publ.Date : Wed, 06 May 2009 05:14:03 GMT";
arnews[4] += "
";
arnews[5]="The Pretty Reckless - Taylor Momsen Demo?
";
arnews[5] += "The Pretty Reckless - Taylor Momsen Demo?";
arnews[5] += "
Publ.Date : Fri, 01 May 2009 16:39:31 GMT";
arnews[5] += "
";
arnews[6]="Taylor Momsen échappe aux paparrazi
";
arnews[6] += "Plus d'infos => http://www.suchablog.com/nike-gossip-girlnike-gossip-girl";
arnews[6] += "
Publ.Date : Thu, 15 Jan 2009 23:47:02 GMT";
arnews[6] += "
";
arnews[7]="Taylor Momsen escapes paparazzi
";
arnews[7] += "Taylor Momsen pulls some crazy moves to escape from photogs. ... Taylor Momsen Paparazzi Reporters Chase Escape Evades Gym Gossip Girl";
arnews[7] += "
Publ.Date : Thu, 08 Jan 2009 02:42:19 GMT";
arnews[7] += "
";
arnews[8]="Underdog - Clip - Your mouth was open
";
arnews[8] += "A dog with special super powers decides to confide in the young boy who became his owner and friend.";
arnews[8] += "
Publ.Date : Thu, 26 Jun 2008 11:29:46 GMT";
arnews[8] += "
";
arnews[9]="Taylor Momsen Interview
";
arnews[9] += "Taylor talks about the war between Jenny and Blair and what else to expect with Jenny's new-kid-on-the-block character.";
arnews[9] += "
Publ.Date : Thu, 24 Apr 2008 18:52:38 GMT";
arnews[9] += "
";
totcount = 10;
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("