$(document).ready(function() {
$('a[href^=http://]').not("[href*=" + window.location.hostname + "]").attr("target","_blank");

skidki = $('<div>').text('Вы знаете, у нас сейчас скидки, звоните: (495) 764-99-87').css({
    'position': 'absolute',
    'width': '300px',
    'height': '60px',
    'left': '492px',
    'top': '12px',
    'color': '#f0123c',
    'fontSize': '14px',
    'padding': '5px 5px 5px 10px',
    'textAlign': 'center',
    'font-weight': 'bold'   
});
$('#header').prepend(skidki);

});


