var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bijou Phillips Embarrassed By New Film - Fashion
";
arnews[0] += "Bijou is engaged to Danny in real life, but in the film her character is married to Chris and they have many a sex scene in the film. The poor girl is nervous that the casting of the film could lead to embarrassing questions from reporters and trace ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 01:17:00 GMT";
arnews[0] += "
";
arnews[1]="Gallery: Leona Lewis celebrates new album with drop party - Herald-Dispatch
";
arnews[1] += "Singer Ciara arrives at a party celebrating the completion of the new Leona Lewis album \"Echo\" in Los Angeles on Tuesday, Nov. 17, 2009. (AP Photo/Dan Steinberg) Actress Bijou Phillips arrives at a party celebrating the completion of the new Leona ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:57:00 GMT";
arnews[1] += "
";
totcount = 2;
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("