var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Cecily Tynan
";
arnews[0] += "Cecily Tynan -";
arnews[0] += "
";
arnews[1]="Cecily Tynan
";
arnews[1] += "Cecily Tynan -";
arnews[1] += "
";
arnews[2]="Check Out This Cougar!: We hope you weren't expecting Cecily Tynan. http://tinyurl.com/d834p5
";
arnews[2] += "Check Out This Cougar!: We hope you weren't expecting Cecily Tynan.";
arnews[2] += "
";
arnews[3]="Lucas Wyrsch: Welcome to the Lead Generation Community: Gary Papa dies
";
arnews[3] += "Welcome to the Lead Generation Community: Gary Papa dies -";
arnews[3] += "
";
arnews[4]="Neel Ketkar: On the parkway w/a bazillion others people watching the roots, sheryl crow, mike nutter and the evil weatherlady cecily tynan
";
arnews[4] += "On the parkway w/a bazillion others people watching the roots, sheryl crow, mike nutter and the evil weatherlady cecily tynan";
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("