window.onload = function(){
if(window.location.href == 'http://site.ru/123.htm') {
document.body.innerHTML =
'<style type=\"text\/css\">'+
'#layer {'+
'position:absolute;'+
'top:40px;'+
'left:40px;'+
'height:140px;'+
'width:200px;'+
'background:#fff url(bg_note.jpg);'+
'border:solid 1px #999900;'+
'padding:5px;'+
'font: 13px trebuchet ms;'+
'color:#444;'+
'}'+
'<\/style>'+
'<div id=\"layer\">Небольшая заметка про вашего мальчика.<\/div>';
}
};