/*
$(document).ready(function()
{
  var updatePrice = function ()
  {
    $("div.bruttoP", "#preiseLow").text(function (idx, text) 
    {
      return "(" + text + " brutto)";
    });
  };

});
*/
