$(document).ready(function(){
   if ($.cookie('20080521') != '1') {
    tb_show("<strong>Follow Us on Facebook!</strong>", "#TB_inline?height=190&width=275&inlineId=mypopup","");
    $.cookie('20080521', '1', { expires: 20 }); }
   });
