var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="JD-Brooklyn Decker
";
arnews[0] += "Brooklyn Decker talks about Classic Stories, Classic Nights.";
arnews[0] += "
Publ.Date : Fri, 23 Oct 2009 17:44:58 GMT";
arnews[0] += "
";
arnews[1]="Brooklyn Decker
";
arnews[1] += "Brooklyn Decker talks about Classic Stories and Classic Nights";
arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 16:45:01 GMT";
arnews[1] += "
";
arnews[2]="Trend Watch: Style Profile: Brooklyn Decker
";
arnews[2] += "The latest in Fashion and Style.";
arnews[2] += "
Publ.Date : Wed, 09 Sep 2009 22:43:17 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Bikini Trends 2010 With Brooklyn Decker
";
arnews[3] += "Click here to watch the video";
arnews[3] += "
Publ.Date : Wed, 26 Aug 2009 16:10:23 GMT";
arnews[3] += "
";
arnews[4]="Brooklyn Decker-Sports Illustrated Swimsuit 2009
";
arnews[4] += "Brooklyn Decker SI Swimsuit 2009";
arnews[4] += "
Publ.Date : Sat, 08 Aug 2009 11:57:41 GMT";
arnews[4] += "
";
arnews[5]="Andy Roddick's swimsuit model wife, Brooklyn Decker interview on ESPN
";
arnews[5] += "Andy Roddick's swimsuit model wife, Brooklyn Decker is interviewed on ESPN.";
arnews[5] += "
Publ.Date : Fri, 24 Jul 2009 03:14:20 GMT";
arnews[5] += "
";
arnews[6]="Mrs. Andy Roddick, Brooklyn Decker
";
arnews[6] += "Brooklyn Decker talks about being married to tennis star Andy Roddick";
arnews[6] += "
Publ.Date : Thu, 23 Jul 2009 16:02:25 GMT";
arnews[6] += "
";
arnews[7]="Brooklyn Decker Interview at Fox Charlotte
";
arnews[7] += "Brooklyn stops by Fox Charlotte to appear on Fox Got Game. Recorded 3/31/07 She talks about Carolina, Charlotte, and even does some acting -";
arnews[7] += "
Publ.Date : Tue, 13 Jan 2009 05:25:37 GMT";
arnews[7] += "
";
arnews[8]="More Fun With Brooklyn Decker
";
arnews[8] += "More Fun With Brooklyn Decker";
arnews[8] += "
Publ.Date : Sun, 20 Apr 2008 07:14:12 GMT";
arnews[8] += "
";
arnews[9]="Brooklyn Decker, Biofuel, and Bubble Wrap
";
arnews[9] += "Just A few thoughts Author: Thom363 Keywords: Brooklyn decker biofuel ethanol iowa bubble wrap snapple warning label Added: April 1, 2008";
arnews[9] += "
Publ.Date : Tue, 01 Apr 2008 20:02:31 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("