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