function Browser() {var b=navigator.appName;if (b=="Netscape") this.b="ns";else if ((b=="Opera") || (navigator.userAgent.indexOf("Opera")>0)) this.b = "opera";else if (b=="Microsoft Internet Explorer") this.b="ie";if (!b) alert('Unidentified browser./nThis browser is not supported,');this.version=navigator.appVersion;this.v=parseInt(this.version);this.ns=(this.b=="ns" && this.v>=4);this.ns4=(this.b=="ns" && this.v==4);this.ns6=(this.b=="ns" && this.v==5);this.ie=(this.b=="ie" && this.v>=4);this.ie4=(this.version.indexOf('MSIE 4')>0);this.ie5=(this.version.indexOf('MSIE 5')>0);this.ie55=(this.version.indexOf('MSIE 5.5')>0);this.opera=(this.b=="opera");this.dom=(document.createElement && document.appendChild && document.getElementsByTagName)?true:false;this.def=(this.ie||this.dom); var ua=navigator.userAgent.toLowerCase();if (ua.indexOf("win")>-1) this.platform="win32";else if (ua.indexOf("mac")>-1) this.platform="mac";else this.platform="other";} var is = new Browser(); function showLoadingScreen ( ) { var loadingText = ""; loadingText += "

Welcome to AACR\'s Virtual Conferences - Adding Value to AACR Meetings

"; loadingText += "AACR Meetings have an impact on science long after they\'re over. We are now making available a series of webcasts in the past few years. These webcasts highlight the most significant talks and sessions from AACR meetings to ensure that the content is available worldwide to scientists, members of the media and the lay public. You do not have to be an AACR member to view these free webcasts.

"; loadingText += "We invite you to view meetings/sessions you may have missed or listen to talks you would like to review again. Some Webcasts include video as well as audio; most include slide presentations.

"; loadingText += "

Data loading...

"; loadingText += ""; loadingText += ""; loadingText += "
 
"; document.getElementById("crport").innerHTML = loadingText ; } showLoadingScreen(); function $import(src){ var script = document.createElement('script'); script.type = 'text/javascript'; script.src = src; document.getElementsByTagName('head')[0].appendChild(script); } // import with a random query parameter to avoid caching function $importNoCache(src){ var ms = new Date().getTime().toString(); var seed = "&" + ms; //window.open ( src + seed); $import(src + seed); } function displayHeaderOnly ( ) { //need to load it first $importNoCache( "http://www.capitalreach.com/esp1204/servlet/tc?c=10165&cn=aacr&du=/a/aacr/portal/2007/nav_data_code.jsp&e=7300&m=12&s=20353&" ); }