var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Megan Fox to Get 'Great Part' in 'Transformers 3' - AceShowbiz
";
arnews[0] += "Speaking on the 'Transformers' beauty's role in the third film is director Michael Bay, who also says that he is currently working on the script. After Megan Fox has been confirmed to reprise her role as Mikaela Banes in \" Transformers 3 \", there was ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:34:00 GMT";
arnews[0] += "
";
arnews[1]="Megan Fox and Brian Austin Green: Mall Mates - GossipCenter.com
";
arnews[1] += "Getting in a little midweek retail therapy, Megan Fox was spotted hitting up the Sherman Oaks Mall yesterday afternoon (November 18). Joined by boyfriend Brian Austin Green and his son Kassius, the “Transformers: Revenge of the Fallen” babe ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 12:37:00 GMT";
arnews[1] += "
";
arnews[2]="Megan Fox admits creating fake personas - Thaindian.com
";
arnews[2] += "Washington, November 18 (ANI): Megan Fox has confessed ... as an offering for the sacrifice. “I’m not willing to give my true self up. It’s a testament to my real personality that I would go so far as to make up another personality… The ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 10:29:00 GMT";
arnews[2] += "
";
arnews[3]="Megan Fox no Angelina - ABS-CBN
";
arnews[3] += "Megan Fox doesn't want to be like Angelina Jolie. The sexy \"Jennifer's Body\" actress has frequently been compared to the \"Mr. and Mrs. Smith\" star since her break-through role in 2007's \"Transformers.\" But despite the brunettes' similar looks and ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 10:30:00 GMT";
arnews[3] += "
";
arnews[4]="Jolie is stoic and serious: Megan Fox - Himalayan Times
";
arnews[4] += "HOLLYWOOD: Hollywood siren Megan Fox doesn't want to be compared with Angelina Jolie because she is not \"serious and stoic\" as the superstar. The 'Transformers' star has frequently been compared to Jolie but despite the brunettes' similar looks and ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:49:00 GMT";
arnews[4] += "
";
arnews[5]="Megan Fox to Get 'Great Part' in 'Transformers 3' - AceShowbiz
";
arnews[5] += "Speaking on the 'Transformers' beauty's role in the third film is director Michael Bay, who also says that he is currently working on the script. After Megan Fox has been confirmed to reprise her role as Mikaela Banes in \" Transformers 3 \", there was ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 07:34: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("