Okay, so you want a URL to automatically redirect to different location...
For the source page, just use the following code and replace "expectingrain.com" with
the desitnation URL

<script type="text/javascript">
<!--
window.location = "http://www.expectingrain.com"
//-->
</script>