var arnews = new Array(7); totcount = 2; rnd = 0; arnews[0]="Bonus Scene #2: Advice for Dad
"; arnews[0] += "

Katie (Lucy Hale) takes a stroll with her dad and winds up giving him some sound relationship advice, in this bonus scene from "Sorority Wars." Premieres October 17 at 9 PM et/9 PM pt.  With encore presentations October 18 and 19 at 9 PM et/pt.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Bonus Scene #1: Mother Issues
"; arnews[1] += "

In this bonus scene from "Sorority Wars," Katie (Lucy Hale) confides in her handsome male friend, Beau (Rob Mayes) about her strained relationship with her mom. Premieres October 17 at 9 PM et/9 PM pt.  With encore presentations October 18 and 19 at 9 PM et/pt.

Add this to your queue
Duration: 00:00

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