function launchPopup(){

if($.cookie('arshams_cookie') != 'submitted'){
  
  if($.cookie('arshams_cookie') != 'closed'){
  
    setTimeout( 
    
    function(){$('a.fancydelay').fancybox({
        'type':'ajax',
        'scrolling':'no',
        'showCloseButton': true,
        'href':'http://www.portalcfo.com/popup'
        }).trigger('click'); 
    }
    
    , 5000); 
  
  }
  
}
  
}
