Code:
<script type="text/javascript">
document.onload = function() {
post.submit();
}
</script>
** Added, I tried "post.submit();" on a mouseover= event, So i could wait until the page was loaded then submit the script, But it still sends me to the post new topic section, So it must be something to do with the submission.