var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Phase 4 falls for romantic comedy Finding Bliss - Screendaily
";
arnews[0] += "Phase 4 Films has acquired North American rights to Finding Bliss by writer-director Julie Davis and starring Leelee Sobieski. Denise Richards, Jamie Kennedy, Kristen Johnston and Matt Davis also star in the romantic comedy that explores the adult ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:11:00 GMT";
arnews[0] += "
";
arnews[1]="Phase 4 Films Acquires 'Finding Bliss' - TheWrap
";
arnews[1] += "It’s perhaps the most anticipated head-to-head competition in Oscar history. Kathryn Bigelow’s low-budget indie war film, “The Hurt Locker,” and James Cameron’s 3D mega-blockbuster “Avatar,” both nominated for nine Oscars Tuesday, are ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:04:00 GMT";
arnews[1] += "
";
arnews[2]="Phase 4 finds 'Bliss' - Variety
";
arnews[2] += "Toronto-based Phase 4 Films has picked up North American rights to \"Finding Bliss,\" starring Leelee Sobieski, Denise Richards, Jamie Kennedy and Kristen Johnston. Based loosely on writer-director Julie Davis' experiences, the romantic comedy follows ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:04:00 GMT";
arnews[2] += "
";
totcount = 3;
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("