        //scroller width
        var swidth=400;

        //scroller height
        var sheight=150;

        //background color
        var sbcolor='FFFFFF';

        //scroller's speed
        var sspeed=3;

        var msg=''

        //Your messages go below:


        msg +=
'<ul><li><a href="http://www.healthcanal.com/geriatrics-aging/24797-Elder-financial-abuse-heightens-during-holidays.html" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">December 19, 2011</a></li>'+
            '<li>Elder financial abuse heightens during holidays</li>'+
            '<li> </li></ul>'+
                  '<ul><li><a href="http://www.myfoxdc.com/dpp/news/virginia/spotsylvania-county-woman-charged-with-fraud-and-abuse-of-her-elderly-parent-110211"  target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">November 02, 2011</a></li>'+
            '<li>Spotsylvania County Woman Charged with Fraud and Abuse of Her Elderly Parent</li>'+
            '<li> </li></ul>'+  

        	'<ul><li><a href="http://www.alextimes.com/news/2011/jul/29/a-private-eyes-reality-local-sleuths-s/" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">July 29, 2011</a></li>'+
            '<li>A private eyes reality: local sleuths snoop to protect clients</li>'+
            '<li> </li></ul>'+  
			
'<ul><li><a href="http://www.azcentral.com/community/ahwatukee/articles/2011/07/27/20110727ahwatukee-detective-focuses-elder-abuse-cases.html" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">July 27, 2011</a></li>'+
            '<li>Ahwatukee detective focuses on elder-abuse cases</li>'+
            '<li> </li></ul>'+  
			
             '<ul><li><a href="http://www.elder-abuse.info/" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">April 06, 2011</a></li>'+
            '<li> Elder Abuse and Nursing Home Neglect Information</li>'+
            '<li> </li></ul>'+  

            '<ul><li><a href="http://content.usatoday.com/communities/entertainment/post/2011/03/mickey-rooney-tells-senate-he-suffered-elder-abuse/1" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">March 03, 2011</a></li>'+
            '<li>Mickey Rooney tells senate he suffered elder abuse</li>'+
            '<li> </li></ul>'+                     
            
            '<ul><li><a href="http://newoldage.blogs.nytimes.com/2011/03/03/government-report-finds-elder-abuse-on-the-rise/?partner=rss&emc=rss" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">March 03, 2011</a></li>'+
            '<li>Government report finds elder abuse on the rise</li>'+
            '<li> </li></ul>'+  
     
            '<ul><li><a href="http://www.staradvertiser.com/news/20110221_Surge_in_elder_abuse_prompts_more_investigation_awareness.html" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">Feb 21, 2011</a></li>'+
            '<li>http://www.staradvertiser.com/news/20110221_Surge_in_elder_abuse_prompts_more_investigation_awareness.html</li>'+
            '<li> </li></ul>'+ 

            '<ul><li><a href="http://www.10news.com/news/26639924/detail.html" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">January 27, 2011</a></li>'+
            '<li>Woman Denies Elder Abuse Of Pearl Harbor Survivor</li>'+
            '<li> </li></ul>'+          
                                  
            '<ul><li><a href="http://www.thesunnews.com/2010/12/12/1864563/oversight-under-fire-in-elder.html" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">December 12, 2010</a></li>'+
            '<li>Oversight under fire in elder abuse cases</li>'+
            '<li> </li></ul>'+  
            
            '<ul><li><a href="http://www.postandcourier.com/news/2010/dec/08/worst-case-ive-ever-seen/" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">December 08, 2010</a></li>'+
            '<li>Woman&acute;s daughter charged with abuse and neglect</li>'+
            '<li> </li></ul>'+ 
			
            '<ul><li><a href="http://newyork.cbslocal.com/2010/11/19/manhattan-businessman-charged-in-elder-abuse-case/" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">November 19, 2010</a></li>'+
            '<li>Manhattan Businessman Charged In Elder Abuse Case</li>'+
            '<li> </li></ul>'+  
			
            '<ul><li><a href="http://www.mlive.com/news/flint/index.ssf/2010/11/two_people_charged_in_elder_ab.html" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">November 18, 2010</a></li>'+
            '<li>Two people charged in elder abuse case of 71-year-old woman</li>'+
            '<li> </li></ul>'+ 

            '<ul><li><a href="http://www.elder-abuse-information.com/news/news_031105_med_error.htm" target="_blank" title="" onclick="basicPopup(this.href);return false" style="color:#00F">March 11, 2005</a></li>'+
            '<li>Woman Dies from Medication Error in California Nursing Home</li>'+
            '<li> </li></ul>'+ 
        '';

        //End of your messages
        // Begin the ticker code

        var resumesspeed=sspeed
        function start() {
                if (document.all) iemarquee(ticker);
                else if (document.getElementById)
                        ns6marquee(document.getElementById('ticker'));
        }
        
        function iemarquee(whichdiv){
                iediv=eval(whichdiv)
                sheight += 50;
                iediv.style.pixelTop=sheight
                iediv.innerHTML=msg 
                sizeup=iediv.offsetHeight
                ieslide()
        }
        
        function ieslide(){
                if (iediv.style.pixelTop>=sizeup*(-1)){
                        iediv.style.pixelTop-=sspeed
                        setTimeout("ieslide()",100)
                }
                else{
                        iediv.style.pixelTop=sheight
                        ieslide()
                }
        }
        
        function ns6marquee(whichdiv){
                ns6div=eval(whichdiv)
                sheight += 50;
                ns6div.style.top=sheight + "px";
                ns6div.innerHTML=msg
                sizeup=ns6div.offsetHeight
                ns6slide()
        }
        function ns6slide(){
                if (parseInt(ns6div.style.top)>=sizeup*(-1)){
                        theTop = parseInt(ns6div.style.top)-sspeed
                        ns6div.style.top = theTop + "px";
                        setTimeout("ns6slide()",100)
                }
                else {
                        ns6div.style.top = sheight + "px";
                        ns6slide()
                }
        }
