
var tf = new TextFader("tf");
var l = new Array();
var v = new Array();
var f = new Array();
var r = new Array();
var a = new Array();
var c = new Array();

l[0] = "";
v[0] = "Embezzlement from Employer";
f[0] = "Prison, fines, restitution, parole.";
r[0] = "Acquittal at Jury Trial.";
a[0] = "Catherine";
c[0] = "";

l[1] = "";
v[1] = "Federal Conspiracy, Welfare Fraud";
f[1] = "Federal prison, Loss of Medical License";
r[1] = "Released, no prison, fines only.";
a[1] = "Catherine";
c[1] = "";

l[2] = "";
v[2] = "Spousal Abuse";
f[2] = "3 years Prison, $6,000 fine, 1 year Anger Management Classes.";
r[2] = "Acquittal at Jury Trial.";
a[2] = "Catherine";
c[2] = "";

l[3] = "";
v[3] = "Willful Cruelty to Child";
f[3] = "1 year in jail, fines, probation, loss of job.";
r[3] = "Successfully negotiated with District Attorney.  No charges filed.";
a[3] = "Catherine";
c[3] = "";

l[4] = "";
v[4] = "Lewd Act in Public";
f[4] = "1 year in jail, fines, probation, loss of job.";
r[4] = "Dismissed after filed Motion.";
a[4] = "Catherine";
c[4] = "";

l[5] = "";
v[5] = "Lewd Act on a Child";
f[5] = "Prison.";
r[5] = "Successfully negotiated with District Attorney.  No charges filed.";
a[5] = "Catherine";
c[5] = "";

l[6] = "";
v[6] = "Driving Under the Influence";
f[6] = "Jail, fines, license suspension, probation, D.U.I class.";
r[6] = "Reduced to wet reckless.";
a[6] = "Catherine";
c[6] = "";

l[7] = "";
v[7] = "Minor in Possession of Alcohol and Drunk in Public";
f[7] = "Jail, fine, loss of Drivers License, probation.";
r[7] = "Reduced to infraction, no jail, 2 hour class, then dismissal.";
a[7] = "Catherine";
c[7] = "";

l[8] = "";
v[8] = "Assault with Deadly Weapon, Resisting Arrest, Assault on Police Officer";
f[8] = "1 year in jail, $10,000 fine, probation.";
r[8] = "Reduced to Disturbing the Peace, all serious charged dropped.  Small fine.";
a[8] = "Catherine";
c[8] = "";

l[9] = "";
v[9] = "Federal Drug Trafficking and Sale to Undercover Agents";
f[9] = "Federal Prison.";
r[9] = "Dismissed.";
a[9] = "Catherine";
c[9] = "";

l[10] = "";
v[10] = "Fraud and Elder Abuse";
f[10] = "Prison, fines, probation.";
r[10] = "Successfully negotiated with authorities.  No charges filed.";
a[10] = "Catherine";
c[10] = "";

l[11] = "";
v[11] = "Petty Theft";
f[11] = "1 year in jail, fines, probation.";
r[11] = "Reduced to infraction.  Small fine.";
a[11] = "Catherine";
c[11] = "";

l[12] = "";
v[12] = "Petty Theft";
f[12] = "1 year in jail, fines, probation.";
r[12] = "Acquittal at Jury Trial.";
a[12] = "Catherine";
c[12] = "";

l[13] = "";
v[13] = "Resisting Arrest, Battery on Police Officer";
f[13] = "1 year in jail, fines, probation.";
r[13] = "Dismissed after argument.";
a[13] = "Catherine";
c[13] = "";

l[14] = "";
v[14] = "Sexual Battery, Annoying a Child under 18";
f[14] = "1 year in jail, fines, probation, sex offender registration.";
r[14] = "Plea Bargained to Simple Battery, small fine.";
a[14] = "Catherine";
c[14] = "";

l[15] = "";
v[15] = "Sexual Battery, Lewd Conduct, Soliciting, Loitering";
f[15] = "One year in jail, probation, fines.";
r[15] = "Dismissed after Motion by Attorney.";
a[15] = "Catherine";
c[15] = "";

l[16] = "";
v[16] = "Attempted Murder, Multipal Firearm Charges, Burglary, Felony Evading Arrest, Criminal Threats, 10 Gun Enhancements- Total Strikes – 12.";
f[16] = "Life in Prison.";
r[16] = "11 Strikes Dismissed, Most counts dismissed, 5 years prison.";
a[16] = "Catherine";
c[16] = "";

l[17] = "";
v[17] = "Exhibiting a Firearm";
f[17] = "1 year in Jail.";
r[17] = "Dismissed after Motion by Attorney.";
a[17] = "Catherine";
c[17] = "";

l[18] = "";
v[18] = "Felony Obstructing Officers";
f[18] = "Prison, $10,000 fine.";
r[18] = "Reduced to Misdemeanor at Prelim Hearing, Reduced to Infraction at Jury Trial.  $100 fine.";
a[18] = "Catherine";
c[18] = "";

l[19] = "";
v[19] = "Sale of Marijuana on College Campus";
f[19] = "Prison, Fines. Parole.";
r[19] = "Dismissed after 1538.5 Motion by Attorney.   ";
a[19] = "Catherine";
c[19] = "";

/* adjusts the fade effect */

//var cup = new Array("ffffff", "eeeeee", "dddddd", "cccccc", "bbbbbb", "aaaaaa", "999999","888888", "777777", "666666", "555555", "444444", "333333", "222222", "111111", "000000");
//var cdown = new Array("ffffff", "eeeeee", "dddddd", "cccccc", "bbbbbb", "aaaaaa", "999999","888888", "777777", "666666", "555555", "444444", "333333", "222222", "111111", "000000");
var cup = new Array("d0ccb3", "aaaaaa", "999999","888888", "777777", "666666", "555555", "444444", "333333", "222222", "111111", "000000");
var cdown = new Array("d0ccb3", "aaaaaa", "999999","888888", "777777", "666666", "555555", "444444", "333333", "222222", "111111", "000000");
/* no fade */
//var cup = new Array("000000", "000000", "000000", "000000", "000000", "000000", "000000", "000000", "000000", "000000", "000000", "000000");
//var cdown = new Array("000000", "000000", "000000", "000000", "000000", "000000", "000000", "000000", "000000", "000000", "000000", "000000");
tf.setColorArrays(cup, cdown);
tf.setPause(5500);
tf.setElementId("TextFader");
tf.setRepeatCount(-1);
tf.setFinalHTML("");
