Есть код всплывающего окошка, взятый с Pinterest (первое после регистрации, где показывается пример топика).
<div class="modalContainer bigCaret defaultCaret positionModuleElement positionFixed positionRight" style="left:258px;top:60px;">
<span class="positionModuleCaret" style="top:109px;"></span>
<div class="modalContent" style="width:375px;">
<div class="modalModule">
<div class="ajax tutorials-BaseTutorialStep tutorials-PinIntro Module inModal">
<form class="standardForm">
<h1 class="formTitle">Многоязычность</h1>
<div class="formItem">Если вы являетесь русскоговорящим читателем нашего сайта, наша редакция рекомендует вам переключиться на более комфортную для вас версию сайта.<br /></div>
<div class="formFooter">
<div class="formFooterButtons">
<button type="button" class="hasText rounded Button primary Module ajax btn">
<span class="buttonText">Закрыть</span>
</button>
</div>
<ul max="2" class="ui-Progress ajax round Module" value="">
<li class="active">1</li>
<li>2</li>
</ul>
</div>
</form>
</div>
</div>
</div>
</div>
1. Как прикрутить ее на сайт?
2. Как сделать это на cookies? :)