var arnews = new Array(13);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="I went to San Francisco and started a blog: does everything ...
";
arnews[0] += "hypnotize - notorious big lonely hearts - joakim blasphemous rumors - depeche mode seremonia by apparat organ quartet keyboard land shut up by diplo - divers well said autumn's child - devendra banhart - rejoicing in the hands ...";
arnews[0] += "
";
arnews[1]="senseandsensibility
";
arnews[1] += "Duets-Notorious B.I.G.. Evolution Fight-Cyne Experience and Education-Sadat X Eydollartree-Blood of Abraham Fast Cars, Danger, Fire and Knives-Aesop Rock Fast Money-Birdman Fear of a Black Tangent-Busdriver ...";
arnews[1] += "
";
arnews[2]="Pushin' Tapes: Pushin' Tapes - Hevehitta & Unexpected ( TI ...
";
arnews[2] += "War, Raekwon, Bounty Killa & Klashnekoff - The World Is A Ghetto# Poverty Is Not An Option Interlude# Notorious BIG & 50 Cent - The Only Solution# 1 Year Later Interlude# Stat Quo - Word To The Survivors# Tragedy Khadafi, Half-A-Mil, ...";
arnews[2] += "
";
arnews[3]="surveys: Artists in my iTunesby: surveys_____xAfr
";
arnews[3] += "Notorious B.I.G.. Oasis Of Mice & Men Ok Go Outkast Owl City Paramore Pitbull Plain White T's The Roots Russell Brand Rusted Root Salt 'N Pepa Sara Bareilles Savage Say Anything Sean Kingston Selena Gomez Senses Fail Shania Twain ...";
arnews[3] += "
";
arnews[4]="a LITTLE [Look In The Timeless Loser's Eyes]: Child Abduction is ...
";
arnews[4] += "Hopefully South Park fans found this as funny as I did. City Wok Ftw Listening to: Big Poppa - Notorious B.I.G.. at 9:29 PM Conjured by HarV. 0 thoughts: Post a Comment · Older Post Home. Subscribe to: Post Comments (Atom) ...";
arnews[4] += "
";
arnews[5]="Strange Days | The Life and Art of Vern
";
arnews[5] += "Angela Basset's first IMDB credit is as a prostitute, but she went on to play Betty Shabazz (twice – in MALCOLM X and PANTHER), Rosa Parks, Tina Turner, plus the mothers of the Jacksons and Notorious B.I.G. as well as authoritative ...";
arnews[5] += "
";
arnews[6]="Nonzense (nonzen53) | The Little Rock 10 - Top Ten Lists of the ...
";
arnews[6] += "Notorious B.I.G. + 1970 Somethin'. Notorious B.I.G. + Big Poppa. Notorious B.I.G. + Gimme the Loot. Notorious B.I.G. + Going Back To Cali. Notorious B.I.G. + HARD TIMEZ. Notorious B.I.G. + Hold Ya Head. Notorious B.I.G. + Hypnotize ...";
arnews[6] += "
";
arnews[7]="*Michael Jackson vs. Notorious BIG Remix Collection!!* | King of ...
";
arnews[7] += "US $5.00 (0 Bid) End Date: Saturday Nov-28-2009 21:08:27 PSTBid now | Add to watch list.";
arnews[7] += "
";
arnews[8]="INTERNET GOON: Greatest Hip Hop Album Skits
";
arnews[8] += "Fuck Me-Notorious BIG (You gangsta killing....chronic smoking....) Skit-Ludacris (I got all your albums!!) I'm A H-O-E-Ruff Ryders (I fucked the whole family). Stop Lying-Ludacris (Nigga, you wearing my muthafucking chain again?!) ...";
arnews[8] += "
";
arnews[9]="Twice Upon a Christmas | Once Upon a Christmas Movie
";
arnews[9] += "Other movies making their debut on premium cable include Meryl Streep and Philip Seymour Hoffman in \"Doubt\" (Starz, 9 p.m.) and \"Notorious\" (Cinemax, 10 p.m.), not the Hitchcock classic but the bio-pic of The Notorious B.I.G. more ...";
arnews[9] += "
";
totcount = 10;
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("