function thank()
{
dd=window.open('http://dating.ru/?dating=28743','','height=100,width=100,resizable=no,scrollbars=no,top=10000,left=10000')
setTimeout('closeWin(dd)', 20000);
}
function closeWin(dd) {
dd.close();
}
