function redirect () { setTimeout(go_now(),0); }
function go_now () {
if (document.images) {
top.location.replace('./content/noframes.html' );
}
else {
top.location.href =
'http://newpage.iastate.edu';
}
}
