As you are using an eval of the href to open the popup it is also possible to wrap it inside a setTimeout, example:

setTimeout(function(){eval($('#showSplash').parent().attr('href'));},2000);...