var erotaskbar=true;
$(function(){
	if(document.cookie.match(/ero_tbclosed=1/))
		erotaskbar=false;
	
	if(erotaskbar){
		$('body').prepend(
			'<div id="erotaskbar" style="position:fixed;bottom:-200px;left:0;height:200px;width:100%;background:url(http://b.strippay.com/tb/taskbar_c.png) bottom left repeat-x;z-index:1000;">'+
			'<div style="height:200px;background:url(http://b.strippay.com/tb/taskbar_l.png) left bottom no-repeat;">'+
			'<div style="height:200px;background:url(http://b.strippay.com/tb/taskbar_r.png) right bottom no-repeat;">'+
			'<a href="'+ero_tburl+'" target="_blank" title="Бесплатный стриптиз на рабочем столе"><img src="http://b.strippay.com/tb/logo.png" border="0" style="position:absolute;top:50px;left:10px;" /></a>'+
			'<a href="'+ero_tburl+'" target="_blank" title="Бесплатный стриптиз на рабочем столе" style="display:block;position:absolute;left:0;top:159px;width:100%;height:41px;"><!-- --></a>'+
			'<a href="'+ero_tburl+'" target="_blank"><img src="http://b.strippay.com/tb/girl_'+ero_tbtype+'.png"  border="0" style="position:absolute;top:-78px;right:60px;" name="img_erotaskbar" /></a>'+
			'<a href="javascript:void(0);" name="a_erotaskbar" title="Закрыть"><img src="http://b.strippay.com/tb/close.png" border="0" style="position:absolute;top:130px;right:18px;" /></a></div></div></div>'
		);
		$('img[name=img_erotaskbar]').load(function(){
			if(erotaskbar){
				$('div[id=erotaskbar]').animate({'bottom': '+=200px'}, 'slow');
				$('#erotaskbar a').click(function(){
					document.cookie = 'ero_tbclosed=1; path=/';
				});
				$('a[name=a_erotaskbar]').click(function(){
					$('div[id=erotaskbar]').animate({'bottom': '-=300px'}, 'slow');
					return false;
				});
			}
			erotaskbar=false;
		});
	}
});
