28 lines
1 KiB
HTML
28 lines
1 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>Entrez Utilities</title>
|
|
<meta http-equiv="REFRESH" content="0;url=http://www.ncbi.nlm.nih.gov/books/NBK25501/">
|
|
<script language="JavaScript">
|
|
<!--
|
|
var time = null
|
|
function move() {
|
|
var location_path = "/books/NBK25501/";
|
|
var host = window.location.host;
|
|
var location_host = host;
|
|
if (host == "eutils.ncbi.nlm.nih.gov") { location_host = "www.ncbi.nlm.nih.gov"; }
|
|
else if (host == "eutilstest.ncbi.nlm.nih.gov") { location_host = "test.ncbi.nlm.nih.gov"; }
|
|
else if (host == "eutilsdev.ncbi.nlm.nih.gov") { location_host = "dev.ncbi.nlm.nih.gov"; }
|
|
var location_url = "http://" + location_host + location_path;
|
|
window.location = location_url;
|
|
}
|
|
//-->
|
|
</script>
|
|
</head>
|
|
<body onload="setTimeout('move()',1);">
|
|
Page is moved here:
|
|
<a href="http://www.ncbi.nlm.nih.gov/books/NBK25501/">
|
|
http://www.ncbi.nlm.nih.gov/books/NBK25501/</a>
|
|
</body>
|
|
|
|
</html>
|