<!--
function redirect () { setTimeout("go_now()",123000); }
function go_now ()   { window.location.href = "angelswehave.html"; }
//-->