var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="IFC Steals Away Stolen - ShockTillYouDrop.com
";
arnews[0] += "Josh Lucas and Jon Hamm ( Mad Men ) star alongside James Van Der Beek and Rhona Mitra. Stolen , directed by newcomers Anders Anderson and Andy Steinman, hits VOD on March 3 and opens in limited release on March 12.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 19:55:00 GMT";
arnews[0] += "
";
arnews[1]="IFC Acquires Rights to Jon Hamm Thriller - TheWrap
";
arnews[1] += "It’s perhaps the most anticipated head-to-head competition in Oscar history. Kathryn Bigelow’s low-budget indie war film, “The Hurt Locker,” and James Cameron’s 3D mega-blockbuster “Avatar,” both nominated for nine Oscars Tuesday, are ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 20:52:00 GMT";
arnews[1] += "
";
arnews[2]="JON HAMM — LADY GAGA FAN! - Showbizspy.com
";
arnews[2] += "The Mad Men star recently told MTV News that today’s pop-culture heroes only make big moves in order to garner press, not because they actually have something to say. “We do have a lot of people, at least in our entertainment culture, who exist ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 17:47:00 GMT";
arnews[2] += "
";
arnews[3]="Sergio The Sax Man (VIDEO): Jon Hamm's Saxophone Stylings Haunt Andy ... - Huffingtonpost.com
";
arnews[3] += "Playing a sexy sax player named Sergio, Jon Hamm tormented Andy Samberg in last night's digital short. Unable to break the curse, Samberg will just have to accept a life where a saxophone blaring, pony-tailed man can appear from anywhere. And we mean ...";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 23:57:00 GMT";
arnews[3] += "
";
arnews[4]="Jon Hamm and Ashton Kutcher heading back to 'SNL' - Entertainment Weekly Online
";
arnews[4] += "Jon Hamm and Ashton Kutcher are returning to Studio 8H to host Saturday Night Live in the coming weeks. Hamm, who hosted for the first time in 2008, returns Jan. 30 with musical guest Michael Buble, and Kutcher, who hosted in 2003, 2005, and 2008 ...";
arnews[4] += "
Publ.Date : Thu, 21 Jan 2010 19:50:00 GMT";
arnews[4] += "
";
arnews[5]="Brittany Murphy's death 'preventable,' Jon Hamm as high-school ... - OregonLive.com
";
arnews[5] += "If you've got a crush on the gorgeous Jon Hamm, star of \"Mad Men,\" you're not alone. Turns out when he was a high school drama teacher in St. Louis, he made students' hearts beat faster, too. One of his students was Ellie Kemper, who plays the ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 20:38:00 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("