Put the script below in your Section Description. Substitute your new URL for mine.

<script language="javascript">
<!--
function waitRedirect()
{
window.location.replace("http://www.cafepress.com/dogplay");
}
// -->
</script>
<form name="redirector">
<input type="button" value="Click for New Location" onClick = "waitRedirect();">
</form>