var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Music: Rihanna Featuring Justin Timberlake – Hole In My Head - Neon Limelight
";
arnews[0] += "Some people might be inclined to say Rihanna has a couple of screws loose judging by her extremely daring new image, and she pretty much confirms that in her new song “Hole In My Head” featuring Justin Timberlake . But it’s all in good fun. The ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:07:00 GMT";
arnews[0] += "
";
arnews[1]="Justin Timberlake to Star on 'Family Guy' - Celebrity Justice
";
arnews[1] += "Usmagazine.com reports the performer visited a recording studio in L.A. on Friday to voice an episode of \"Family Guy.\" \"Justin was quiet, seemed professional -- he was in and out,\" a source tells the mag. \"He seems like he's got a great sense of ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:50:00 GMT";
arnews[1] += "
";
arnews[2]="Justin Timberlake: “Social Network” Stud - The Gossip Girls
";
arnews[2] += "Continuing to pursue his acting career, Justin Timberlake was spotted on the set of his new film “The Social Network” yesterday (November 16). The “Cry Me a River” crooner looked hunky as he strolled past the paparazzi, sporting a black ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 15:31:00 GMT";
arnews[2] += "
";
arnews[3]="Is Miley Cyrus the Next Justin Timberlake? - The Hollywood Gossip
";
arnews[3] += "They are both successful singers and actors. But only Miley Cyrus is an admitted Disney robot . They were both child stars. But only Justin Timberlake has hosted Saturday Night Live and produced a number of albums. Despite their differences ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 13:52:00 GMT";
arnews[3] += "
";
arnews[4]="Britney Spears, Justin Timberlake, Others Sued For Patent Infringement ... - Tech Dirt
";
arnews[4] += "Every time you think you've seen the most ridiculous patent infringement lawsuit out there, you only need to wait a day or two before another, more ridiculous, one shows up. The latest is that Britney Spears, Justin Timberlake, the Los Angeles Lakers ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 22:13:00 GMT";
arnews[4] += "
";
arnews[5]="T. I. Is Still the King of the South - New University Newspaper
";
arnews[5] += "Atlantic and Grand Hustle recording artist T.I., infamously known as the “King of the South,” has done it again with his most poignant and potent LP to date: “Paper Trail,” the follow-up to his 2007 platinum-certified “T.I. vs. T.I.P ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 09:20: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("