// 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.amor.org/30years_splash?KeepThis=true&TB_iframe=true&height=388&width=915", "");
      jQuery.cookie('DontAnnoyMe', 'yes', { expires: 30, domain: '.amor.org', path: '/' });
  }

});