//  Distributed by http://www.hypergurl.com

// Scrollers width here (in pixels)
var scrollerwidth="180px"

// Scrollers height here
var scrollerheight="225px"

// Scrollers speed here (larger is faster 1-10)
var scrollerspeed=1



// Scrollers content goes here! Keep all of the message on the same line!

// <p class="Content">Date</p>Content<p class="MoreLink"><a href="./news.htm#??" target="_top" class="MoreLink">more ...</a></p><br />
var scrollercontent='<p class="Content">2/2/2009</p>MPI files rate request for first year of Driver Safety Rating system...<p class="MoreLink"><a href="./news.htm#52" target="_top" class="MoreLink">more ...</a></p><p class="Content">9/17/2008</p>Fed steps in to rescue AIG...<p class="MoreLink"><a href="./news.htm#51" target="_top" class="MoreLink">more ...</a></p><p class="Content">9/02/2008</p>Gustav was no Katrina...<p class="MoreLink"><a href="./news.htm#50" target="_top" class="MoreLink">more ...</a></p><p class="Content">5/16/2008</p>Subprime financial losses expected to be huge, but mitigating factors may temper insurance losses...<p class="MoreLink"><a href="./news.htm#49" target="_top" class="MoreLink">more ...</a></p><p class="Content">3/14/2008</p>Climate change tops list of risks to insurers...<p class="MoreLink"><a href="./news.htm#48" target="_top" class="MoreLink">more ...</a></p><p class="Content">1/31/2008</p>City not liable for damage when horesplay results in broken plate glass window...<p class="MoreLink"><a href="./news.htm#47" target="_top" class="MoreLink">more ...</a></p><p class="Content">10/25/2007</p>Insured wildfire loss could top $1.6 billion...<p class="MoreLink"><a href="./news.htm#46" target="_top" class="MoreLink">more ...</a></p><p class="Content">10/04/2007</p>MPI reports profit growth despite increased claims cost and volume...<p class="MoreLink"><a href="./news.htm#45" target="_top" class="MoreLink">more ...</a></p><p class="Content">08/16/2007</p>99% of Katrina claims settled...<p class="MoreLink"><a href="./news.htm#44" target="_top" class="MoreLink">more ...</a></p><p class="Content">07/19/2007</p>Manitoba Public Insurance reports solid Q1...<p class="MoreLink"><a href="./news.htm#43" target="_top" class="MoreLink">more ...</a></p><p class="Content">06/14/2007</p>MPI to hold the line on auto rates...<p class="MoreLink"><a href="./news.htm#42" target="_top" class="MoreLink">more ...</a></p><br /><p class="Content">03/20/2007</p><span class="SoftTitle">El Nino weakens, portending more 2007 storms </span><p class="MoreLink"><a href="./news.htm#a41" target="_top" class="MoreLink">more ...</a></p><p class="Content">03/02/2007</p><span class="SoftTitle">MPI lowers 2007 auto rates; offers 10% rebate for 2005-06 year</span><p class="MoreLink"><a href="./news.htm#a40" target="_top" class="MoreLink">more ...</a></p><p class="Content">02/01/2007</p><span class="SoftTitle">Marsh sells Putnam to Great-West Lifeco for US$3.9 billion </span><p class="MoreLink"><a href="./news.htm#40" target="_top" class="MoreLink">more ...</a></p><p class="MoreLink">&nbsp;</p><p class="Content">11/22/2006</p><span class="SoftTitle">MPI lowers auto rates; offers 10% rebate </span><p class="MoreLink"><a href="./news.htm#39" target="_top" class="MoreLink">more ...</a></p><p class="MoreLink">&nbsp;</p><p class="Content">10/10/2006</p><span class="SoftTitle">MPI investment income decreases, claims up in 2006</span><p class="MoreLink"><a href="./news.htm#38" target="_top" class="MoreLink">more ...</a></p><p class="MoreLink">&nbsp;</p><p class="Content">8/30/2006</p>Canadian travellers warned of hurricane season<p class="MoreLink"><a href="./news.htm#37" target="_top" class="MoreLink">more ...</a></p><br /><p class="Content">8/21/2006</p>US$5-billion underwriting loss for U.S. P/C industry in 2005<p class="MoreLink"><a href="./news.htm#36" target="_top" class="MoreLink">more ...</a></p><br /><p class="Content">6/20/2006</p>Manitoba lowers auto premiums; credits auto theft program<p class="MoreLink"><a href="./news.htm#35" target="_top" class="MoreLink">more ...</a></p><br /><p class="Content">7/28/2006</p>Marine insurance rates for Lebanon evacuation ships soar; costs "filter down" to charterers<p class="MoreLink"><a href="./news.htm#34" target="_top" class="MoreLink">more ...</a></p><br /><p class="Content">6/5/2006</p>Lloyds Warns Insurers To Face The Challenges Of Climate Change<p class="MoreLink"><a href="./news.htm#33" target="_top" class="MoreLink">more ...</a></p><br /><p class="Content">6/2/2006</p>Insurers to pay $50 million in Hollinger settlement<p class="MoreLink"><a href="./news.htm#32" target="_top" class="MoreLink">more ...</a></p><br /><p class="Content">5/31/2006</p>Active hurricane season anticipated, fewer land falls<p class="MoreLink"><a href="./news.htm#31" target="_top" class="MoreLink">more ...</a></p><br /><p class="Content">4/3/2006</p>Hurricane Forecast Increases Importance Insurers Place on Catastrophe Risk Models, EQECAT Says<p class="MoreLink"><a href="./news.htm#30" target="_top" class="MoreLink">more ...</a></p><br />'

var pauseit=1


// Change nothing below!

scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1 for NS
var copyspeed=scrollerspeed
var iedom=document.all||document.getElementById
var actualheight=''
var cross_scroller, ns_scroller
var pausespeed=(pauseit==0)? copyspeed: 0

//HAD to move this code (minus function) to startit function inorder to get both to work.
function populate()
{
    if (iedom)
    {
        cross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller
        cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
        cross_scroller.innerHTML=scrollercontent
        actualheight=cross_scroller.offsetHeight
    }
    else if (document.layers)
    {
        ns_scroller=document.ns_scroller.document.ns_scroller2
        ns_scroller.top=parseInt(scrollerheight)+8
        ns_scroller.document.write(scrollercontent)
        ns_scroller.document.close()
        actualheight=ns_scroller.document.height
    }
    lefttime=setInterval("scrollscroller()",20)
}

function scrollscroller()
{
    if (iedom)
    {
        if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8))
            cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px"
        else
            cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
    }
    else if (document.layers)
    {
        if (ns_scroller.top>(actualheight*(-1)+8))
            ns_scroller.top-=copyspeed
        else
            ns_scroller.top=parseInt(scrollerheight)+8
    }
}

if (iedom||document.layers)
{
    with (document)
    {
        if (iedom)
        {
            write('<div style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">')
            write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">')
            write('</div></div>')
        }
        else if (document.layers)
        {
            write('<ilayer width='+scrollerwidth+' height='+scrollerheight+' name="ns_scroller">')
            write('<layer name="ns_scroller2" width='+scrollerwidth+' height='+scrollerheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed"></layer>')
            write('</ilayer>')
        }
    }
}