/* NOTE: This page is used by Thomson Reuters to serve up the banner on the financial pages of the website. The flush on the below tag was needed to force the page to rethink and recognize any changes to the Locale for the English vs Spanish text changes. */ function writeSubmenuItem(width, url, txt) { document.write('' + txt + ''); } function writeMenuItem(url, txt) { document.write(''); document.write('
' + txt + '
'); document.write('
'); } function writeMenuMain() { if (!isNS4) { document.write(''); document.write(''); } document.write(''); document.write('
'); document.write(""); document.write("
"); writeMenuItem("http://www.drhorton.com/corp/index.jsp", "Home"); document.write(" "); writeMenuItem("http://www.drhorton.com/corp/index.jsp?redirect=howBuildDef", "The Horton Story"); document.write(" "); writeMenuItem("http://www.drhorton.com/corp/index.jsp?redirect=mortCalcDef&calcType=mcpmts", "Mortgage Calculator"); document.write(" "); writeMenuItem("http://www.drhorton.com/corp/index.jsp?redirect=jobsDef", "Careers"); document.write(" "); writeMenuItem("http://www.drhorton.com/corp/index.jsp?redirect=contactDef", "Contact Us"); document.write(" "); writeMenuItem("http://www.drhorton.com/corp/RedirectDisclaimer.do?irRedirect=finIRHomeDef", "Investor Relations"); document.write('
'); document.write('
'); } function writeBannerBody() { document.write(''); document.write('
'); document.write('D.R. Horton - America\'s Builder'); document.write(''); document.write(''); document.write(''); document.write('
'); writeMenuMain(); var currentLocation = escape(window.location); var returnUrl = 'http://www.drhorton.com/corp/RedirectDisclaimer.do?disclaimerAccept=true&irRedirect='; var phxUrls = new Array(); var drhortonUrls = new Array(); phxUrls[0] = "irol-IRHome"; drhortonUrls[0] = "finIRHomeDef"; phxUrls[1] = "irol-fundSnapshot"; drhortonUrls[1] = "finFinancialsDef"; phxUrls[2] = "irol-sec"; drhortonUrls[2] = "finSECFilingsDef"; phxUrls[3] = "www.sec.gov"; drhortonUrls[3] = "finInsiderTradingDef"; phxUrls[4] = "irol-reports"; drhortonUrls[4] = "finAnnualReportDef"; phxUrls[5] = "irol-stockQuoteChart"; drhortonUrls[5] = "finQuotesDef"; phxUrls[6] = "irol-ownershipSummary"; drhortonUrls[6] = "finOwnershipProfileDef"; phxUrls[7] = "irol-analysts"; drhortonUrls[7] = "finAnalystCoverageDef"; phxUrls[8] = "irol-news"; drhortonUrls[8] = "finNewsDef"; phxUrls[9] = "irol-governance"; drhortonUrls[9] = "finOfficersDef"; phxUrls[10] = "irol-glossary"; drhortonUrls[10] = "finGlossaryDef"; phxUrls[11] = "irol-fundRatios"; drhortonUrls[11] = "finRatiosDef"; phxUrls[12] = "irol-infoReq"; drhortonUrls[12] = "finInformationRequestsDef"; phxUrls[13] = "irol-sitemap"; drhortonUrls[13] = "finIRSiteMapDef"; phxUrls[14] = "irol-alerts"; drhortonUrls[14] = "finAlertsDef"; phxUrls[15] = "irol-analystrating"; drhortonUrls[15] = "finAnalystRatingsDef"; phxUrls[16] = "irol-certificationstatements"; drhortonUrls[16] = "finCertificationStatementsDef"; var found = 0; for (xUrl=0; xUrl < phxUrls.length; xUrl++) { if (currentLocation.indexOf(phxUrls[xUrl]) != -1){ returnUrl += drhortonUrls[xUrl]; found=1; break; } } if (found == 0) returnUrl += drhortonUrls[0]; returnUrl += '&lang=es'; returnUrl = escape(returnUrl); document.write('
'); document.write(''); document.write('  Español'); document.write(' | '); document.write(''); document.write('  View Favorites'); document.write('
'); document.write('
'); } //figure out what browser we are dealing with isNS4 = (document.layers) ? true : false; isIE4 = (document.all && !document.getElementById) ? true : false; isIE5 = (document.all && document.getElementById) ? true : false; isNS6 = (!document.all && document.getElementById) ? true : false; function banner_getElement(elementId) { //identify the element based on browser type if (isNS4){ objElement = document.layers[elementId]; }else if (isIE4) { objElement = document.all[elementId]; }else if (isIE5 || isNS6) { objElement = document.getElementById(elementId); } return objElement; } function getPageOffsetLeft(el) { var x; // Return the x coordinate of an element relative to the page. x = el.offsetLeft; if (el.offsetParent != null) x += getPageOffsetLeft(el.offsetParent); return x; } function getPageOffsetTop(el) { var y; // Return the x coordinate of an element relative to the page. y = el.offsetTop; if (el.offsetParent != null) y += getPageOffsetTop(el.offsetParent); return y; } function hMI(mi) { mi.style.backgroundColor='#CC3333'; } function uMI(mi) { mi.style.backgroundColor='#667A9B'; } function showMenuItem(menuItem, subMenuItemId, orientation) { awmhidediv(); x = getPageOffsetLeft(menuItem); y = getPageOffsetTop(menuItem); var subMenuItem = banner_getElement(subMenuItemId); subMenuItem.style.top = y + ((navigator.userAgent.toLowerCase().indexOf('safari') > -1) ? 14 : 18); if (orientation == 'right' ) { x += menuItem.offsetWidth - subMenuItem.offsetWidth + 1; } subMenuItem.style.left = x; subMenuItem.style.visibility = "visible"; clearTimeout(timers[subMenuItemId]); } var timers = new Array(); function turnOn(strDivName) { var objElement = banner_getElement(strDivName); objElement.style.visibility = "visible"; clearTimeout(timers[strDivName]); } function turnOff(strDivName) { var timer = timers[strDivName]; clearTimeout(timers[strDivName]); timers[strDivName] = setTimeout('actualTurnOff("' + strDivName + '")',50); } function actualTurnOff(strDivName) { var objElement = banner_getElement(strDivName); objElement.style.visibility = "hidden"; } function awmhidediv(){ if (isIE4 || isIE5) { var m=1; while (banner_getElement("awmobject"+m)){ banner_getElement("awmobject"+m).style.visibility="hidden"; m++; } } } function awmshowdiv() { if (isIE4 || isIE5) { var m=1; while (banner_getElement("awmobject"+m)) { banner_getElement("awmobject"+m).style.visibility="visible";m++; } } } writeBannerBody(); /* Below is the content of the Thomson Reuters main page that contains the call to this page:

Copyright ©2001 - 2004 D. R. Horton, Inc. All Rights Reserved. Terms and Conditions | Privacy Policy D. R. Horton, Inc. These materials may not be copied for commercial use or distribution and may not be framed or posted on other sites.

*/