var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="The L Word - Swimming pool. Love scenes from 5x09 (Liquid Heat)
";
arnews[0] += "NO COPYRIGHT INFRINGEMENT INTENDED!";
arnews[0] += "
Publ.Date : Tue, 16 Jun 2009 15:08:45 GMT";
arnews[0] += "
";
arnews[1]="Rose Rollins Interview
";
arnews[1] += "Rose Rollins talks about the final season of The L word";
arnews[1] += "
Publ.Date : Tue, 24 Feb 2009 23:01:52 GMT";
arnews[1] += "
";
arnews[2]="Rose Rollins!
";
arnews[2] += "Rose Rollins (Tasha on the L word) at the Curve magazine / L word Premiere Party. ... rose rollins tasha the word curve magazine showtime party premiere";
arnews[2] += "
Publ.Date : Sat, 24 Jan 2009 06:10:21 GMT";
arnews[2] += "
";
arnews[3]="Rose Rollins
";
arnews[3] += "Images of the beautiful Rose Rollins";
arnews[3] += "
Publ.Date : Thu, 12 Jun 2008 16:46:25 GMT";
arnews[3] += "
";
arnews[4]="Rose Rollins in "13 Moons"
";
arnews[4] += "Fan Video of Rose Rollins in the movie 13 moons";
arnews[4] += "
Publ.Date : Thu, 01 May 2008 22:43:51 GMT";
arnews[4] += "
";
arnews[5]="Happy Birthday Rose Rollins
";
arnews[5] += "Birthday slide show for Rose Rollins of the L Word. ...";
arnews[5] += "
Publ.Date : Tue, 29 Apr 2008 20:50:36 GMT";
arnews[5] += "
";
arnews[6]="Rose Rollins is Monique Jones (Girltrash)
";
arnews[6] += "Rose Rollins of the OurChart.com series \"Girltrash!\" **Clips and photos property owned by Girltrash, OurChart.com, and Ms. Rollins.***";
arnews[6] += "
Publ.Date : Sun, 13 Apr 2008 04:06:03 GMT";
arnews[6] += "
";
arnews[7]="Rose Rollins (The L Word)
";
arnews[7] += "Rose Rollins of the Showtime series \"The L Word\" **Clips and photos property owned by Showtime, OurChart.com, and Ms. Rollins.***";
arnews[7] += "
Publ.Date : Fri, 11 Apr 2008 22:15:41 GMT";
arnews[7] += "
";
arnews[8]="Rose Rollins
";
arnews[8] += "Rose Rollins";
arnews[8] += "
Publ.Date : Fri, 14 Mar 2008 14:01:47 GMT";
arnews[8] += "
";
document.title=document.title+ " ";
arnews[9]="The L Word S5 Questions Anyone- Rose Rollins- Its On On Set
";
arnews[9] += "The L Word Season 5 Questions Anyone Series - Rose Rollins - Its On..On Set";
arnews[9] += "
Publ.Date : Mon, 10 Dec 2007 04:33:56 GMT";
arnews[9] += "
";
totcount = 10;
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("