var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hi ! - By Cosmin
";
arnews[0] += "It is not a fad diet or a special trainer that is the secret to Hollywood superstar Julia Roberts trim physique, instead she relies on some old fashioned jogging.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:28:42 GMT";
arnews[0] += "
";
arnews[1]="Pretty Woman Miley Cyrus
";
arnews[1] += "The 'Hannah Montana' star dressed as Julia's prostitute character Vivian Ward from the movie 'Pretty Woman' at an 80s-themed celebration at New York's Canal Room on Wednesday .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:07:16 GMT";
arnews[1] += "
";
arnews[2]="Miley 'Julia' Cyrus
";
arnews[2] += "Miley Cyrus dressed as Julia Roberts' character from 'Pretty Woman' for her 17th birthday party at New York's Canal Room.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:55:43 GMT";
arnews[2] += "
";
arnews[3]="Miley Cyrus' Tour Bus in Deadly Crash
";
arnews[3] += "UPDATE 2: E! News has obtained audio of two 911 calls made by what sounds like two different people on the bus that crashed.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:30:00 GMT";
arnews[3] += "
";
arnews[4]="James Franco Tries Out Daytime Television
";
arnews[4] += "Elizabeth Taylor attended Luke & Laura's wedding has a movie star joined the cast of a soap opera.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:07:40 GMT";
arnews[4] += "
";
arnews[5]="Review: The Blind Side
";
arnews[5] += "Sandra Bullock takes on the role of a privileged Southern matriarch who takes in a failing football prospect and finds her life is transformed by sport and charity.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:00:00 GMT";
arnews[5] += "
";
arnews[6]="Sock it to me, knitwit
";
arnews[6] += "There may be nothing scary about socks, but a cut-throat competition involving hundreds of furiously fast knitters with pointy needles is enough to send even accomplished enthusiasts' pulse racing.";
arnews[6] += "
Publ.Date : Fri, 02 May 2008 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Party: Miley dresses as hooker
";
arnews[7] += "MILEY Cyrus has dressed as Julia Roberts' prostitute character from the film Pretty Woman for her 17th birthday party.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 02:15:41 GMT";
arnews[7] += "
";
totcount = 8;
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("