var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Olivia Munn spreads in her magazine “Hey Olivia” - PerezStart
";
arnews[0] += "G4TV’s Olivia Munn has been pleasing us all since her “Playboy” cover shoot . The reason I put quotes around the word “Playboy” is because she did it wearing as much clothes as a Maxim spread. I’d say even more than what some Maxim ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 14:38:00 GMT";
arnews[0] += "
";
arnews[1]="James Kirk : Star Trek’s Captain James Kirk falls for Iron Man 2 ... - Entertainment and Showbiz!
";
arnews[1] += "Star Trek’s Captain James Kirk actor Chris Pine is said to have fallen for Iron Man 2 actress and model Olivia Munn. According to Us Weekly magazine, Pine, 29, is reportedly smitten after just one month of dating Munn, 29, who is a successful model ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:27:00 GMT";
arnews[1] += "
";
arnews[2]="Previous Articles - The Superficial
";
arnews[2] += "Jen's paid pr posters are all over this blog. You just didn't make it sound real at all today. I don't see the usual names either. Who do these fake posters think they are fooling. Why do her publicist have to post paid posters on every site. Kinda ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 23:55: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("