var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="Jennifer Love Hewitt Emmys
"; arnews[0] += "

Jennifer Love Hewitt and other celebrities are interviewed on the red carpet.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Jennifer Love Hewitt on Wild Fires
"; arnews[1] += "

Jennifer Love Hewitt on Wild Fires

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Jennifer Love Hewitt Emmys
"; arnews[2] += "

Jennifer Love Hewitt and other celebrities are interviewed on the red carpet.

Add this to your queue
Duration: 04:19

"; arnews[2] += "
"; arnews[3]="Evolution of Love: Jennifer Love Hewitt
"; arnews[3] += "

Evolution of Love: Jennifer Love Hewitt

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Jennifer Love Hewitt
"; arnews[4] += "

Jennifer Love Hewitt explains to Jon that when it comes to "Party of Five" she's really more like number six or seven. (4:17)

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Jennifer Love Hewitt
"; arnews[5] += "

Jennifer Love Hewitt talks about her favorite bands of the 1980s and her dream to be a singer in a cool punk band. (5:40)

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Jennifer Love Hewitt on Suicide
"; arnews[6] += "

Jennifer Love Hewitt on Suicide

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Craig Ferguson - Jennifer Love Hewitt
"; arnews[7] += "

She communicates with ghosts, but how does Jennifer feel about vampires?

Add this to your queue
Duration: 00:00

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