var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jonathan Evans: Mark Gastineau Named Senior Vice President of Individual, Small Group, and Government Business Unit at Blue Shield of California
";
arnews[0] += "Mark Gastineau Named Senior Vice President of Individual, Small Group, and Government Business Unit at Blue Shield of California";
arnews[0] += "
";
arnews[1]="Big Shot Lawyer Guilty Of Conspiring To Threaten Witnesses
";
arnews[1] += "Big Shot Lawyer Guilty Of Conspiring To Threaten Witnesses -";
arnews[1] += "
";
arnews[2]="maria: Mark Gastineau Joe Klecko Abdul Salaam And Marty Lyons New York Jets Sack Exchange At Stock Exchange In Suits Autographed 8x10 Photograph
";
arnews[2] += "Mark Gastineau Joe Klecko Abdul Salaam And Marty Lyons New York Jets Sack Exchange At Stock Exchange In Suits Autographed 8x10 Photograph -";
arnews[2] += "
";
arnews[3]="maria: Mark Gastineau Joe Klecko Abdul Salaam And Marty Lyons New York Jets Sack Exchange At Stock Exchange In Trader Jackets Autographed 8x10 Photograph
";
arnews[3] += "Mark Gastineau Joe Klecko Abdul Salaam And Marty Lyons New York Jets Sack Exchange At Stock Exchange In Trader Jackets Autographed 8x10 Photograph -";
arnews[3] += "
";
arnews[4]="Lincoln Burrows: Mark Gastineau
";
arnews[4] += "Mark Gastineau -";
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("