var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="My Weekend Crush
"; arnews[0] += "So I've been thinking a lot about Sarah Paulson lately. She's made a bit of news, what with her amicable split from Cherry Jones and emphatic assertion that her ex and Jodie are not America's newest celesbian couple."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:48:08 GMT"; arnews[0] += "
"; arnews[1]="Tuesday with pals
"; arnews[1] += "From the artist: Everybody knows the stars at night are big and bright deep in the heart of Texas, and the celestial has always been proudly represented in Lone Star culture, be it bands , sports or the state nickname itself."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 09:45:08 GMT"; arnews[1] += "
"; arnews[2]="The L Word: The Complete Final Season
"; arnews[2] += "Spoiler Alert! I can't talk about the dyke drama without, you know, talking about the dyke drama."; arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 13:35:30 GMT"; arnews[2] += "
"; arnews[3]="Must See (Lesbian) TV
"; arnews[3] += "Remember when we had that one show about lesbians on our televisions? Looks like, if the TV gods allow it, there could be two more comingat the same timeand not involving Ilene Chaiken."; arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 12:50:52 GMT"; arnews[3] += "
"; arnews[4]="Capsule reviews of new DVD releases
"; arnews[4] += "TRANSFORMERS: REVENGE OF THE FALLEN 2 stars $29.98. 149 mins. The alliance forged between the Autobots and humans is threatened when the Decepticons pursue Sam, who holds the secret to the Transformers origins on Earth."; arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 12:56:27 GMT"; arnews[4] += "
"; arnews[5]="New on DVD this week
"; arnews[5] += "TRANSFORMERS: REVENGE OF THE FALLEN a ' When metallic beastie Megatron teams up with fellow Decepticon Fallen to carry out a revenge plot against Earth, it's up to Sam Witwicky and his gal pal Mikaela to help Optimus Prime and company save the world."; arnews[5] += "
Publ.Date : Fri, 23 Oct 2009 11:48:03 GMT"; arnews[5] += "
"; arnews[6]="Capsule reviews of new DVD releases
"; arnews[6] += "TRANSFORMERS: REVENGE OF THE FALLEN 2 stars $29.98. 149 mins. The alliance forged between the Autobots and humans is threatened when the Decepticons pursue Sam, who holds the secret to the Transformers origins on Earth."; arnews[6] += "
Publ.Date : Fri, 23 Oct 2009 08:47:07 GMT"; arnews[6] += "
"; arnews[7]="'The L Word': Final Season
"; arnews[7] += "Certainly one of the most adult drama series that television has offered to date, the Showtime program centered around gay females based the eight episodes of its sixth and last round on the shocking death of one of its regular characters."; arnews[7] += "
Publ.Date : Tue, 20 Oct 2009 23:28:51 GMT"; arnews[7] += "
"; arnews[8]="Little Screen
"; arnews[8] += "This week's new releases,available Tuesday, are rated by Jay Bobbin of Zap2it on a scale of one to four, with H equivalent to a poor rating and *** meaning excellent."; arnews[8] += "
Publ.Date : Fri, 16 Oct 2009 13:00:00 GMT"; 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("
");