var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hilary Duff Post
";
arnews[0] += "The Business of Falling in Love Scheduled to premiere in April 2010 ABC Family Tom Zappala , senior VP of programme acquisitions and scheduling at ABC Cable Networks Group, says that ABC Family still schedules up to 12 original movies a year.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:50:48 GMT";
arnews[0] += "
";
arnews[1]="Myspace Record's Hip Hop Rising Artist Bossman Premieres...
";
arnews[1] += "No Struggle, No Success is a twelve part series documentary that depicts genuine life experiences, and provides confirmation that nothing is impossible.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Lil Wayne Is A Dad Again
";
arnews[2] += "Rapper LIL WAYNE has become a father for the second time this year , according to reports.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 22:26:49 GMT";
arnews[2] += "
";
arnews[3]="Lil Wayne & Nivea Welcome Son
";
arnews[3] += "Rapper Lil Wayne has become a father for the second time this year, according to reports.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 18:07:04 GMT";
arnews[3] += "
";
arnews[4]="Lil Wayne - Lil Wayne is a Dad Again
";
arnews[4] += "Caption: Lil Wayne D. Woods and Mika Means continued birthday celebration at Ahnvee Restaurant & Lounge in South Beach Miami Beach, Florida .... Rapper LIL WAYNE has become a father for the second time this year , according to reports.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 13:44:49 GMT";
arnews[4] += "
";
totcount = 5;
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("