blob: 77a3e7d9a2744c9a99fe209b56752562f26a69ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<div id="newuserwrap">
<div id="posthelp"><img src="/static/img/blurbs/posthere.png"></div>
<div id="webcamhelp"><img src="/static/img/blurbs/webcamhelp.png"></div>
<div id="userlisthelp"><img src="/static/img/blurbs/userlisthelp.png"></div>
<div id="imageboard"><img src="/static/img/blurbs/imageboard.png"></div>
<div id="uploadstuff"><img src="/static/img/blurbs/uploadstuff.png"></div>
<div id="signinblurb"><img src="/static/img/blurbs/signinblurb.png"></div>
<div id="beingpostednow"><img src="/static/img/blurbs/beingpostednow.png"></div>
<script>
jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide("puff", 1000) }, 10000 ) })
</script>
</div>
|