$(document).ready(function(){dispatch.init();if($.cookie("ilike")==null||1==0){$("#social-buble").show();$("#social-buble").tween({opacity:{start:0,stop:100,time:3,duration:0.2},transform:{start:'rotate(0deg) scale(1)',stop:'scale(-10deg) scale(1.4)',time:3,duration:0.1,effect:'easeInOut'}});$("#social-buble").tween({transform:{start:'rotate(-10deg) scale(1.4)',stop:'scale(0deg) scale(1)',time:3.1,duration:0.2,effect:'easeInOut'}});$("#social-buble").tween({opacity:{start:100,stop:0,time:9,duration:0.2},top:{start:-100,stop:-80,time:9,duration:0.2,onStop:function(){$("#social-buble").hide();}}});$.cookie('ilike','www.sobe.com',{path:'/'});}});
