ставить в html низ. Прелесть кода в том, что можно самостоятельно изменять картинку.
Действие скрипта: слева на экране будет появляться картинка с уведомлением. Закрывается при нажатии на крестик.
Код:
<div class="container"><div id=alertMess style="display:none;width: ШИРИНА КАРТИНКИpx; height: ВЫСОТА КАРТИНКИpx;/* border:brown 1px solid;*/ top:42%;margin-left:-105px;position:fixed;z-index:100;"><img id=CloSandHid src="КАРТИНКА ЗАКРЫВАЮЩЕГО КРЕСТИКА" style="position:absolute;z-index:100;"/><img class=MyMessag src="КАРТИНКА САМОГО СООБЩЕНИЯ"/></div><script>function MiguN1(){$("#alertMess .MyMessag").fadeTo(1600,0.03,function(){$(this).fadeTo(1500,1,function(){return false});return false});return false}function setcookie(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c*1000*60)}if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');else return false}function getcookie(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c){c=c[0].split('=')}else{return false}return c[1]?c[1]:false}function timerZap(){timerID=setTimeout("MiguN1();timerZap();",3200);return}$("#CloSandHid").click(function(){setcookie("CloSandHid",true,15);if(getcookie("CloSandHid")){$("#alertMess").hide()}});if(!getcookie("CloSandHid")){$(document).ready(function(){if($("#navpm").text().indexOf("(")!=-1){timerID=setTimeout("$('#alertMess').fadeIn(2300);timerZap()",2300)}})} </script></div> </div>