var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Tonight, ABC's 'Greek' airs its midseason finale
"; arnews[0] += "A love triangle finally may be resolved once and for all. College sororities sing and dance their hearts out during a competition on campus."; arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="'Greek' midseason to end with house rivalries, revelry
"; arnews[1] += "It's the battle among friends, houses and robots in tomorrow's midseason finale of \"Greek.\" The ABC Family series about a bunch of fraternity and sorority students at Cyprus-Rhodes University begins with Cappie and Casey in Cappie's bed a week after Thanksgiving."; arnews[1] += "
Publ.Date : Sun, 01 Nov 2009 11:30:00 GMT"; arnews[1] += "
"; arnews[2]="'Greek' stars visit Gainesville this weekend to support causes
"; arnews[2] += "Published: Friday, October 16, 2009 at 6:01 a.m. Last Modified: Thursday, October 15, 2009 at 10:42 p.m. Stars of the ABC Family series \"Greek\" Scott Michael Foster and Amber Stevens are exchanging Los Angeles glamour for four days of immersion in the Gator Nation this week."; arnews[2] += "
Publ.Date : Fri, 16 Oct 2009 15:22:20 GMT"; arnews[2] += "
"; arnews[3]="'Greek' stars here Friday and Saturday -- for a cause
"; arnews[3] += "Published: Thursday, October 15, 2009 at 9:54 p.m. Last Modified: Thursday, October 15, 2009 at 9:54 p.m. Stars of the ABC Family series 'Greek' Scott Michael Foster and Amber Stevens, are exchanging Los Angeles glamour for four days of immersion in the Gator Nation this week."; arnews[3] += "
Publ.Date : Thu, 15 Oct 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="TV best bets: Mon., Oct. 12
"; arnews[4] += "Haley is pushed into the glaring spotlight of Nathan's scandal. Brooke lets Julian continue to work with Alex , whose motives Brooke is starting to question."; arnews[4] += "
Publ.Date : Mon, 12 Oct 2009 11:38:42 GMT"; arnews[4] += "
"; arnews[5]="Casey and Evan Spend a "Magical" Night Together on Greek
"; arnews[5] += "Greek row without alcohol? Leave it to these savvy college students to find an...alternative, in tonight's all-new episode: \"High and Dry.\" Find out what happens when two people picked from the houses are forced to stop being polite and start getting real! You'll never guess who Casey spends the night with, but you don't have to guess, because if ..."; arnews[5] += "
Publ.Date : Mon, 21 Sep 2009 17:09:17 GMT"; 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("
");