jQuery.noConflict();
jQuery(document).ready(function($) {
  
  if (location.href != "http://www.steueranwalt.de/content/fachbeitraege/fachbeitraege/nach-anwalt/" && location.href != "http://www.steueranwalt.de/content/fachbeitraege/fachbeitraege/nach-anwalt/?L=0" && location.href != "http://www.steueranwalt.de/content/specialist-articles/specialist-articles/by-lawyer/?L=1" &&
      location.href != "http://steueranwalt.de/content/fachbeitraege/fachbeitraege/nach-anwalt/" && location.href != "http://steueranwalt.de/content/fachbeitraege/fachbeitraege/nach-anwalt/?L=0" && location.href != "http://steueranwalt.de/content/specialist-articles/specialist-articles/by-lawyer/?L=1" &&
      location.href != "http://www.steueranwalt.de/content/fachbeitraege/fachbeitraege/" && location.href != "http://www.steueranwalt.de/content/fachbeitraege/fachbeitraege/?L=0" && location.href != "http://www.steueranwalt.de/content/specialist-articles/specialist-articles/?L=1" &&
      location.href != "http://steueranwalt.de/content/fachbeitraege/fachbeitraege/" && location.href != "http://steueranwalt.de/content/fachbeitraege/fachbeitraege/?L=0" && location.href != "http://steueranwalt.de/content/specialist-articles/specialist-articles/?L=1") {
      var i = '';

    if(location.href.search('L=1') != -1) {
      $('#c162 div').css({'display' : 'none'});
      $('#c162').append('<div id="back"><h1><a class="csc-firstHeader" href="http://www.steueranwalt.de/content/specialist-articles/specialist-articles/by-lawyer/?L=1">back</a></h1></div>')
      $('#back a').css({
        'color' : '#000000',
        'font-family' : 'tahoma',
        'font-size' : '12px',
        'font-weight' : 'normal',
        'line-height' : '20px',
        'text-decoration' : 'none'
      });
    }else {
    
      $('#c69 div').css({'display' : 'none'});
     
      $('#c69').append('<div id="back"><h1><a class="csc-firstHeader" href="http://www.steueranwalt.de/content/fachbeitraege/fachbeitraege/nach-anwalt/">zurück</a></h1></div>')
        $('#back a').css({
          'color' : '#000000',
          'font-family' : 'tahoma',
          'font-size' : '12px',
          'font-weight' : 'normal',
          'line-height' : '20px',
          'text-decoration' : 'none'
        });
    }

    $('#back h1').css({'margin-bottom' : '10px'});
  }  
});
