var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Exclusive - Michael Hates Michael
"; arnews[0] += "

Michael and Michael is at its best when Michael and Michael are at their worst.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Dickheads
"; arnews[1] += "

Jeff and Larry's sketch featuring Michael and Michael has gone viral, and the whole staff loves it.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Jeff and Larry
"; arnews[2] += "

Jeff and Larry set aside years of bad blood and invite Michael and Michael to come on their show.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="The Duel
"; arnews[3] += "

Michael and Michael fight to the death for the hand of a fair young maiden.

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Frog Boxed
"; arnews[4] += "

Michael and Michael try to take revenge on Jeff and Larry, but nothing goes as planned.

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Advice on Bullying
"; arnews[5] += "

Bullying can get out of hand fast, so make sure your child knows how to react.

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Favorite Moments - Michael Ian Black
"; arnews[6] += "

The best of Michael Ian Black from season one of "Michael and Michael Have Issues."

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="The Case of the Missing Klondike Bars Pt. 7
"; arnews[7] += "

Michael Ian Black finally catches Michael Showalter eating the Klondike bars but promises not to tell anybody.

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="The Case of the Missing Klondike Bars Pt. 4
"; arnews[8] += "

After weighing the evidence for seconds, Michael Ian Black figures out who took the crew's Klondike bars.

Add this to your queue
Duration: 00:00

"; arnews[8] += "
"; totcount = 9; 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("
");