var sTemplate = named({
      sCase: "upper",
      sFlashSrc: "typo3conf/ext/gasstation_finder/tmpl/swf/digital-7.swf",
      sColor: "#000000", 
      sLinkColor: "#000000", 
      sBgColor: "#ffffff",
      sWmode: "transparent",
      sHoverColor: "#000000", 
      nPaddingTop: 0, 
      nPaddingBottom: 0, 
      sFlashVars: "textalign=left&offsetTop=0"
    });


if (typeof sIFR == "function") {
  sIFR.replaceElement( "div.gas_prices", sTemplate);
  sIFR.replaceElement( "div.gas_prices_decimal", sTemplate);
}

