
var tftest = new TextFader("tftest");
var test = new Array();
var city = new Array();
var ty = new Array();


test[0] = "Catherine, There aren't many people out there who could do what you have done! Many thanks to you for doing a seemingly impossible job with excellent results!";
city[0] = "D.U.I., Rancho Cucamonga";
ty[0] = "Case dismised after 1538.5 motion, license saved";

test[1] = "Thank you Catherine for saving our daughter from jail. You are our angel, and wewill never forget what you did for our family.";
city[1] = "Pomona";
ty[1] = "Corporal Injury to Spouse";

test[2] = "I am so glad that I found you to defend me. I don't know what I would have done without you. Thank you!";
city[2] = "Riverside";
ty[2] = "Possession for Sales, Methamphetamine";

test[3] = "You gave me back my husband. They wanted to crucify him. I can't believe you did it.";
city[3] = "Oakland";
ty[3] = "White Collar Fraud";

test[4] = "Catherine and staff, you were all so helpful through the scariest time ever…";
city[4] = "Los Angeles";
ty[4] = "Domestic Violence";

test[5] = "Thank you for putting up with my phone calls. I know I called a lot… I’m sure you will miss my calls!";
city[5] = "Rancho Cucamonga";
ty[5] = "Spousal Abuse";

test[6] = "Our son has a future again, and you played a part in that… our family thanks you.";
city[6] = "Pomona";
ty[6] = "First Degree Burglary";

test[7] = "My husband was looking at the rest of his life in prison. You got him out in seven months. I was scared that I would never touch him again. Thank you and God bless you.";
city[7] = "Pasadena";
ty[7] = "Child Annoyance/Molestation";


/* 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");
tftest.setColorArrays(cup, cdown);
tftest.setPause(3500);
tftest.setElementId("TestTextFader");
tftest.setRepeatCount(-1);
tftest.setFinalHTML("");
