var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Also On Tonight: 'Soul Train,' 'Dragonball': Roger Catlin | TV Eye
"; arnews[0] += "Don Cornelius was the opposite of Dick Clark - laconic, elegant, cool where other hosts of music programs would be hot."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 10:47:50 GMT"; arnews[0] += "
"; arnews[1]="Clinton girls show fight in loss to Assumption
"; arnews[1] += "By Jon Gremmels Herald Sports Editor CLINTON - Oftentimes since Todd Borrison took over as coach at Davenport Assumption, a double-digit loss to the Knights is full of frustrations."; arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 11:25:16 GMT"; arnews[1] += "
"; arnews[2]="La Cucina
"; arnews[2] += "Life begins in la cucina. Movies like the 2007 indie drama La Cucina are difficult to pull off."; arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 11:13:45 GMT"; arnews[2] += "
"; arnews[3]="La Cucina: Starring Leisha Hailey
"; arnews[3] += "I miss The L Word . I miss Bette and Tina and Kit and Shane. But most of all, I miss Alice."; arnews[3] += "
Publ.Date : Fri, 08 Jan 2010 08:05:53 GMT"; arnews[3] += "
"; arnews[4]="For Rosie O'Donnell and Tracy Kachtick-Anders, Is the "Glass Closet" a Better Option?
"; arnews[4] += "But on we grow, so to speak.\" Rosie O'Donnell is one of the celebrities who is out of the closet and very visible as a lesbian to the public."; arnews[4] += "
Publ.Date : Fri, 01 Jan 2010 16:28:47 GMT"; arnews[4] += "
"; arnews[5]="Move over Julia Child, Christina Hendricks is in the kitchen
"; arnews[5] += "La Cucina is described as \"a romantic drama about life, love and the joy of cooking.\" But what you really need to know is that it marks the film debut of Mad Men 's beloved Joanie, Christina Hendricks."; arnews[5] += "
Publ.Date : Thu, 10 Dec 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Olivia Cruises, reflections on the Halloween cruise, part 4
"; arnews[6] += "Founded in 1973 by Judy Dlugacz, Olivia is a travel company that caters to lesbians and that not only sells all-women cruises but also all-women resort vacations."; arnews[6] += "
Publ.Date : Mon, 19 Oct 2009 07:00:00 GMT"; arnews[6] += "
"; totcount = 7; 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("
");