Possible Duplicate:
Delay pop-up for 10 seconds, only pop up once
Im having trouble getting this script to run, its somthing realy simple i know.. i still have allot to learn about js. thanks in advance !
<script type="text/javascript">
$(document).ready(function() {
setTimeout(20000);
$function showPopup() {
$("#various1").fancybox();});
});
});
</script>
should probably be