var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Shirley Manson talking about Courtney Love
";
arnews[0] += "Shirley Manson talking about Courtney Love";
arnews[0] += "
Publ.Date : Tue, 04 Aug 2009 10:40:45 GMT";
arnews[0] += "
";
arnews[1]="Guitar Hero 5 - Shirley Manson Trailer
";
arnews[1] += "Guitar Hero 5 - Shirley Manson Trailer By wiitalia Tags : game , garbage , gh5 , guitar , hero , manson , nintendo , shirley , singer , v , wii , wiitalia";
arnews[1] += "
Publ.Date : Fri, 31 Jul 2009 10:39:36 GMT";
arnews[1] += "
";
arnews[2]="Guitar Hero 5 Shirley Manson Trailer [HD]
";
arnews[2] += "Developer: Neversoft Release: 9/1/2009 Genre: Musical Platform: PS3/PS2/X360/Wii Publisher: Activision The fifth installment of the popular franchise, Guitar Hero, is back this...";
arnews[2] += "
Publ.Date : Wed, 29 Jul 2009 21:14:36 GMT";
arnews[2] += "
";
arnews[3]="Shirley Manson Guitar Hero 5 Trailer
";
arnews[3] += "Shirley Manson Guitar Hero 5 Trailer ... \"Shirley Manson\" \"Guitar Hero 5\" Trailer GH5 Activision";
arnews[3] += "
Publ.Date : Wed, 29 Jul 2009 17:06:29 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="No Doubt & Shirley Manson "Stand & Deliver" FULL VIDEO Live in Concert in Los Angeles 7/27/09
";
arnews[4] += "No Doubt back on tour after a 5 yr hiatus! Performing \"Stand & Deliver\" with special guest Shirley Manson of Garbage and opening act, \"The Sounds\" on 7/27/09 in Los Angeles @ The...";
arnews[4] += "
Publ.Date : Tue, 28 Jul 2009 09:55:42 GMT";
arnews[4] += "
";
arnews[5]="Shirley Manson inspired make-up tutorial.
";
arnews[5] += "Shirley Manson, lead singer of Garbage and face of MAC Viva Glam. PRODUCTS USED: Chanel Vitalumiere 10 MAC Blacktied eyeshadow Bobbi Brown Long-wear gel eyeliner MAC No.10...";
arnews[5] += "
Publ.Date : Mon, 26 Jan 2009 05:04:36 GMT";
arnews[5] += "
";
arnews[6]="Shirley Manson in Terminator (S02E01)
";
arnews[6] += "4 scenes with Ms. Shirley Manson's appearances in TV series \"Terminator. The Sarah Connor Chronicles\". Season 2, episode 1 titled \"Samson & Delilah\".";
arnews[6] += "
Publ.Date : Wed, 10 Sep 2008 19:22:19 GMT";
arnews[6] += "
";
arnews[7]="Shirley Manson is a T-1001!
";
arnews[7] += "Here's the last scene in the Season 2 premiere of the Sarah Connor Chronicles where we find out that Shirley Manson's character (Catherine Weaver) isn't just the CEO from hell .....";
arnews[7] += "
Publ.Date : Tue, 09 Sep 2008 19:05:40 GMT";
arnews[7] += "
";
arnews[8]="Shirley Manson' Talks About Her Role on 'Terminator: The Sarah Connor Chronicles'
";
arnews[8] += "Shirley Manson's first professional acting job will be on \"Terminator: The Sarah Connor Chronicles\" and she's excited about it.";
arnews[8] += "
Publ.Date : Fri, 22 Aug 2008 14:56:00 GMT";
arnews[8] += "
";
arnews[9]="Garbage Shirley Manson Only Happy When It Rains
";
arnews[9] += "Garbage Does Only Happy on Later with Jools";
arnews[9] += "
Publ.Date : Sun, 03 Jun 2007 15:41:00 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("