var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Louboutins - Jennifer Lopez
";
arnews[0] += "Actress/singer Jennifer Lopez was born in the Bronx, NY, on July 24, 1969; after starting out in musical theater as a child, at age 16 she made her film debut in the little-seen #My Little Girl, but her career then stalled until she was tapped to become one of the dancing \"Fly Girls\" on the television sketch comedy series #In Living Color.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 19:00:53 GMT";
arnews[0] += "
";
arnews[1]="50 Cent's Ultimate Challenge: How To Market Beanie Sigel
";
arnews[1] += "Editor's note: The views expressed inside this editorial aren't necessarily the views of AllHipHop.com or its employees.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 18:39:03 GMT";
arnews[1] += "
";
arnews[2]="AC/DC, Miles Davis kick off box set season; also releases from Michael Jackson, Def Jam, more
";
arnews[2] += "In this CD box set cover image released by Shout! Factory, Richard Thompson's, \"Walking On a Wire \" is shown.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 18:32:44 GMT";
arnews[2] += "
";
arnews[3]="Gift ideas? Try box sets
";
arnews[3] += "The essence of a box set is great packaging, lots of swag and hard-to-find content.";
arnews[3] += "
Publ.Date : Mon, 23 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Multimedia
";
arnews[4] += "The Causeway Classic Extraordinaire was sponsored by ASI in the Library Quad to increase student support at the football game against UC Davis on Saturday.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 08:48:10 GMT";
arnews[4] += "
";
arnews[5]="AC/DC, MJ, Miles Davis, Def Jam and more box sets
";
arnews[5] += "Here are a selection of box-set offerings this season: AC/DC \"Backtracks\" The essence of a box set is great packaging, lots of swag and hard-to-find content.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 08:00: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("