var arnews = new Array(7);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kristanna Loken Opens Up About Failed Marriage and New Girlfriend - Gather.com
";
arnews[0] += "Openly bisexual actress Kristanna Loken announced this week she has separated from husband Noah Danby and has been in a relationship with a woman for the past seven months. Calling it \"love at first sight,\" Loken said she met her new love at - where ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 19:40:00 GMT";
arnews[0] += "
";
arnews[1]="Exclusive Interview: Catching Up with Kristanna Loken - AfterEllen.com
";
arnews[1] += "KL: I’ve worked very hard not to be viewed that way because I think it could have been a very easy route to go down, but it’s one I definitely didn’t want. I don’t want to turn 40 and be put out to pasture. I want to have a long career, and ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[1] += "
";
arnews[2]="Now or Then - Terminator Salvation or Terminator 3: Rise of the ... - amc
";
arnews[2] += "Terminator Salvation: With the War Against the Machines in full swing, we finally get to see the adult John Connor (Christian Bale) fighting against Skynet and issuing daily radio missives to the Resistance. But if he's considered a Savior by so many ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[2] += "
";
arnews[3]="Possibilities are endless with chic Button Wrap - canada.com
";
arnews[3] += "A: Vicki Gabereau, Buffy Sainte-Marie, Steph Song, Lynda Boyd, Kristanna Loken, and Canada's first Next Top Model winner Andrea Muizelaar, just to name a few.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 20:09:00 GMT";
arnews[3] += "
";
arnews[4]="Actress Stephanie Riebel says she's falling for a woman for the first ... - AfterEllen.com
";
arnews[4] += "Riebel plays a lesbian (Rose) who decides to date a man, which makes friends upset and her family ecstatic. The actress recently in a recent interview told an interviewer she's actually finding herself on the other side of things. \"I'm a straight ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 13:22:00 GMT";
arnews[4] += "
";
totcount = 5;
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("