var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Joe Nichols “Gimme That Girl”
";
arnews[0] += "Joe Nichols “Gimme That Girl” -";
arnews[0] += "
";
arnews[1]="John Hodge: GotCountry: Check out the new video from Joe Nichols: "Gimmie That Girl" http://bit.ly/6FfYXW
";
arnews[1] += "GotCountry: Check out the new video from Joe Nichols: \"Gimmie That Girl\"";
arnews[1] += "
";
arnews[2]="WOW Country 104-3: It's a BIG WOW! RT @JoeNichols: What do you guys think of the new "Gimmie That Girl" video? http://bit.ly/6VXBHr
";
arnews[2] += "It's a BIG WOW! RT @";
arnews[2] += "
";
arnews[3]="فرزاد: Joe Nichols – Old Things New
";
arnews[3] += "Joe Nichols – Old Things New -";
arnews[3] += "
";
arnews[4]="Eloise C: RT Win a Joe Nichols prize pack @JoeNichols @funnyjello http://tiny.cc/joenichols Ends 11/21 11:59 PM MST
";
arnews[4] += "RT Win a Joe Nichols prize pack @";
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("