var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Matt Porter: # ukceleb Hough: 'Busy careers led to split': Derek Hough blames sister Julianne's split with Chuck Wi.. http://bit.ly/4Ldi6u
";
arnews[0] += "# ukceleb Hough: 'Busy careers led to split': Derek Hough blames sister Julianne's split with Chuck Wi..";
arnews[0] += "
";
arnews[1]="UrNextX: Derek Hough Blames Busy Careers for Julianne and Chuck's Split http://bit.ly/6TDXdw
";
arnews[1] += "Derek Hough Blames Busy Careers for Julianne and Chuck's Split";
arnews[1] += "
";
arnews[2]="UrNextX: New blog post: Derek Hough Blames Busy Careers for Julianne and Chuck's Split http://tinyurl.com/yh8szdn
";
arnews[2] += "New blog post: Derek Hough Blames Busy Careers for Julianne and Chuck's Split";
arnews[2] += "
";
arnews[3]="Derek "Not Gay" Hough: On Why His Sister Is Single
";
arnews[3] += "Derek \"Not Gay\" Hough: On Why His Sister Is Single -";
arnews[3] += "
";
arnews[4]="Tom: Lil' Kim & Derek Hough's Sexy Summer Bodies [MUST WATCH!]
";
arnews[4] += "Lil' Kim & Derek Hough's Sexy Summer Bodies [MUST WATCH!] -";
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("