var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jay-Z Gives Out Business Advice To Susan Boyle - Post Chronicle
";
arnews[0] += "Rap superstar Jay-Z has urged British music sensation Susan Boyle to launch her own clothing range. Jay-Z has earned millions through his Rocawear label and insists the Britain's Got Talent star could make a fortune designing outfits for other middle ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:27:00 GMT";
arnews[0] += "
";
arnews[1]="Jay-Z Tickets to BP3 Concert Tour Available Online - PR Inside
";
arnews[1] += "PALO ALTO, CA -- (Marketwire) -- 02/09/10 -- FanSnap®, the largest live event ticket search engine for fans, today announced that hundreds, and for some concerts, thousands of Jay-Z tickets : can currently be found with FanSnap.com for Jay-Z's BP3 ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 11:21:00 GMT";
arnews[1] += "
";
arnews[2]="The Ting Tings Shirk Jay-Z? - femalefirst.co.uk
";
arnews[2] += "The Ting Tings aren't desperate for Jay-Z to collaborate with them on their second album, 'Kunst'. The 'That's Not My Name' hitmakers have been working on the album in Berlin, and said they're happy developing their new material by themselves, rather ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:44:00 GMT";
arnews[2] += "
";
arnews[3]="JAY-Z'S BUSINESS ADVICE FOR SUSAN BOYLE - Daily Star
";
arnews[3] += "Rap superstar JAY-Z has urged SUSAN BOYLE to launch her own clothing range. Jay-Z has earned millions through his Rocawear label and insists the Britain's Got Talent star could make a fortune designing outfits for other middle-aged women. The Empire ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:55:00 GMT";
arnews[3] += "
";
arnews[4]="Jay-Z Tells Su-Bo To Launch Clothing Range - Erm, Okay? - femalefirst.co.uk
";
arnews[4] += "Rap superstar Jay-Z has urged British music sensation Susan Boyle to launch her own clothing range. Now, I love Su-Bo, but let’s face it, she’s not exactly a fashion icon is she? Don’t get me wrong, she’s got rather individual style, but I ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 11:14:00 GMT";
arnews[4] += "
";
arnews[5]="Jay-Z Scores With Super Bowl-Opening Music Video - NESN.com
";
arnews[5] += "The video began with a pianist and Rihanna's recorded voice-over. The screen flashed the faces of Saints and Colts players, before focusing on Jay-Z emerging in an ornate, columned room with 65 musicians. The video intermixed action footage of the ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 04:04: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("