entremed.com - information about domain
- Server Status: available
- Server IP: 72.47.197.72
- Server Response Time: 476ms
Site title
EntreMed, Inc. » Home
Keywords
entremed,enmd,panzem,2-methoxyestradiol,2me2,tfpi,tissue factor pathway,tissue factor pathway inhibitors,par-2,proteinase activated receptor,proteinase activated receptor-2,enmd 0996,small molecule therapeutics,hif,hif-1a,hif-1a,hif-1 alpha,hypoxia-induci
Alexa information
Alexa rank: 1,832,622
Rank Trend

Bounce Trend

DNS Information
| Host: |
Class: |
Type: |
IP: |
TTL: |
Target: |
Other: |
| entremed.com |
IN |
NS |
|
2163 |
auth1.dns.cogentco.com |
|
| entremed.com |
IN |
NS |
|
2163 |
auth2.dns.cogentco.com |
|
| entremed.com |
IN |
NS |
|
2163 |
auth5.dns.cogentco.com |
|
| entremed.com |
IN |
NS |
|
2163 |
auth4.dns.cogentco.com |
|
Server Location
Site source
Show / hide source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>EntreMed, Inc. » Home</title>
<meta name="generator" content="WordPress 2.1.2" /> <!-- leave this for stats -->
<meta name="keywords" content="entremed,enmd,panzem,2-methoxyestradiol,2me2,tfpi,tissue factor pathway,tissue factor pathway inhibitors,par-2,proteinase activated receptor,proteinase activated receptor-2,enmd 0996,small molecule therapeutics,hif,hif-1a,hif-1a,hif-1 alpha,hypoxia-inducible factor 1 alpha,hypoxia-inducible factor 1a,hypoxia-inducible factor 1a,therapeutic pathways,cell cycle regulation,biotech,bioscience,oncology,angiogenesis,angiogenesis,angiogenesis drugs,inflammation,inflammation drugs,inflammatory disease,inflammatory therapeutics,drug discovery,cancer,apoptosis,jim burns">
<link rel="stylesheet" href="http://www.entremed.com/wp-content/themes/default/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="EntreMed, Inc. RSS Feed" href="http://www.entremed.com/feed/" />
<link rel="pingback" href="http://www.entremed.com/xmlrpc.php" />
<style type="text/css" media="screen">
</style>
<script type="text/javascript">
/* <![CDATA[ */
function email_popup(email_url) {
window.open(email_url, "_blank", "width=500,height=500,toolbar=0,menubar=0,location=0,resizable=0,scrollbars=1,status=0");
}
/* ]]> */
</script>
<link rel="stylesheet" href="http://www.entremed.com/wp-content/plugins/email/email-css.css" type="text/css" media="screen" />
<script type='text/javascript' src='http://www.entremed.com/wp-includes/js/tw-sack.js?ver=1.6.1'></script>
<script type='text/javascript' src='http://www.entremed.com/wp-content/plugins/inline-ajax-page/inap-misc.js.php?ver=1'></script>
<script type="text/javascript" src="http://www.entremed.com/domLib.js"></script>
<script type="text/javascript" src="http://www.entremed.com/domMenu.js"></script>
<script type="text/javascript" src="http://www.entremed.com/DomMenuBuilder.js"></script>
<script type="text/javascript" src="http://www.entremed.com/js/jquery.js"></script>
<script type="text/javascript" src="http://www.entremed.com/js/jquery.form.js"></script>
<script type="text/javascript" src="http://www.entremed.com/js/jquery.tablesorter.pack.js"></script>
<script type="text/javascript">
<!--
var options = {
target: '#pr_signup',
url: '/server/signup.php',
success: function() {
$('#pr_signup').hide('fast');
$('#pr_signup').fadeIn('slow');
}
};
// wait for the DOM to be loaded
$(document).ready(function() {
// bind 'myForm' and provide a simple callback function
$('#signup').ajaxForm(options);
});
// Get subscription management form
function showManage(step) {
if (step == 1) {
$.post('/server/signup.php', { step: "showManage"},
function(data){
$("#pr_signup").html(data);
$('#pr_signup').hide();
$('#pr_signup').fadeIn('slow');
});
} else if (step == 2) {
$.post('/server/signup.php', { step: "cancelManage"},
function(data){
$("#pr_signup").html(data);
$('#pr_signup').hide();
$('#pr_signup').fadeIn('slow');
});
}
}
//-->
</script>
<script type="text/javascript">
<!--
// Check for cookie
var section_active = '';
// See if showMap cookie is set
function load() {
var x = readCookie('menu_item')
if (x == 'business') {
menu_swap('business');
}else if(x == 'science'){
menu_swap('science');
} else {
menu_swap('clinical');
}
}
function createCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
}
else var expires = "";
document.cookie = name+"="+value+expires+"; path=/";
}
function readCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
function eraseCookie(name) {
createCookie(name,"",-1);
}
function menu_swap(new_active) {
if (new_active == section_active) return;
if (new_active == 'clinical') {
document.getElementById('clinical').className = 'blocknav_active';
document.getElementById('business').className = 'blocknav';
document.getElementById('science').className = 'blocknav';
document.getElementById('menu_panel_science').style.display = 'none';
document.getElementById('menu_panel_business').style.display = 'none';
document.getElementById('menu_panel_clinic').style.display = 'block';
}
if (new_active == 'business') {
document.getElementById('clinical').className = 'blocknav';
document.getElementById('business').className = 'blocknav_active';
document.getElementById('science').className = 'blocknav';
document.getElementById('menu_panel_clinic').style.display = 'none';
document.getElementById('menu_panel_science').style.display = 'none';
document.getElementById('menu_panel_business').style.display = 'block';
}
if (new_active == 'science') {
document.getElementById('clinical').className = 'blocknav';
document.getElementById('business').className = 'blocknav';
document.getElementById('science').className = 'blocknav_active';
document.getElementById('menu_panel_clinic').style.display = 'none';
document.getElementById('menu_panel_business').style.display = 'none';
document.getElementById('menu_panel_science').style.display = 'block';
}
section_active=new_active;
// Set Cookie
createCookie('menu_item',section_active,30)
}
//-->
</script>
<script type="text/javascript">
<!--
var cX = 0; var cY = 0;
function UpdateCursorPosition(e){ cX = e.pageX; cY = e.pageY;}
function UpdateCursorPositionDocAll(e){ cX = event.clientX; cY = event.clientY;}
if(document.all) { document.onmousemove = UpdateCursorPositionDocAll; }
else { document.onmousemove = UpdateCursorPosition; }
function AssignPosition(d) {
d.style.left = (cX-300) + "px";
d.style.top = (cY+10) + "px";
}
function HideContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "none";
}
function ShowContent(d) {
if(d.length < 1) { return; }
var dd = document.getElementById(d);
AssignPosition(dd);
dd.style.display = "block";
}
function ReverseContentDisplay(d) {
if(d.length < 1) { return; }
var dd = document.getElementById(d);
AssignPosition(dd);
if(dd.style.display == "none") { dd.style.display = "block"; }
else { dd.style.display = "none"; }
map.setCenter(map.getCenter()); // force proper display
}
//-->
</script>
<script type="text/javascript">
<!--
// Determine browser and version.
function Browser() {
var ua, s, i;
this.isIE = false;
this.isNS = false;
this.version = null;
ua = navigator.userAgent;
s = "MSIE";
if ((i = ua.indexOf(s)) >= 0) {
this.isIE = true;
this.version = parseFloat(ua.substr(i + s.length));
return;
}
s = "Netscape6/";
if ((i = ua.indexOf(s)) >= 0) {
this.isNS = true;
this.version = parseFloat(ua.substr(i + s.length));
return;
}
// Treat any other "Gecko" browser as NS 6.1.
s = "Gecko";
if ((i = ua.indexOf(s)) >= 0) {
this.isNS = true;
this.version = 6.1;
return;
}
}
var browser = new Browser();
// Global object to hold drag information.
var dragObj = new Object();
dragObj.zIndex = 0;
function dragStart(event, id) {
var el;
var x, y;
// If an element id was given, find it. Otherwise use the element being
// clicked on.
if (id)
dragObj.elNode = document.getElementById(id);
else {
if (browser.isIE)
dragObj.elNode = window.event.srcElement;
if (browser.isNS)
dragObj.elNode = event.target;
// If this is a text node, use its parent element.
if (dragObj.elNode.nodeType == 3)
dragObj.elNode = dragObj.elNode.parentNode;
}
// Get cursor position with respect to the page.
if (browser.isIE) {
x = window.event.clientX + document.documentElement.scrollLeft
+ document.body.scrollLeft;
y = window.event.clientY + document.documentElement.scrollTop
+ document.body.scrollTop;
}
if (browser.isNS) {
x = event.clientX + window.scrollX;
y = event.clientY + window.scrollY;
}
// Save starting positions of cursor and element.
dragObj.cursorStartX = x;
dragObj.cursorStartY = y;
dragObj.elStartLeft = parseInt(dragObj.elNode.style.left, 10);
dragObj.elStartTop = parseInt(dragObj.elNode.style.top, 10);
if (isNaN(dragObj.elStartLeft)) dragObj.elStartLeft = 0;
if (isNaN(dragObj.elStartTop)) dragObj.elStartTop = 0;
// Update element's z-index.
dragObj.elNode.style.zIndex = ++dragObj.zIndex;
// Capture mousemove and mouseup events on the page.
if (browser.isIE) {
document.attachEvent("onmousemove", dragGo);
document.attachEvent("onmouseup", dragStop);
window.event.cancelBubble = true;
window.event.returnValue = false;
}
if (browser.isNS) {
document.addEventListener("mousemove", dragGo, true);
document.addEventListener("mouseup", dragStop, true);
event.preventDefault();
}
}
function dragGo(event) {
var x, y;
// Get cursor position with respect to the page.
if (browser.isIE) {
x = window.event.clientX + document.documentElement.scrollLeft
+ document.body.scrollLeft;
y = window.event.clientY + document.documentElement.scrollTop
+ document.body.scrollTop;
}
if (browser.isNS) {
x = event.clientX + window.scrollX;
y = event.clientY + window.scrollY;
}
// Move drag element by the same amount the cursor has moved.
dragObj.elNode.style.left = (dragObj.elStartLeft + x - dragObj.cursorStartX) + "px";
dragObj.elNode.style.top = (dragObj.elStartTop + y - dragObj.cursorStartY) + "px";
if (browser.isIE) {
window.event.cancelBubble = true;
window.event.returnValue = false;
}
if (browser.isNS)
event.preventDefault();
}
function dragStop(event) {
// Stop capturing mousemove and mouseup events.
if (browser.isIE) {
document.detachEvent("onmousemove", dragGo);
document.detachEvent("onmouseup", dragStop);
}
if (browser.isNS) {
document.removeEventListener("mousemove", dragGo, true);
document.removeEventListener("mouseup", dragStop, true);
}
}
function search_active() {
document.getElementById('search_input').style.border="1px solid #777";
document.getElementById('search_input').style.textAlign="left";
document.getElementById('search_input').style.color="#333";
var value = document.getElementById('search_input').value;
if (value == "Search...") {
document.getElementById('search_input').value = "";
}
document.getElementById('search_input').focus();
}
function search_inactive() {
document.getElementById('search_input').style.border="1px solid #eee";
var value = document.getElementById('search_input').value;
if (value == "") {
document.getElementById('search_input').value = "Search...";
document.getElementById('search_input').style.textAlign="center";
document.getElementById('search_input').style.color="#aaa";
}
}
//-->
</script>
</head>
<body onload="load()">
<div id="page" class="">
<div id="header">
<div id="minimenu">
<a href="http://www.entremed.com/">Home</a> |
<a href="http://www.entremed.com/contact/">Contact Us</a> |
<a href="http://www.entremed.com/business/careers/">Careers</a>
<br />
<div style="margin-top:5px">
<form method="get" id="searchform" action="http://www.entremed.com/search/">
<input onmouseover='search_active();' onmouseout='search_inactive();' name="s" id="search_input" style="text-align:center;color:#aaa;border:1px solid #eee;padding:3px;" size="22" type="text" value="Search..." />
</form>
</div><!-- end search div -->
</div><!-- end minimenu -->
<div id="headerimg">
<a href="http://www.entremed.com/"><img src='http://www.entremed.com/logo.gif' alt='EntreMed' /></a>
<div class="description"></div>
</div>
</div>
<div id="imagenav">
<a href='http://www.entremed.com/clinic/' class='blocknav' id="clinical" onmouseover="menu_swap('clinical')" >Clinical Trials</a>
<a href='http://www.entremed.com/business/' class='blocknav' id="business" onmouseover="menu_swap('business')" >Business</a>
<a href='http://www.entremed.com/science/' class='blocknav' id="science" onmouseover="menu_swap('science')" >Science</a>
</div>
<div id="menu_panel_clinic" >
<div class='panel_menu'>
<div id='trial_status'>
<!--<a href='http://www.entremed.com/science/panzem/' title=''>Panzem<sup>®</sup> NCD</a>-->
<a href='http://www.entremed.com/science/aurora/' title=''>ENMD-2076</a>
<a href='http://www.entremed.com/science/mkc-1/' title=''>MKC-1</a>
<a href='http://www.entremed.com/science/enmd-1198/' title=''>ENMD-1198</a>
</div>
<div class='col_3'>
<a href='http://www.clinicaltrials.gov/ct/screen/BrowseAny?path=%2Fbrowse%2Fby-sponsor%2FINDUSTRY%2FEntreMed&recruiting=false' title=''>Patient Information</a>
<a href='http://www.entremed.com/science/science-archive/?q=clinical' title=''>Recent Clinical Data</a>
<a href='http://www.entremed.com/clinic/' title=''>Clinical Trials Underway</a>
<a href='http://www.entremed.com/science#pipeline' title=''>Indications</a>
</div>
</div>
</div>
<div id="menu_panel_business">
<div class='panel_menu'>
<div id="ir_panel"><br />
<a href='http://www.entremed.com/business/investors/' title=''>Investor Relations Center</a>
<span class='font-size:0.8em;color:#aaa;padding-top:10px;'>
EntreMed, Inc. (Nasdaq: ENMD)
is a clinical-stage pharmaceutical company developing a new generation of multi-mechanism drugs for the treatment
of cancer and inflammatory diseases. EntreMed's drug candidates target disease cells and the blood vessels that nourish them.
The Company's goal is to develop and commercialize therapeutic products based on its scientific expertise in angiogenesis,
cell cycle regulation, cell signaling, and inflammation - processes that are vital to the progression of cancer and other diseases.</span>
</div>
<div class='col_3'>
<a href='http://www.entremed.com/business/shareholders/' title='2010 10-K and Proxy Statement, Annual Meeting Details'>2010 10-K and Proxy</a>
<a href='http://www.entremed.com/business/news-archive/' title=''>News Archive</a>
<a href='http://www.entremed.com/business/board-of-directors/' title=''>Board of Directors</a>
<a href='http://www.entremed.com/business/management-team/' title=''>Management Team</a>
<a href='http://www.entremed.com/business/corporate-governance/' title=''>Corporate Governance</a>
<a href='http://www.sec.gov/cgi-bin/browse-edgar?company=EntreMed&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany' title=''>SEC Filings</a>
</div>
</div>
</div>
<div id="menu_panel_science">
<div class='panel_menu'>
<div class='col_1'>
<div class="science_hdr">Overview</div>
<a href='http://www.entremed.com/science/pathways/' title=''>Therapeutic Pathways</a>
<a href='http://www.entremed.com/science/science-archive/' title=''>Science Archive</a>
</div>
<div class='col_2'>
<div class="science_hdr">Drug Candidates</div>
<a href='http://www.entremed.com/science/aurora/' title=''>ENMD-2076</a>
<a href='http://www.entremed.com/science/panzem/' title=''>Panzem<sup>®</sup> (2ME2)</a>
<a href='http://www.entremed.com/science/mkc-1/' title=''>MKC-1</a>
<a href='http://www.entremed.com/science/enmd-1198/' title=''>ENMD-1198</a>
</div>
<div class='col_3'>
<!--
<div class="science_hdr">Pipeline</div>
<a href='http://www.entremed.com/science/tubulin_inhibitors/' title=''>Tubulin Inhibitors</a>
<a href='http://www.entremed.com/science/hdac/' title=''>HDAC Inhibitors</a>
-->
</div>
</div>
</div>
<hr />
<div id="content" class="narrowcolumn" style="margin-left:14px;">
<h1>Recent News</h1>
<a href='http://www.entremed.com/business/news-archive/'>View All</a><br /><br />
<div class="news_item news_business" id="post-350">
<a href="http://www.entremed.com/news/entremed-reports-fourth-quarter-and-year-end-2011-financial-results/">Friday, March 9, 2012</a>
<div class="entry">
EntreMed Reports Fourth Quarter and Year-End 2011 Financial Results </div>
</div>
<div class="news_item news_business" id="post-349">
<a href="http://www.entremed.com/news/entremed-initiates-plans-for-china-office/">Monday, March 5, 2012</a>
<div class="entry">
EntreMed Initiates Plans for China Office </div>
</div>
<div class="news_item news_business" id="post-347">
<a href="http://www.entremed.com/news/biotech-leaders-wei-wu-he-phd-and-tak-w-mak-phd-join-entremeds-board-of-directors/">Monday, February 6, 2012</a>
<div class="entry">
Biotech Leaders Wei-Wu He, Ph.D and Tak W. Mak, Ph.D Join EntreMed’s Board Of Directors </div>
</div>
<div class="news_item news_business" id="post-348">
<a href="http://www.entremed.com/news/entremed-completes-strategic-financing/">Monday, February 6, 2012</a>
<div class="entry">
EntreMed Completes Strategic Financing </div>
</div>
<div class="news_item news_business" id="post-346">
<a href="http://www.entremed.com/news/entremed-secures-10-million-strategic-financing/">Monday, January 23, 2012</a>
<div class="entry">
EntreMed Secures $10 Million Strategic Financing </div>
</div>
<h2>Stay Informed</h2>
<div id="pr_signup">
Enter your e-mail address to receive press releases electronically. (<a href='javascript:void(0);' onclick="showManage(1)">Manage your subscription</a>)<br />
<form id="signup" method="post" action="/server/signup.php">
<input style="margin-top:3px;" name="email" class="input" size="50" autocomplete="off" type="text">
<input title="Sign Up" class="button" value="Sign Up" type="submit">
</form>
</div>
<br />
<!-- Add fact sheet & corp presentation -->
</div>
<div id="sidebar" style="width: 290px;margin-right:14px;padding-left:10px;">
<ul>
<li><h4>Recent Updates</h4><ul><span style='font-size:1.15em;'><a href='http://www.entremed.com/business/investors/' title='View all business updates'>All Business</a>, <a href='http://www.entremed.com/science/science-archive/' title='View all science updates'>All Science</a></span><br /><br /><div class='update'><a href='/news/entremeds-enmd-2076-demonstrates-clinical-activity-in-recurrent-platinum-resistant-ovarian-cancer-patients'><strong>Science Presentation</strong></a><br />June 3, 2011<br />EntreMed's ENMD-2076 Demonstrates Clinical Activity in Recurrent, Platinum-Resistant Ovarian Cancer Patients<br />
<a class='doc_link' href='' title=''></a><a class='doc_link' href='http://www.entremed.com/files/umatulonis_enmd_2076_p2_ovarian.pdf' title='A Phase 2 Study of ENMD-2076 in Platinum Resistant Ovarian Cancer'>ENMD-2076 in Platinum Resistant Ovarian Cancer</a></div><br /><div class='update'><a href='/news/data-for-enmd-2076-phase-1-studies-in-multiple-myeloma-and-leukemia-presented-at-ash'><strong>Science Presentation</strong></a><br />December 7, 2010<br />Data for ENMD-2076 Phase 1 Studies in Multiple Myeloma and Leukemia Presented at ASH<br />
<a class='doc_link' href='' title=''></a><a class='doc_link' href='http://www.entremed.com/files/enmd_leukemia_poster_ash2010.pdf' title='A Phase I Study of ENMD-2076 in Patients with Relapsed or Refractory Leukemia'>ENMD-2076 Leukemia</a><br />
<a class='doc_link' href='http://www.entremed.com/files/enmd2076_multiplemyeloma_ash.pdf' title='Clinical Activity of a Novel Multiple Tyrosine Kinase and Aurora Kinase Inhibitor, ENMD-2076, Against Multiple Myeloma: Interim Phase I Trial Results'>ENMD-2076 Multiple Myeloma</a></div><br /><div class='update'><a href='/news/entremed-announces-reverse-stock-split'><strong><strong>EntreMed Announces Reverse Stock Split</strong></strong></a><br />June 30, 2010<br />EntreMed Announces Reverse Stock Split<br />
<a class='doc_link' href='http://www.entremed.com/Reverse-Split-FAQs.pdf' title='Reverse Split FAQ [PDF]'>Reverse Split FAQ [PDF]</a></div><br /></li>
</ul>
</div>
<hr />
<div id='btm_space'></div>
</div><!-- end page -->
<div id="footer">
<div style="float:right;margin-right:20px;">Panzem<sup>®</sup> is a registered trademark of EntreMed, Inc.</div>
<p>
<a href='http://www.entremed.com/legal/terms-and-conditions/' title='Click here to read our terms and conditions of use'>Terms and Conditions</a>
Copyright © 2012, EntreMed, Inc.
<!-- 23 queries. 0.220 seconds. -->
</p>
</div>
<!-- Google Analytics Tracking by Google Analyticator: http://cavemonkey50.com/code/google-analyticator/ -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script src="http://www.entremed.com/wp-content/plugins/google-analyticator/ga_external-links.js" type="text/javascript"></script>
<script type="text/javascript">
urchin = new urchin();
urchin.trackDownload = "pdf";
urchin.trackLinks();
_uacct="UA-277224-6"; urchinTracker();
</script>
</body>
</html>