var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vince McMahon Takes Sports Marketing Championship Belt
";
arnews[0] += "NBC Sports chief Dick Ebersol once called wrestling impresario Vince McMahon \"the greatest promoter since P.T. Barnum.\" Blogs Peter J. Schwartz: \"That's some high praise for Barnum.\" McMahon has an incredible knack for building brands and constantly reinventing his company to stay relevant.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:14:09 GMT";
arnews[0] += "
";
arnews[1]="Exclusive : First Look at Artwork from Upcoming Original Series Comic Book from IDW
";
arnews[1] += "While his \"Lost\" co-stars prepare to pack up and leave Hawaii, Daniel Dae Kim can plan to remain there for at least a few more months.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:47:05 GMT";
arnews[1] += "
";
arnews[2]="Phase II Fan Series "Origins" Features Prime Timeline Prequel Story of Young Kirkandnbsp;
";
arnews[2] += "While his \"Lost\" co-stars prepare to pack up and leave Hawaii, Daniel Dae Kim can plan to remain there for at least a few more months.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:09:44 GMT";
arnews[2] += "
";
arnews[3]="as Seen on TV: Oliver North
";
arnews[3] += "AS PLAYED BY: William Shatner AS SEEN ON: 'Saturday Night Live' From Wikipedia: Oliver Laurence North is a retired United States Marine Corps officer best known for his role in the Iran-Contra scandal.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:22:15 GMT";
arnews[3] += "
";
arnews[4]="Tuesday's TV Highlights: African Americans military service is recognized on PBS
";
arnews[4] += "SERVED: T he documentary \"For Love of Liberty: The Story of America's Black Patriots\" salutes African Americans in the U.S. military, at 8 p.m. on KVCR and 9 p.m. KLCS.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:09:27 GMT";
arnews[4] += "
";
arnews[5]="Exclusive : Scottandnbsp;Tipton on Writingandnbsp;Star Trek Comic Books for IDW and Much More
";
arnews[5] += "While his \"Lost\" co-stars prepare to pack up and leave Hawaii, Daniel Dae Kim can plan to remain there for at least a few more months.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 01:27:13 GMT";
arnews[5] += "
";
arnews[6]="Annies celebrate their own
";
arnews[6] += "The world of animation gathered Saturday to honor its own at the 37th annual Annie Awards at UCLA's Royce Hall.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 00:25:13 GMT";
arnews[6] += "
";
totcount = 7;
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("