var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Michael Gladis Reviews His Co-starsa Off-Season Beards
"; arnews[0] += "This week, the world mourned the loss of Jon Hamm's glorious beard , which he was forced to remove by the cruel, fuzz-averse bosses at Saturday Night Live ."; arnews[0] += "
Publ.Date : Sat, 30 Jan 2010 02:33:16 GMT"; arnews[0] += "
"; arnews[1]="Mad Men: Who's In and Who's Out at Sterling Cooper Draper Pryce?
"; arnews[1] += "Mad Men : Who's In and Who's Out at Sterling Cooper Draper Pryce? Today 1:00 PM PST by Jennifer Godwin AMC When Mad Men season four comes around this fall, the old gang from Sterling Cooper will be scattered to the winds."; arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 21:00:00 GMT"; arnews[1] += "
"; arnews[2]="William Bradley: Mad Men Sweeps the Latest Awards and Loses A Key Character
"; arnews[2] += "Very good news on the Mad Men front. Along with some bad news. The 1960s New York advertising drama has, in the latest round of major awards, picked up where it left off last fall."; arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 05:23:14 GMT"; arnews[2] += "
"; arnews[3]="Mad About Pittsburgh
"; arnews[3] += "Aaron Staton with co-stars Rich Sommer and Michael Gladis on the set of \"Mad Men.\" \"I have an enormous update: My wife is pregnant!\" shares Aaron Staton in an e-mail on a Saturday afternoon in December."; arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 17:12:40 GMT"; arnews[3] += "
"; arnews[4]="Which Mad Men character would you like to be and why?
"; arnews[4] += "The third series of Mad Men receives its UK premiere this week. We asked a panel of media experts which character they would like to play John Slattery as Roger Sterling and Jon Hamm as Don Draper in Mad Men."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 00:05:02 GMT"; arnews[4] += "
"; arnews[5]="'Mad Men' Wins SAG Award
"; arnews[5] += "AMC's 'Mad Men' continues to receive accolades as the show captured the SAG award for Outstanding Performance by an Ensemble in a Drama Series tonight at the 16th Annual Screen Actors Guild Awards ."; arnews[5] += "
Publ.Date : Sun, 24 Jan 2010 06:13:27 GMT"; arnews[5] += "
"; arnews[6]="'Mad Men,' 'Glee' tops at SAG Awards
"; arnews[6] += "Mo'Nique has won the Screen Actors Guild's supporting actress award for her intense portrayal of an abusive mother in \"Precious.\" The kudo - presented at Saturday's 16th Annual SAG awards at the Shrine Auditorium -- underlines Mo'Nique's status as a heavy favorite for the category in the Academy Awards."; arnews[6] += "
Publ.Date : Sat, 23 Jan 2010 22:20:37 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("
");document.write("
");