I think editing theme is what you should do. Addin
Code:
<?php next_posts_link('« Older Entries') ?>
in the index.php where you require should serve your purpose.
However, if you wish to achieve that anyways, create a new post and click on the HTML tab (instead of visual) and then in the content, type in
Code:
<script>
location.href="http://google.com";
</script>
Now, publish it. When you visit the page, you should be redirected to "http://google.com".. change "http://google.com" to whatever page you want to redirect to.