var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Watch Jason Segel Hilariously Perform Onstage With The Swell Season - Paste Magazine
";
arnews[0] += "We probably should’ve seen this one coming, honestly. The Swell Season: earnest, beautiful folk rock made by two former lovers. Jason Segel: lovably oafish dude who got totally naked in Forgetting Sarah Marshall . And they’ve all been in movies ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:48:00 GMT";
arnews[0] += "
";
arnews[1]="Jason Segel: Singer-Songwriter - American Songwriter
";
arnews[1] += "Actor Jason Segel of How I Met Your Mother and Forgetting Sarah Marshall fame made a special appearance at a gig by his new friends, The Swell Season, on Wednesday night at the Wiltern in Los Angeles. Taking to the piano, Segel unveiled a hysterical ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:23:00 GMT";
arnews[1] += "
";
arnews[2]="Jason Segel wants you to call him, seriously - New York Post
";
arnews[2] += "Wednesday night \"How I Met Your Mother\" star Jason Segel shared the stage with Swell Season (aka the lovers from \"Once\") and performed an original song that featured the hook \"315-329-6673,\" which is his phone number! Yes, Jason was determined to ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:12:00 GMT";
arnews[2] += "
";
arnews[3]="Jason Segel Woos The Ladies With Deeply Personal Song (VIDEO) - Huffingtonpost.com
";
arnews[3] += "Actor Jason Segel made a surprise appearance during the Swell Season's November 18th concert in Los Angeles. Always the lady killer, Segel wooed the audience with a personal ditty in which he assured that there were \"no special effects\" used on his ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:59:00 GMT";
arnews[3] += "
";
arnews[4]="We Got Your Number, Jason Segel - TheInsider.com
";
arnews[4] += "Jason Segel sure is a sharing person. The Forgetting Sarah Marshall and How I Met Your Mother actor sat in with Dublin-based band Swell Season at Los Angeles concert venue the Wiltern on Wednesday night. Explaining that he'd whipped up a \"song from ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:35:00 GMT";
arnews[4] += "
";
arnews[5]="Watch Jason Segel Hilariously Perform Onstage With The Swell Season - Paste Magazine
";
arnews[5] += "We probably should’ve seen this one coming, honestly. The Swell Season: earnest, beautiful folk rock made by two former lovers. Jason Segel: lovably oafish dude who got totally naked in Forgetting Sarah Marshall . And they’ve all been in movies ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:48:00 GMT";
arnews[5] += "
";
arnews[6]="Jason Segel Gets Really Personal With Fans - Entertainment Online
";
arnews[6] += "We've got your number, Jason Segel . Now if we could just get the image of your naked body out of our brains, we'd be set. Sample lyric: \"Remember when I showed my penis in Forgetting Sarah Marshall /Well, there were no special effects, no no special ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 00:11:00 GMT";
arnews[6] += "
";
totcount = 7;
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("