var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rock star? No, just a high court justice
";
arnews[0] += "Apparently, no one told Sonia Sotomayor that Supreme Court justices are supposed to be circumspect, emerging from their marble palace mainly to dispense legal wisdom to law schools, judges' conferences and lawyers' meetings.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:21:51 GMT";
arnews[0] += "
";
arnews[1]="Longoria: 'I only have sex at the weekend'
";
arnews[1] += "Eva Longoria Parker has reportedly revealed that she only has sex at weekends. The Desperate Housewives actress, who is married to San Antonio Spurs basketball player Tony Parker, has admitted that due to her work schedule she flies to Texas every weekend to spend time with her husband, reports Perez Hilton .";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:29:47 GMT";
arnews[1] += "
";
arnews[2]="Eva Longoria talks about her sex life...AGAIN
";
arnews[2] += "Eva Longoria says that Desperate Housewives ruins her sex life! The actress admits she and husband Tony Parker can only get steamy between the sheets at weekends because of her filming schedule in Hollywood and his commitments to his basketball team the San Antonio Spurs, who are based in Texas.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:27:02 GMT";
arnews[2] += "
";
arnews[3]="Would you rather go naked?
";
arnews[3] += "How did fur, once taboo, become so acceptable a ' desirable even a ' again? Elizabeth Day investigates an ethical dilemma that goes to the heart of the fashion industry a ' and meets the animal rights campaigner who refuses to be defeated Keira Knightley wears a fur jacket to an awards ceremony.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:07:39 GMT";
arnews[3] += "
";
arnews[4]="Stars on the Set This Week
";
arnews[4] += "Even stars need a break! Between working hard in front of the camera, studying scripts, and rolling just one more take, these stars have to sneak a little time for themselves.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:30:00 GMT";
arnews[4] += "
";
arnews[5]="We Really Don't Need To Know How Often You Have Sex
";
arnews[5] += "Eva Longoria Parker recently shared with the world that she and husband Tony Parker of the San Antonio Spurs only find time to knock boots on the weekends! The Desperate Housewives actress says: \"I work three to four days per week.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:18:00 GMT";
arnews[5] += "
";
totcount = 6;
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("