ticker_width = "500px";
ticker_height = "22px";
ticker_speed = 1;
ticker_pause_onhover = 1;
//marqueecontent = '<nobr><span class=ticker><nobr> <span class=ticker_text_start></span> <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/x5ms92ZKyo0/AR2008092500268.html"> Talks Falter on Bailout Deal </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/i6bJ1A7l0Vw/AR2008092504155.html"> Smaller Banks Thrive Out of the Fray of Crisis </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/SCgsfKrekqo/AR2008092503948.html"> The Crisis and Your Pocketbook </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/WvKaiZLU5W8/AR2008092502677.html"> Health Insurance Costs to Spike an Average 8 Percent </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/Ar4BQqINDhE/AR2008092504603.html"> Debate Still in Limbo as Democrats Blame McCain For Interrupting Process </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/Vtv3JhFWNfY/AR2008092504590.html"> $16 Billion Pledged To Aid World\'s Poor </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/2yJHTIyPBd8/AR2008092504531.html"> Away from Wall Street, Economists Question Basis of Paulson\'s Plan </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/svFiKR7rYvU/AR2008092504311.html"> Gut Check </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/nMPBVo6elbA/AR2008092504285.html"> Sarkozy Advocates Systemic Change After Crisis </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/rnZPNCMR--Y/AR2008092504156.html"> A Glossary of Terms Behind the Headlines </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/4sbYiAlG-LA/AR2008092503710.html"> U.S. Forces WaMu Sale As Bank Founders </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/eLPjRecLwPI/AR2008092504102.html"> Salaries Set for Fannie, Freddie CEOs </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/E_RH3kMr2_w/AR2008092503988.html"> Palin Accepted $25,000 in Gifts, Alaska Records Show </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/jHoqcloP9VI/AR2008092503989.html"> Carbon Is Building Up in Atmosphere Faster Than Predicted </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/MfXVcxSXQuc/AR2008092501412.html"> Stocks Rally on Early Reports of Agreement on Bailout Plan </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/7qktyrqd54I/AR2008092500980.html">  </a>   &#8226; &#8226; &#8226;  <a target=_blank class=ticker_news href="http://feeds.washingtonpost.com/~r/wp-dyn/rss/business/index_xml/~3/Dw4C0EL9rt0/AR2008092303134.html">  </a>   &#8226; &#8226; &#8226;   </nobr></span></nobr>';

ticker_speed = (document.all) ? ticker_speed : Math.max(1, ticker_speed-1);
var copyspeed = ticker_speed;
var pausespeed = (ticker_pause_onhover == 0) ? copyspeed : 0;
var iedom = document.all || document.getElementById;
if (iedom) {
  document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-200px;left:-100000px">'+marqueecontent+'</span>');
}

var actualwidth='';
var rh_ticker_iedom, rh_ticker_ns;

function populate() {
  if (iedom) {
    rh_ticker_iedom = document.getElementById? document.getElementById("ie_rh_ticker") : document.all.ie_rh_ticker;
    rh_ticker_iedom.style.left = parseInt(ticker_width)+8+"px";
    rh_ticker_iedom.innerHTML = marqueecontent;
    actualwidth = document.all ? temp.offsetWidth : document.getElementById("temp").offsetWidth;
  } else if (document.layers) {
    rh_ticker_ns=document.rh_ticker_ns.document.ns_marquee2;
    rh_ticker_ns.left=parseInt(ticker_width)+8;
    rh_ticker_ns.document.write(marqueecontent);
    rh_ticker_ns.document.close();
    actualwidth=rh_ticker_ns.document.width;
  }
  lefttime = setInterval("rh_ticker_scroll()",20);
}
window.onload=populate;

function rh_ticker_scroll(){
  if (iedom) {
    if (parseInt(rh_ticker_iedom.style.left) > (actualwidth*(-1)+8)) {
      rh_ticker_iedom.style.left=parseInt(rh_ticker_iedom.style.left)-copyspeed+"px"
    } else {
      rh_ticker_iedom.style.left=parseInt(ticker_width)+8+"px"
    }
  } else if(document.layers) {
    if(rh_ticker_ns.left > (actualwidth*(-1)+8)) {
      rh_ticker_ns.left -= copyspeed;
    } else {
      rh_ticker_ns.left=parseInt(ticker_width)+8
    }
  }
}
if (iedom||document.layers) {
  with (document) {
    document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td>');
    if (iedom) {
      write('<div style="padding: 5px;padding-bottom:0px;position:relative;width:'+ticker_width+';height:'+ticker_height+';overflow:hidden;background-color:#ffffff;border-top:2px solid black;border-bottom:2px solid black;">')
      write('<div style="position:absolute;width:'+ticker_width+';height:'+ticker_height+';" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=ticker_speed">')
      write('<div id="ie_rh_ticker" style="position:absolute;left:0px;top:0px"></div>')
      write('</div></div>')
    } else if (document.layers) {
      write('<ilayer width='+ticker_width+' height='+ticker_height+' name="rh_ticker_ns" bgColor='+ss_marquee_color_bg+'>')
      write('<layer name="ns_marquee2" left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=ticker_speed"></layer>')
      write('</ilayer>')
    }
    document.write('</td></tr></table>')
  }
}

