/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
========================================
V-NewsTicker v2.2
License : Freeware (Enjoy it!)
(c)2003 VASIL DINKOV- PLOVDIV, BULGARIA
========================================
For IE4+, NS4+, Opera5+, Konqueror3.1+
========================================
Get the NewsTicker script at:
http://www.smartmenus.org/
LEAVE THESE NOTES PLEASE - delete the comments if you want */
// BUG in Opera:
// If you want to be able to control the body margins
// put the script right after the BODY tag, not in the HEAD!!!
// === 1 === FONT, COLORS, EXTRAS...
v_font='verdana,arial,sans-serif';
v_fontSize='11px';
v_fontSizeNS4='12px';
v_fontWeight='normal';
v_fontColor='#4A49A8';
v_textDecoration='none';
v_fontColorHover='#ff0000';// | won't work
v_textDecorationHover='underline';// | in Netscape4
v_bgColor='url(bg.jpg)';
// set [='transparent'] for transparent
// set [='url(image_source)'] for image
v_top=0;// |
v_left=0;// | defining
v_width=200;// | the box
v_height=380;// |
v_paddingTop=25;
v_paddingLeft=2;
v_position='relative';// absolute/relative
v_timeout=3000;//1000 = 1 second
v_slideSpeed=40;
v_slideDirection=0;//0=down-up;1=up-down
v_pauseOnMouseOver=true;
// v2.2+ new below
v_slideStep=2;//pixels
v_textAlign='left';// left/center/right
v_textVAlign='top';// top/middle/bottom - won't work in Netscape4
// === 2 === THE CONTENT - ['href','text','target']
// Use '' for href to have no link item
v_content=[
['http://www.cliffordlaw.com/success/tst-150-000-2013-12-7-11-2013-surgeon-negligently-failed-to-remove-a-sponge-during-a-procedure-that-required-additional-surgery-to-remove','Surgeon negligently failed to remove a sponge during a procedure that required additional surgery to remove.
Outcome: $150,000 Settlement
',''],
['http://www.cliffordlaw.com/success/tst-kmh-2013-12-5-11-220-500-2013-building-manager-suffered-heal-fracture-requiring-surgery-after-building-custodian-negligently-tripped-him-with-a-mop','Building manager suffered heal fracture requiring surgery after building custodian negligently tripped him with a mop.
Outcome: $220,500 Settlement
',''],
['http://www.cliffordlaw.com/success/bss-2013-11-29-11-450-000-2013-50-year-old-man-visiting-from-china-was-struck-in-the-face-by-a-piece-of-mortar-as-he-passed-a-chicago-building-undergoing-renovation-resulting-in-temporary-vision-problems','50-year-old man visiting from China was struck in the face by a piece of mortar as he passed a Chicago building undergoing renovation, resulting in temporary vision probl...
Outcome: $450,000 Settlement
',''],
['http://www.cliffordlaw.com/success/rpw-cbm-cjs-200-000-2013-11-23-11-2013-plaintiff-sustained-a-fractured-pelvis-when-the-cab-that-she-was-a-passenger-in-was-t-boned-by-another-vehicle-at-an-intersection','Plaintiff sustained a fractured pelvis when the cab that she was a passenger in was t-boned by another vehicle at an intersection.
Outcome: $200,000 Settlement
',''],
['http://www.cliffordlaw.com/success/rpw-2013-10-4-11-100-000-partial-2013-67-year-old-woman-killed-in-an-intersection-accident-caused-by-an-uninsured-motorist-who-was-also-killed-in-the-crash-in-maywood','67-year-old woman killed in an intersection accident caused by an uninsured motorist who was also killed in the crash in Maywood.
Outcome: $100,000 Settlement (Partial)
',''],
['http://www.cliffordlaw.com/success/tst-2013-5-16-11-2-250-000-2013-wrongful-death-of-a-63-year-old-single-man-caused-by-the-errant-administration-of-the-incorrect-chemotherapy-drug-for-cancer','Wrongful death of a 63-year-old single man caused by the errant administration of the incorrect chemotherapy drug for cancer.
Outcome: $2,250,000 Settlement
',''],
['http://www.cliffordlaw.com/success/tst-2013-11-4-11-775-000-2013-52-year-old-cyclist-struck-by-car-resulting-in-minor-back-injuries-leg-and-foot-fractures-that-required-surgery','52-year-old cyclist struck by car resulting in minor back injuries, leg and foot fractures that required surgery.
Outcome: $775,000 Settlement
','']
];
//