var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="The Hilarious (and Sick) Julie Bowen Chats About Modern Family
"; arnews[0] += "

Today, Ellen welcomed Julie Bowen, one of the stars of Modern Family.

Add this to your queue
Duration: 04:30

"; arnews[0] += "
"; arnews[1]="Julie Bowen
"; arnews[1] += "

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Julie Bowen
"; arnews[2] += "

Her acting that she was in labor put her into labor!

Add this to your queue
Duration: 01:12

"; arnews[2] += "
"; arnews[3]="Chelsea Lately - Julie Bowen
"; arnews[3] += "

Has Chelsea met her match? The "Modern Family" star shares her favorite drug recipe, her disdain for co-star Sofia Vergara and more.

Add this to your queue
Added: Wed Nov 18 10:17:05 UTC 2009
Air date: Tue Nov 17 00:00:00 UTC 2009
Duration: 04:38
Rating: 3.9 / 5.0

"; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 10:17:05 -0000"; arnews[3] += "
"; arnews[4]="The View - Exit Interview-Julie Bowen
"; arnews[4] += "

Julie Bowen talks about her time on The View!

Add this to your queue
Added: Fri Sep 25 15:00:14 UTC 2009
Air date: Wed Sep 23 00:00:00 UTC 2009
Duration: 00:49

"; arnews[4] += "
Publ.Date : Fri, 25 Sep 2009 15:00:14 -0000"; arnews[4] += "
"; arnews[5]="The View - An Inside View: Julie Bowen
"; arnews[5] += "

Julie Bowen and Simon Baker talk about a kissing scene they did together.

Add this to your queue
Added: Wed Sep 23 20:46:00 UTC 2009
Air date: Wed Sep 23 00:00:00 UTC 2009
Duration: 02:50

"; arnews[5] += "
Publ.Date : Wed, 23 Sep 2009 20:46:00 -0000"; 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("
");document.write("
");