// JavaScript Document
jQuery(document).ready(function() {
    
  var splash = jQuery.cookie('DontAnnoyMe');
  var wet = jQuery.cookie('NoReallyDont');
  if (wet == 'yes' || splash == 'yes') {   } 
  else {
      tb_show("","http://www.citigroup.com/transactionservices/home/public_sector/docs/casebook/index.html?KeepThis=true&TB_iframe=true&height=574&width=830", "");
      jQuery.cookie('DontAnnoyMe', 'yes', { expires: 1, domain: '.citigroup.com', path: '/' });
  }

});

