var arnews = new Array(6);
totcount = 1;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kofi Talks About MSG, SmackDown/ECW Stars on RAW, More - ProWrestling.com
";
arnews[0] += "- Kofi Kingston posted the following messages on Twitter from New York City on Monday: \"Shooting a commercial in ny before the show. Busy day! But busy is good people. Busy is good.\" and \"Wow. MSG was absolutely 100% amazing. To wrestle in a venue ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 01:31:00 GMT";
arnews[0] += "
";
totcount = 1;
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("