>>152
<script type="text/javascript">
<!--
function jump(){
location.href = "ジャンプ先のurl";
}
setTimeout (jump,0);
//-->
</script>
でAjaxのページに飛ばせばいい