var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Linda Absher: Bad Idea for YA Bestseller: "She's in the Third Stall: A Pop-Up Guide to the Post-Rehab Lindsay Lohan". http://bit.ly/6XxcpD
";
arnews[0] += "Bad Idea for YA Bestseller: \"She's in the Third Stall: A Pop-Up Guide to the Post-Rehab Lindsay Lohan\".";
arnews[0] += "
";
arnews[1]="Ron Bronson: The 17 Best Romantic Comedies This Decade :: Blogs :: List of the Day :: Paste
";
arnews[1] += "The 17 Best Romantic Comedies This Decade :: Blogs :: List of the Day :: Paste -";
arnews[1] += "
";
arnews[2]="Mădălin Oprea: Dina Lohan To Serve Pre-Thanksgiving Luncheon To Community - AHN
";
arnews[2] += "Dina Lohan To Serve Pre-Thanksgiving Luncheon To Community - AHN -";
arnews[2] += "
";
arnews[3]="Bollywood Sargam: Random Thoughts : Lindsay Lohan blames media scrutiny for stalled acting career: Lohan blames media scrutiny f.. http://bit.ly/08HW3I2
";
arnews[3] += "Random Thoughts : Lindsay Lohan blames media scrutiny for stalled acting career: Lohan blames media scrutiny f..";
arnews[3] += "
";
arnews[4]="jesus rodriguez: [Blog] Mantenna - Monday, November 23: Lindsay Lohan gets annoyed that s... http://ping.fm/wl3zV
";
arnews[4] += "[Blog] Mantenna - Monday, November 23: Lindsay Lohan gets annoyed that s...";
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("