Instead of creating an intro page, I'm trying to display a div over the entire website that will have a background image, some text, and a countdown, and an exit button. Is there a way to display this div only a certain amount of times for an IP address? That way it loads once The div would look something like this.
<div id="divbgimg">
<span id="titletext">text text text</span>
<span id="subtitletext">text text text</span>
<span id="date">10/11/12</span>
<div id="countdown"></div>
Is there any jQuery script I should look at to do something like this?