var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bullard girls top Spring Hill for district title
";
arnews[0] += "The Bullard Lady Panthers survived a couple of long scoring droughts early by forcing a barrage of Spring Hill turnovers, clinching the District 17-3A championship with a 52-32 win on Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Robert Pattinson found sex scenes 'disturbing'
";
arnews[1] += "Robert Pattinson was nervous about his sex scenes with Uma Thurman in new movie Bel Ami .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:07:56 GMT";
arnews[1] += "
";
arnews[2]="Robert Pattinson Talks Disturbing Sex Scenes with Uma Thurman
";
arnews[2] += "Twilight heart-throb Robert Pattinson reportedly talked about some 'disturbing' sex scenes he is filming with Kill Bill star Uma Thurman for their upcoming film Bel Ami .";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:55:05 GMT";
arnews[2] += "
";
arnews[3]="Jessica Biel in Punchy Coral Lipstick
";
arnews[3] += "Photo: Jordan Strauss/WireImage.com Actress Jessica Biel made a stunning red carpet appearance last night at the Los Angeles premiere of \" Valentine's Day .\" The 27-year-old star had heads turning with her brightly colored coral lipstick .";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:00:00 GMT";
arnews[3] += "
";
arnews[4]="Movie roll-out
";
arnews[4] += "Pull this out, paste it on your walls, because we are sure that you'll need this guide in the upcoming months.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:02:17 GMT";
arnews[4] += "
";
arnews[5]="Robert Pattinson scared of sex scenes
";
arnews[5] += "Robert Pattinson was nervous about his sex scenes with Uma Thurman in new movie 'Bel Ami'. The hunky 'Twilight' actor gets hot and steamy with the screen beauty in the film - in which he plays Parisian journalist Georges Duroy - but insists it was far from erotic because of the movie's plot.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:13:43 GMT";
arnews[5] += "
";
arnews[6]="Pete Wentz, Christina Ricci and Charlie Sheen
";
arnews[6] += "Pete Wentz has spoken out about the split of Fall Out Boy saying hea s sad ita s over but hea s enjoying having downtime.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:36:13 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("