var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Music news links: Green Day, J. Lo, Eminem, Ringo Starr, Paul...
";
arnews[0] += "Music news links: Green Day, J. Lo, Eminem, Ringo Starr, Paul McCartney, Bonnaroo and more November 21, 2009 at 6:38 pm by Kristina Welch Stay up-to-date on your music news.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:05:49 GMT";
arnews[0] += "
";
arnews[1]="Amanda Peet to appear on How I Met Your Mother
";
arnews[1] += "Amanda Peet is set to guest-star on How I Met Your Mother , TVGuide.com has confirmed.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:42:26 GMT";
arnews[1] += "
";
arnews[2]="Digg
";
arnews[2] += "November 20, 2009 How I Met Your Mother star Josh Radnor has a confession to make: After filming 99 episodes of CBS's hit sitcom, he still doesn't know who his character's future wife will be.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:50:41 GMT";
arnews[2] += "
";
arnews[3]="How I Met Your Mother Celebrates 100 Episodes! | Josh Radnor, Rachel Bilson
";
arnews[3] += "How I Met Your Mother star Josh Radnor has a confession to make: After filming 99 episodes of CBSa s hit sitcom, he still doesna t know who his charactera s future wife will be.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:50:31 GMT";
arnews[3] += "
";
arnews[4]="Jason Segel Makes the Ladies Swoon
";
arnews[4] += "This is freaking hilarious... A couple nights ago The Swell Season, a band we very nearly noticed walk by once , played a show in Los Angeles.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:09:09 GMT";
arnews[4] += "
";
arnews[5]="Fugs and Pieces: November 20
";
arnews[5] += "FRIDAY AGAIN! Nice how that happens every week, isn't it? That means it's time for our weekly round-up of the web's most stellar procrastinatory material.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:22:32 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("