var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="A Conversation with Brooke Burke and Mark Cuban
";
arnews[0] += "A Conversation with Brooke Burke and Mark Cuban Web 2.0 Summit - Westin St. Francis Billionaire entrepreneur Mark Cuban and television personality-turned-entrepreneur Brooke Burke...";
arnews[0] += "
Publ.Date : Sat, 31 Oct 2009 00:36:41 GMT";
arnews[0] += "
";
arnews[1]="NFL Legends Tackle Brooke Burke
";
arnews[1] += "We hang out on the field with NFL Hall of Famers and TV stars as they compete in Madden NFL 10's Pigskin Pro AM.";
arnews[1] += "
Publ.Date : Thu, 06 Aug 2009 17:00:00 GMT";
arnews[1] += "
";
arnews[2]="Brooke Burke & Demand Studios: "Join The Band!"
";
arnews[2] += "than 500000 articles and videos and are one of the largest producers of Internet-ready video on the Web today. Meet the team behind one of the biggest content studios in the...";
arnews[2] += "
Publ.Date : Fri, 31 Jul 2009 22:13:35 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Brooke Burke on motherhood, ‘Dancing’
";
arnews[3] += "May 27: TODAY’s Hoda Kotb and Kathie Lee Gifford talk to TV personality Brooke Burke about being a mother of four and her time on “Dancing with the Stars.” (Today Show)";
arnews[3] += "
Publ.Date : Wed, 27 May 2009 14:54:32 GMT";
arnews[3] += "
";
arnews[4]="Brooke Burke Wins DWTS! Paris Hilton & More: Gossip Girls TV
";
arnews[4] += "It’s been an amazing season of “Dancing With the Stars,” and last night Brooke Burke emerged as the champion, along with her partner Derek Hough.";
arnews[4] += "
Publ.Date : Fri, 12 Dec 2008 19:17:34 GMT";
arnews[4] += "
";
arnews[5]="Brooke Burke Wins Dancing: MediaBytes with Shelly Palmer November 26, 2008
";
arnews[5] += "Brooke Burke took home the crown on Dancing with the Stars. While this was a lock from the beginning, the real shock was 300 pound, former defensive lineman Warren Sapp besting...";
arnews[5] += "
Publ.Date : Wed, 26 Nov 2008 14:50:17 GMT";
arnews[5] += "
";
arnews[6]="Dancing With The Stars Finals - Brooke Burke
";
arnews[6] += "Dancing With The Stars Finals - Brooke Burke";
arnews[6] += "
Publ.Date : Tue, 25 Nov 2008 13:12:29 GMT";
arnews[6] += "
";
arnews[7]="Brooke Burke & Derek Hough Tango on DWTS
";
arnews[7] += "Brooke Burke & Derek Hough do the Tango for two on ABC's Dancing With The Stars.";
arnews[7] += "
Publ.Date : Tue, 11 Nov 2008 19:32:46 GMT";
arnews[7] += "
";
arnews[8]="Beach Body Workout with Brooke Burke
";
arnews[8] += "This Memorial Day weekend, we head to the beach and chat with Brooke Burke about health and fitness at the OK! Magazine Body and Soul Event.";
arnews[8] += "
Publ.Date : Mon, 09 Jun 2008 17:59:24 GMT";
arnews[8] += "
";
arnews[9]="Beach Body Workout with Brooke Burke
";
arnews[9] += "We head to the beach and chat with Brooke Burke about health and fitness at the OK! Magazine Body and Soul Event.";
arnews[9] += "
Publ.Date : Fri, 23 May 2008 15:27:06 GMT";
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("