/******************************************************************* * File    : mynews2.js* Created : 2002/02/16 * puropose : This file creates the news scroller and adds messages to it.***********************************************************************/ 	var myScroller = new JSFX.VerticalScroller();	myScroller.setStyle("font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000");	myScroller.setBgImage("images/white.jpg");	myScroller.setShowTime(5);	myScroller.addMessage('<b>“…your best personal shape is more important<br> than simply losing weight…” Dean Ornish, M.D., author of Eat More, Weigh Less</b>');	myScroller.addMessage('<b>“…cutting-edge research shows us how to optimize our body composition….” Pamela Peeke, M.D., M.P.H., author of Fight Fat After Forty</b>');	myScroller.addMessage('<b>“… innovative new approach…” James O. Hill, Ph.D., University of Colorado Health Sciences Center</b>');