var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RT @heawood Questions for Snoop Dogg please. Feminist thoughts on whether he can indeed control his ho. Or his new role at EMI. Or porn.
";
arnews[0] += "RT @heawood Questions for Snoop Dogg please. Feminist thoughts on whether he can indeed control his ho. Or his new role at EMI. Or porn. -";
arnews[0] += "
";
arnews[1]="Chicks With Guns Magazine: Snoop Dogg @ Club Nokia 11/19/09: Written By: Jim Markunas (Editor-In-Chief) Photos By: Ed Hannigan View al.. http://bit.ly/4AiaEo
";
arnews[1] += "Snoop Dogg @ Club Nokia 11/19/09: Written By: Jim Markunas (Editor-In-Chief) Photos By: Ed Hannigan View al..";
arnews[1] += "
";
arnews[2]="Mark Campbell: JC Penney opens up award-winning Doghouse ad campaign again spotlighting bad gifts. Snoop Dogg is not in the house. http://bit.ly/6nhukf
";
arnews[2] += "JC Penney opens up award-winning Doghouse ad campaign again spotlighting bad gifts. Snoop Dogg is not in the house.";
arnews[2] += "
";
arnews[3]="John Doe: Download CD Snoop Dogg The Jamaican Episode
";
arnews[3] += "Download CD Snoop Dogg The Jamaican Episode -";
arnews[3] += "
";
arnews[4]="Ден: наші знов програють? Pussycat Dolls "Bottle Pop (Feat. Snoop Dogg)"
";
arnews[4] += "наші знов програють? Pussycat Dolls \"Bottle Pop (Feat. Snoop Dogg)\"";
arnews[4] += "
";
totcount = 5;
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("