/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$(document).ready(function(){
    $('dt.menu_link a.pl').html('<img alt="" src="/images/flag_pl.png" style="position: relative; top: 6px; left: 2px;">');
    $('dt.menu_link a.usa').html('<img alt="" src="/images/flag_usa.png" style="position: relative; top: 6px; left: 2px;">');
    
});
