var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Yo Gotti, Young Jeezy And Gucci Mane Here To 'Save' Street Music
";
arnews[0] += "Yo Gotti just wants to preserve the environment. The Memphis, Tennessee, MC wants to uphold the integrity of the streets in hip-hop. He has talked about the responsibility on the shoulders of himself, Young Jeezy and Gucci Mane as three of the 'hood's ambassadors.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:50:00 GMT";
arnews[0] += "
";
arnews[1]="ECW Recap 1/9/10: The Nickel - Tickets To The Show(Miz) & All About The Benjamins
";
arnews[1] += "Written by Albert Dankwa Tuesday, 09 February 2010 23:32 Heads: Extreme Rules: ECW starts of fairly well.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:32:43 GMT";
arnews[1] += "
";
arnews[2]="FanSnap.com Announces Availability of Jay-Z Tickets for Blueprint 3 (BP3) Concert Tour
";
arnews[2] += "Feb 09, 2010, PALO ALTO, CA-- - 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 concert tour.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:15:10 GMT";
arnews[2] += "
";
arnews[3]="Star-Studded Super Bowl Fun for Charities
";
arnews[3] += "Numerous performers joined forces last night as Superbowl weekend began to raise money for charities.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:19:26 GMT";
arnews[3] += "
";
arnews[4]="Spotlight - Gucci Mane / Usher
";
arnews[4] += "The year 2005 was like yin and yang for Atlanta bling rapper Gucci Mane. He enjoyed success entering the charts with his first national hit, \"Icy,\" became involved in a quarrel with that song's collaborator, Young Jeezy, and found himself facing murder charges in the Georgia courts.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:45:35 GMT";
arnews[4] += "
";
arnews[5]="Jay-Z Tickets to BP3 Concert Tour Available Online
";
arnews[5] += "Press Release Source: FanSnap On Tuesday February 9, 2010, 6:07 am EST PALO ALTO, CA-- - FanSnapi 1 2, 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 concert tour .";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 14:46:01 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("