var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kanye West Pays His Bills - Star Magazine Online
";
arnews[0] += "In last week's Star magazine we reported that Kanye West had walked out of Philippe restaurant in New York City without paying his bill. We said he was in a hurry and the chef couldn't get his meal quick enough for him. Our source was right, Kanye ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:34:00 GMT";
arnews[0] += "
";
arnews[1]="News Ticker: MGMT, Graham Nash, Kanye West, Megadeth - Rolling Stone
";
arnews[1] += "MGMT’s Congratulations , the follow-up to breakthrough disc Oracular Spectacular , is due April 13th. The nine-track LP, which is “sequenced to flow with sonic and thematic coherence” per their label, features guest vocals from Royal Trux’s ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:09:00 GMT";
arnews[1] += "
";
arnews[2]="Kanye West to welcome New Year quietly at home - One India
";
arnews[2] += "Washington (ANI): American rapper Kanye West, who was in news for dating a supermodel Sessilee Lopez to get over his split from fiancée Alexis Phifer, will be welcoming the New Year 'quietly' by spending time at home. He has revealed through his ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:24:00 GMT";
arnews[2] += "
";
arnews[3]="Kanye West Readies New Blog Launch, "It Should Be Up This Week" - SOHH
";
arnews[3] += "Grammy-winning rapper Kanye West has announced plans to launch a new blog this week. While not offering many details, Yeezy said fans could anticipate a new site launch any day. \"I've been working really hard on this new blog,\" Ye wrote in a ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:16:00 GMT";
arnews[3] += "
";
arnews[4]="Kanye West - Chicago Tribune
";
arnews[4] += "Born in Atlanta, this rapper and producer moved to Chicago with his mother when he was 3 years old. He's considered to be one of the most commercially successful \"back-pack\" rappers. West has said he was largely influenced by Wu-Tang member RZA. The ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 15:50:00 GMT";
arnews[4] += "
";
arnews[5]="GAME The R.E.D. Album - Hip Hop Galaxy
";
arnews[5] += "Game had confirmed that he would retire after his 2008 album, LAX. However, he announced that he would release another album titled D.O.C. or Diary of Compton, if he could get production from the original N.W.A members.In November 2009, HipHopDX ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:31: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("