/* Livesystem /de/investor_relations/index.html


Reorder the included newsbox before the rest of the content.
(DOM manipulation)

@author rur
@date 10.05.2010

*/

$(document).ready(function(){
   $('h2').after($('.startpage_newsbox'));
  });



