var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Usher's CD Delayed! Again! - Fashion
";
arnews[0] += "His former manager AND mother Jonetta Patton are effing done professionally since late November 2009. Says a source: \"She walked away from the project because Usher had his girlfriend [and former Def Jam executive] Grace Miguel all in the mix.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:37:00 GMT";
arnews[0] += "
";
arnews[1]="NBA All Star: Alicia Keys, Shakira, Usher to perform on Valentine’s ... - Entertainment and Showbiz!
";
arnews[1] += "Grammy Award winning singers Alicia Keys, Shakira & Usher are all set to dazzle the NBA All-Star game with their performance on Valentine’s Day (February 14) evening at Cowboys Stadium in Arlington, Texas. The two-time Grammy Award winner & Hips ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 15:11:00 GMT";
arnews[1] += "
";
arnews[2]="Research and Markets: Fertilizer Market in China - China's Fertilizer Industry Will Usher Many... - Forbes
";
arnews[2] += "BusinessWire - Research and Markets (http://www.researchandmarkets.com/research/72bfbe/fertilizer_market) has announced the addition of the \"Fertilizer Market in China\" report to their offering. With rapid demand increase of agricultural products and more importance attached by Chinese government to";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 23:19:00 GMT";
arnews[2] += "
";
arnews[3]="Usher, Shakira, Alicia Keys Set For NBA All-Star Game - Billboard Business News
";
arnews[3] += "Usher will perform during the introduction of the 2010 NBA All-Stars while Shakira and Alicia Keys will team up for the halftime performance at the game on Sunday, Feb. 14. The event will air live at 8:00 p.m. ET on TNT, among other networks. Shakira ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 18:53:00 GMT";
arnews[3] += "
";
arnews[4]="Obama hails House's passage of PAYGO - Thehill.com
";
arnews[4] += "Statutory PAYGO would hold us to a simple but bedrock principle: Congress ... passage of statutory PAYGO today will help usher out an era of irresponsibility and begin putting the country back on a fiscally sustainable path.\"";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 22:11:00 GMT";
arnews[4] += "
";
arnews[5]="Usher's Search for a New Manager Reportedly Causes Album Delay - The BoomBox
";
arnews[5] += "It looks like Usher is having a tough time mixing business with his personal life. According to the New York Daily News , the R&B crooner and his mother/manager Jonetta Patton parted ways professionally last November. \"She walked away from the ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:47: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("