function launchPopup(){

if($.cookie('keaneup_popup_cookie') != 'submitted'){
  
  if($.cookie('keaneup_popup_cookie') != 'closed'){
  
    setTimeout( 
    
    function(){$('a.fancydelay').fancybox({
        'type':'ajax',
        'scrolling':'no',
        'showCloseButton': true,
        'href':'http://unclaimed-property.keaneco.com/popup-4'
        }).trigger('click'); 
    }
    
    , 10000); 
  
  }
  
}
  
}
