bplist00_WebMainResource_WebSubresources ^WebResourceURL_WebResourceTextEncodingName_WebResourceMIMEType_WebResourceData_WebResourceFrameName_@http://www.adventisthealthcare.com/WAH/about/news/2005/0407.aspxUUTF-8Ytext/htmlO_ Washington Adventist Hospital Performing New Surgical Procedure to Treat Abnormal Heart Rhythm - Washington Adventist Hospital
Washington Adventist Hospital - Home
  

Press Release

  
Font
Small Font Size Medium Font Size Large Font Size

April 7, 2005

Washington Adventist Hospital Performing New Surgical Procedure to Treat Abnormal Heart Rhythm

Minimally Invasive “Mini-Maze” Surgery Has Potential to Eliminate Atrial Fibrillation and Reduce Risk of Stroke -Procedure is Performed for the First Time in the Region

Washington Adventist Hospital has begun performing a revolutionary new type of surgery that can correct atrial fibrillation (AF), a common form of heart rhythm abnormality and a major cause of stroke. The procedure, called The Mini-Maze, offers new hope to AF patients for whom no reasonable cure now exists.

Washington Adventist Hospital is currently the only center in the mid-Atlantic region offering this procedure which is available at only a handful of sites around the country.

Under the direction of Bryan M. Steinberg, MD, a surgical team was able to electrically isolate the parts of the heart responsible for causing AF, restore normal sinus rhythm, and remove the left atrial appendage via a minimally invasive approach. “We are very excited about the Mini-Maze procedure because for the first time we have a safe, reliable, and minimally invasive procedure that can permanently eliminate AF,” said Bryan M. Steinberg, MD. “Given how many patients suffer from the disease, this treatment has the potential to help a very large number of people, significantly reduce their risk of stroke, and improve their lives.”

Huge Impact

According to the American Heart Association, approximately 2.2 million people in the United States suffer from AF and more than 300,000 new cases are diagnosed each year. The condition carries serious consequences. AF increases the risk of stroke fivefold, and is a major contributor to the development of congestive heart failure as well as more serious, life-threatening arrhythmias.

AF is an irregular heart rhythm that interferes with the heart’s ability to pump blood. Abnormal electrical signals begin at the top of the heart and travel down the muscle, causing the atria, or upper chambers, to contract erratically. As a result, blood pools in the atria and forms clots that can travel to the brain and cause stroke. AF is the most common form of arrhythmia, an irregularity in the normal rhythm of the heartbeat.

Novel Procedure with Traditional Techniques

The Mini-Maze procedure involves the use of thoracoscopy, whereby a video telescope is inserted into the chest and instruments specially designed for the procedure are inserted via small ports or key hole incisions. Surgeons are able to burn lines in the heart, isolating areas where the irregular signal starts. The damaged tissue can no longer conduct electrical impulses, interrupting the transmission of the abnormal signal and allowing the rest of the chamber to resume beating normally. In addition the left atrial appendage, a fingerlike structure where clots form, is removed. This significantly reduces the stroke risk faced by patients on a daily basis. Experience to date indicates that Mini-Maze surgery eliminates AF in more than 85% of patients who undergo the procedure.

“By isolating the zone where the arrhythmia originates, we keep the rest of heart from being affected,” Doctor Steinberg explained. “We’ve known for some time that this can be an effective strategy for treating AF, but until now we haven’t had the tools to do it via a minimally invasive procedure.” The procedure takes advantage of standard techniques used in other areas of thoracic surgery but now applied to this effort.

Procedure Improves Treatment Options

AF is now most often treated with anticoagulant drugs, which do nothing to address the abnormal heart beat but instead are used to prevent the formation of blood clots. These clots, which form when blood stagnates and pools in the poorly functioning atria, account for the high risk of stroke in patients with AF. Lifelong anticoagulant therapy is necessary, but these drugs increase the risk of bleeding and require frequent blood tests to ensure that the level of medication is the right range. In addition, medications used to treat AF and regulate both heart rate and control rhythm have significant side effects as well as toxicities, which may be poorly tolerated.

Other treatments, including catheter-based procedures and older forms of surgery, are available to correct the abnormal rhythm of AF but they are difficult to perform and carry increased risk. "With the Mini-Maze procedure, we finally have a dramatic new ability to improve the quality of patients lives for whom there previously were few good options."

Washington Adventist Hospital  is a 318-bed, state-of-the-art acute care facility located in Takoma Park, Maryland. Washington Adventist Hospital is Montgomery County's only complete cardiac center, performing 650 open heart surgeries and more than 7,000 heart catheterizations each year.

Washington Adventist Hospital is part of Adventist HealthCare, an integrated health care delivery system based in Rockville, Maryland, that is one of the largest employers in the state of Maryland. Adventist Healthcare includes Washington Adventist Hospital, Shady Grove Adventist Hospital, Potomac Ridge Behavioral Health System, Adventist Rehabilitation Hospital of Maryland, Adventist Senior Living, Adventist Health Careers Training Center, Hackettstown Community Hospital, and Adventist Home Health.

Media Contact

Media with questions in regard to this release may contact our communications department at:

 Phone:  (301) 315-3044
 Fax:  (301) 315-3043
 Pager:  (301) 224-5714

 

P"(,16:>BFJ_WebResourceResponse_5http://www.adventisthealthcare.com/scripts/default.jsObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345KLMNOPQRSTUVWXYZ[_`U$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_5http://www.adventisthealthcare.com/scripts/default.js./01X$classesZ$classname12UNSURLXNSObject#AʖD)Z 6789BWNS.keysZNS.objects:;<=>?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytes_application/x-javascript_Microsoft-IIS/6.0T8177_Sat, 16 Feb 2008 18:32:00 GMT_"086e340ca61c81:3ee"_Mon, 28 Jan 2008 16:24:28 GMT./\]]^2_NSMutableDictionary\NSDictionary./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd BGP[^dmvx $*EY^~d_application/x-javascriptO // Popup Windows function strOpenWindowFeatures(iWindowWidth, iWindowHeight) { var iMouseX = 10; var iMouseY = 10; if ( window.event != null ) { iMouseX = window.event.screenX; iMouseY = window.event.screenY; } var iScreenX = window.screen.availWidth; var iScreenY = window.screen.availHeight; var iWindowLeft = iMouseX; if ( iWindowLeft + iWindowWidth > iScreenX ) { iWindowLeft = iMouseX - iWindowWidth - 10; } if ( iWindowLeft < 10 ) { iWindowLeft = 10; } var iWindowTop = iMouseY; if ( iWindowTop + iWindowHeight > iScreenY - 50 ) { iWindowTop = iMouseY - iWindowHeight - 60; } if ( iWindowTop < 10 ) { iWindowTop = 10; } return "width=" + iWindowWidth + ", height=" + iWindowHeight + ", left=" + iWindowLeft + ", top=" + iWindowTop + ", resizable=yes"; } function fnOpenWindow(strWindowURL, strWindowName, iWindowWidth, iWindowHeight) { var objNewWindow = window.open(strWindowURL, strWindowName, strOpenWindowFeatures(iWindowWidth, iWindowHeight), false); if ( objNewWindow != null ) { objNewWindow.focus(); } } // Simplified Popup // Usage: Link function popUp(theLink, popUpWidth, popUpHeight) { var popUpWindow = window.open(theLink, "popUp", "width=" + popUpWidth + ", height=" + popUpHeight + ", left=50, top=50, resizable=yes, scrollbars=yes", false); if ( popUpWindow != null ) { popUpWindow.focus(); } return false; } function closePopUp() { window.close(); } // This function is also in the admin.js file, // and fully documented there... function fnSimulateRepeaterCommand(strLinkButtonUniqueID, strHiddenFieldUniqueID, strHiddenFieldValue) { //alert("fnSimulateRepeaterCommand('" + strLinkButtonUniqueID + "', '" + strHiddenFieldUniqueID + "', '" + strHiddenFieldValue + "');"); // Split and Join the UniqueID property of the LinkButton to get // the DHTML ID and .NET __doPostBack ID for the server control. var aryLinkButtonID = strLinkButtonUniqueID.toString().split(":"); var strLinkButtonClientID = aryLinkButtonID.join("_"); var strLinkButtonPostBackID = aryLinkButtonID.join("$"); // Split and Join the UniqueID property of the HtmlInputHidden // to get the DHTML ID for the server control. var aryHiddenFieldID = strHiddenFieldUniqueID.toString().split(":"); var strHiddenFieldClientID = aryHiddenFieldID.join("_"); // Look for DHTML objects for the LinkButton and HtmlInputHidden. var objLinkButton = document.getElementById(strLinkButtonClientID); var objHiddenField = document.getElementById(strHiddenFieldClientID); // A variable to verify that everything will work... var blnOK = false; //alert("typeof __doPostback = '" + typeof __doPostBack + "'"); if ( typeof __doPostBack == 'function' ) { if ( objLinkButton != null ) { if ( typeof objLinkButton == 'object' ) { if ( objHiddenField != null ) { if ( typeof objHiddenField == 'object' ) { if ( objHiddenField.value != null ) { if ( strHiddenFieldValue.toString().length > 0 ) { blnOK = true; } else { alert("ERROR! strHiddenFieldValue parameter is an empty string!"); } } else { alert("ERROR! DHTML element with id='" + strHiddenFieldClientID + "' has no 'value' attribute!"); } } else { alert("ERROR! DHTML element with id='" + strHiddenFieldClientID + "' is not an object!"); } } else { alert("ERROR! Could not find a DHTML element with id='" + strHiddenFieldClientID + "'"); } } else { alert("ERROR! DHTML element with id='" + strLinkButtonClientID + "' is not an object!"); } } else { alert("ERROR! Could not find a DHTML element with id='" + strLinkButtonClientID + "'"); } } else { alert("ERROR! Could not find a '__doPostBack' function!"); } if ( blnOK == true ) { objHiddenField.value = strHiddenFieldValue.toString(); try { __doPostBack(strLinkButtonPostBackID,''); } catch (err) { alert("JavaScript error:\n" + err.description); } } } // Cross-Browser Block Element Display Toggler function toggleElement(elId) { var visibleStyle = "block"; if (!document.all) { var el = document.getElementById(elId); if((el != null) && (typeof(el) == 'object')) { var elName = el.tagName.toLowerCase(); if (elName == "tr") { visibleStyle = "table-row"; } else if (elName == "tbody") { visibleStyle = "table-row-group"; } } else { alert("ElementId '" + elId + "' is null or not an object."); } } var v = ((document.getElementById(elId).style.display == visibleStyle) || (document.getElementById(elId).style.display == "")); document.getElementById(elId).style.display = v ? "none" : visibleStyle; return false; } // Toggle visibility and link value function toggleFields(containerId, anchorId, invisValue, visValue) { toggleElement(containerId); var v = document.getElementById(containerId).style.display == "none"; document.getElementById(anchorId).lastChild.nodeValue = v ? invisValue : visValue; // \u2013 = – = en dash //document.getElementById(anchorId).title = v ? nvisValue : visValue; } // Used for multiple window.onload events // http://www.sitepoint.com/blogs/2004/05/26/closures-and-executing-javascript-on-page-load/ /* addLoadEvent(nameOfSomeFunctionToRunOnPageLoad); addLoadEvent(function() { // more code to run on page load }); */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { oldonload(); func(); } } } function addEvent(elm, evType, fn, useCapture) { // Cross-browser event handling by Scott Andrew if (elm.addEventListener) { elm.addEventListener(evType, fn, useCapture); return true; } else if (elm.attachEvent) { var r = elm.attachEvent('on' + evType, fn); return r; } else { elm['on' + evType] = fn; } } // This function is used for the Suckerfish (flyout) menus sfHover = function() { var sf = getElementsByClassName('ul', 'ClearFix nav'); if (sf == null) { return; } var sfEls = sf.getElementsByTagName("LI"); for (var i=0; i maxLength) { alert("You have reached the maximum limit of characters allowed."); obj.value = obj.value.substring(0, maxLength); } var c = document.getElementById(ctr); if (c) { var chars = maxLength - obj.value.length; c.innerHTML = chars + ' characters remaining'; } } } // Used to hide an obj if an item with a value in a RadioButtonList is checked function radioListHideShow(list, objId, value, tb) { var obj = document.getElementById(objId); if (list && obj) { var buttons = list.getElementsByTagName('input'); for (var i = 0; i < buttons.length; i++) { if (buttons[i].checked && buttons[i].value == value) { obj.style.display = 'block'; } else { obj.style.display = 'none'; var t = document.getElementById(tb); if (t) { t.value = ""; } } } } } _2http://www.adventisthealthcare.com/css/default.cssObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345KLMNOPQRSTUVWXYZ[_`U$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_2http://www.adventisthealthcare.com/css/default.css./01X$classesZ$classname12UNSURLXNSObject#Aʗ7\ 6789BWNS.keysZNS.objects:;<=>?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytesXtext/css_Microsoft-IIS/6.0T4121_Sat, 16 Feb 2008 18:32:00 GMT_"0d21e3cca61c81:3ee"_Mon, 28 Jan 2008 16:24:20 GMT./\]]^2_NSMutableDictionary\NSDictionary./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd ?DMX[ajsu| !'0DIidXtext/cssO/* Default Styles */ body { padding: 2em; color: #000; background: #fff; } body, input, select, textarea { font-family: verdana, arial, helvetica, geneva, sans-serif; } strong, b { font-weight: bold; } em, i { font-style: italic; } ul li, ol li, dl dt, dl dd { margin: 0; } form, fieldset, img { border: 0; display: block; } /* Set base font size */ body { font-size: .8em; } /* For the above global font sizing, 1px is .0785em */ h1 { font-size: 1.5em; } h2 { font-size: 1.4em; } h3 { font-size: 1.3em; } h4 { font-size: 1.2em; } h5 { font-size: 1.1em; } h6 { font-size: 1em; } p, li, dt, dd { line-height: 1.2em; margin: 0 0 0.8em 0; } dt { font-weight: bold; } ul { list-style: disc; } ol { list-style: decimal; } input, select, textarea { font-size: 1em; } a, a:link { color: blue; text-decoration: underline; } a:visited { color: purple; } a:hover { color: #000; } a:active { color: blue; } table { width: 100%; } th { font-weight: bold; text-align: left; } th, td { vertical-align: top; } .Hide { text-indent: -32767px; height: 0; line-height: 0; overflow: hidden; display: block; } /* Don't set to be position: absolute; as it will break abs. positioned elements in Opera. Why? Dunno. */ /* From http://www.positioniseverything.net/articles/onetruelayout/equalheight: Browsers don't let you throw arbitrarily large values at them. They have limits. Fortunately, we know the number of that limit (provided by Safari, the most conservative browser in this matter): 32767px. */ .Clear { clear: both; height: 0; line-height: 0; overflow: hidden; visibility: hidden; } .ClearVis { clear: both; } /* BEGIN CLEARFIX (http://www.positioniseverything.net/easyclearing.html) ===================================== ClearFix is used on any floated element that would ordinarily need
below it. When ClearFix is used, the non-semantic Clear div should not be needed. USE THIS:
content
content
NOT THIS:
content
content
*/ .ClearFix:after, .cmspage:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .ClearFix, .cmspage { display: inline-block; } /* Holly Hack Targets IE Win only \*/ * html .ClearFix, * html .cmspage { height: 1%; } .ClearFix, .cmspage { display: block; } /* End Holly Hack */ /* END CLEARFIX ===================================== */ /* For rendering of .NET validator controls */ span[controltovalidate], span>font[color="Red"] { display: block; } /* Accessibility */ abbr[title], acronym[title] { cursor: help; border-bottom: 1px dotted #666; } /* General Page Styles ==================== */ .cmspage, #Content .cmspanel { padding: 1em 2em; } .cmspage .cmspage { margin: 0; padding-top: 0; } .cmspage ul { margin-left: .8em; padding-left: .8em; } .cmspage ol { margin-left: 1.3em; padding-left: 1.3em; } .cmspage ul, .cmspage ol, .cmspage dd { margin-bottom: 1em; } .cmspage dd { margin-left: 1.4em; } .cmspage p, .cmspage li, #Content .cmspanel p, #Content .cmspanel li { margin-bottom: .6em; } .cmspage p, .cmspage li, .cmspage dt, .cmspage dd, #Content .cmspanel p, #Content .cmspanel li, #Content .cmspanel dt, #Content .cmspanel dd { line-height: 1.4; } .cmspage h1, .cmspage h2, .cmspage h3, .cmspage h4, .cmspage h5, .cmspage h6 .cmsform h1, .cmsform h2, .cmsform h3, .cmsform h4, .cmsform h5, .cmsform h6 { color: #000; margin: .6em 0 .2em 0; } .cmspage h1, .cmspage h2, .cmsform h1, .cmsform h2 { font-family: georgia, "times new roman", serif; } .cmspage h1, .cmsform h1 { font-size: 1.5em; margin-top: 0; margin-bottom: .6em; } .cmspage h2, .cmsform h2 { font-size: 1.3em; margin-top: .6em; } .cmspage h3, .cmsform h3 { font-size: 1.1em; } .cmspage h4, .cmspage h5, .cmspage h6, .cmsform h4, .cmsform h5, .cmsform h6 { font-size: 1em; } ul.Horiz, ul.Horiz li { float: left; }_;http://www.adventisthealthcare.com/scripts/styleswitcher.jsObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345KLMNOPQRSTUVWXYZ[_`U$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_;http://www.adventisthealthcare.com/scripts/styleswitcher.js./01X$classesZ$classname12UNSURLXNSObject#Aʗ-Dx 6789BWNS.keysZNS.objects:;<=>?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytes_application/x-javascript_Microsoft-IIS/6.0T1966_Sat, 16 Feb 2008 18:32:00 GMT_"086e340ca61c81:3ee"_Mon, 28 Jan 2008 16:24:28 GMT./\]]^2_NSMutableDictionary\NSDictionary./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd HMVadjs|~ "*0K_ddOfunction setFontSize(theFontSize) { switch (theFontSize) { case 'normal': setActiveStyleSheet('A'); break; case 'large': setActiveStyleSheet('A+'); break; case 'x-large': setActiveStyleSheet('A++'); break; default: setActiveStyleSheet('A'); break; } } function setActiveStyleSheet(title) { var i, a, main; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) { a.disabled = true; if(a.getAttribute("title") == title) a.disabled = false; } } } function getActiveStyleSheet() { var i, a; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled) return a.getAttribute("title"); } return null; } function getPreferredStyleSheet() { return ('A'); } 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 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; } addLoadEvent(function(e) { //alert("styleswitcher"); var cookie = readCookie("style"); var title = cookie ? cookie : getPreferredStyleSheet(); setActiveStyleSheet(title); }); window.onunload = function(e) { var title = getActiveStyleSheet(); createCookie("style", title, 365); } var cookie = readCookie("style"); var title = cookie ? cookie : getPreferredStyleSheet(); if (title == 'null') { title = getPreferredStyleSheet(); } setActiveStyleSheet(title); !_0http://www.adventisthealthcare.com/css/print.cssObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345KLMNOPQRSTUVWXYZ[_`U$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_0http://www.adventisthealthcare.com/css/print.css./01X$classesZ$classname12UNSURLXNSObject#Aʗee 6789BWNS.keysZNS.objects:;<=>?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytesXtext/css_Microsoft-IIS/6.0T2347_Sat, 16 Feb 2008 18:32:00 GMT_"0d21e3cca61c81:3ee"_Mon, 28 Jan 2008 16:24:20 GMT./\]]^2_NSMutableDictionary\NSDictionary +./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd =BKVY_hqsz %.BGg~dO +* { color: #000 !important; background: #fff !important; float: none !important; width: auto !important; border-color: #000 !important; } body { font: normal 10pt verdana, arial, helvetica, geneva, sans-serif; margin: 6px 12px; padding: 0; } body h1 {font-size: 16pt;} body h2 {font-size: 14pt;} body h3 {font-size: 12pt;} body h4 {font-size: 10pt;} img { margin: 0 !important; } div { padding: 0 !important; margin: 0 !important; } .JumpTo, #HeaderControls, #MainNav *, #IconLinks, #ExtraLinks ul, #Search, #LoginWrapper, #Breadcrumbs, #LeftColumn * { display: none !important; } #Content { margin-top: 0; } #LeftColumn { width: 1px; } fieldset, img, body, html { border: none !important; } td.Image img {display: none;} /* Display CMSPanels ==================== */ .cmspanel { display: none; visibility: hidden; } #RecentNews, #AdamPages { display: block; visibility: visible; } /* Body Area Links ==================== */ a, a:link, a:visited { color: #000; background: #fff; } /* Tables ==================== */ table { border: none !important; } th, td { border: none !important; text-align: left; vertical-align: top; } caption { font-weight: bold; text-align: left; } /* Lists ==================== */ ul.Horiz { width: 100% !important; float: left !important; } ul.Horiz li { width: auto !important; float: left !important; padding-right: .8em !important; } ul.Plain { list-style: none !important; } dt { font-weight: bold; } /* Forms ==================== */ .FormContainer fieldset { padding: 0; } .FormContainer div { padding: 2px 0 !important; } .FormContainer label { display: block !important; } .FormContainer .FormHint { font-size: .8em; margin: 0; } .FormContainer h3 { margin-bottom: 6px; } /* Footer ==================== */ #Footer { border-top: 1px solid #000; padding: .8em 1em .4em 1em; margin-top: 1em !important; } #Footer * { float: none !important; } #Footer p, #Footer li, #Footer li a, #LastUpdated p{ font-size: 10pt; color: #000; text-align: left; } /* Other ==================== */ .Bold, legend { font-weight: bold; } /* a[href]:after { content: " (" attr(href) ") "; font-size: 10pt; } a[href^="/"]:after { content: " (http://www.thechildrenshospital.org/" attr(href) ") "; } */#$%&'_3http://www.adventisthealthcare.com/ajax/common.ashxUutf-8Obplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345KLMNOPQRSTUVWXYZ[_`U$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_3http://www.adventisthealthcare.com/ajax/common.ashx./01X$classesZ$classname12UNSURLXNSObject#Ayu 6789BWNS.keysZNS.objects:;<=>?@A CDEFGHIJ\X-Powered-By_X-Aspnet-Version]Cache-ControlWExpiresVServer\Content-TypeTDate^Content-LengthWASP.NETX1.1.4322Wprivate_Sat, 16 Feb 2008 18:49:50 GMT_Microsoft-IIS/6.0_text/plain; charset=utf-8_Sat, 16 Feb 2008 18:48:50 GMTT2991./\]]^2_NSMutableDictionary\NSDictionary ./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd @ENY\bktv}"*3;[od Ztext/plainO var requests = new Array(); if(typeof(XMLHttpRequest) == 'undefined') var XMLHttpRequest = function() { var request = null; try { request = new ActiveXObject('Msxml2.XMLHTTP'); } catch(e) { try { request = new ActiveXObject('Microsoft.XMLHTTP'); } catch(ee) {} } return request; } function ajax_stop() { for(var i=0; i?@A CDEFGHIJ\X-Powered-By_X-Aspnet-Version]Cache-ControlWExpiresVServer\Content-TypeTDate^Content-LengthWASP.NETX1.1.4322Wprivate_Sat, 16 Feb 2008 18:48:50 GMT_Microsoft-IIS/6.0_text/plain; charset=utf-8T2398./[\\]2_NSMutableDictionary\NSDictionary ^./`aab2_NSHTTPURLResponse]NSURLResponse)27:PRd #19@MRairzc)O ^ // cached javascript var HeaderControlsContent = { AddPage:function(authID,pageID,qs,callback,context){return new ajax_request(this.url + '?_method=AddPage&_session=no','authID=' + enc(authID)+ '\r\npageID=' + enc(pageID)+ '\r\nqs=' + enc(qs),callback, context);}, url:'/ajax/Adventist.Web.UserControls.Shared.HeaderControlsContent,Adventist.Web.ashx' } function HtmlControl(id) { var ele = null; if(typeof(id) == 'object') ele = id; else ele = document.getElementById(id); if(ele == null) return null; var _o = ele.cloneNode(true); var _op = document.createElement('SPAN'); _op.appendChild(_o); this._source = _op.innerHTML; } HtmlControl.prototype.toString = function(){ return this._source; } function HtmlControlUpdate(func, parentId) { var f,i,ff,fa=''; var ele = document.getElementById(parentId); if(ele == null) return; var args = []; for(i=0; i 2) for(i=2; i9999||year<1970||month<1||month>12||day<0||day>31||hours<0||hours>23||minutes<0||minutes>59||seconds<0||seconds>59)throw("ArgumentException");this.Year = year;this.Month = month;this.Day = day;this.Hours = hours;this.Minutes = minutes;this.Seconds = seconds;} DateTime.prototype.toString = function(){return digi(this.Year,4) + digi(this.Month,2) + digi(this.Day,2) + digi(this.Hours,2) + digi(this.Minutes,2) + digi(this.Seconds,2);} function _getTable(n,e){for(var i=0; i?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytesYimage/gif_Microsoft-IIS/6.0T5451_Sat, 16 Feb 2008 18:32:01 GMT_"059b23fca61c81:3ee"_Mon, 28 Jan 2008 16:24:26 GMT./\]]^2_NSMutableDictionary\NSDictionaryK./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd INWbekt} #+1;OTtdYimage/gifOKGIF89aJI C YꊫdBt>i-!,JI &dihV&z pw|pH,Ȥ\v56جvj"&LGȢK7|2ñ_9>S.#m'lOP;4/a9U':Pfò7˟yN4O/ܰTx4#i&RRl+XpsbEZqObeS\|۽Vgȥ$#Yԅx \@ \@q*0y9[ (`Cl_")45n"$ 4o08` ;o<(s hHA @ LLl)zu\͹ xmԉ >(`æ€L!XL .0buyh9kcJE:0j 4!M*0a$ނ=ц2T?ʜ'U(W@xa [\Z[ x{" =~DL!Pb<2C%b wU4ɨZYxlcj< -P (P[s`C5g؀[v59vЉФV[ U\.A.VuBLј `&xlciY#_^kw)(@f{p0pl[ Y o <@(x۳J;fG=D  ^=}B?i]x\~*K'yPDzצ&n5l]1:)~즬,4LH@^K-Æw"uVi8 c zI1(1\x`k$CB(lv p0@5b0 {~2`,k6#_ooXp[=)zn >@(؎٠@D!zOGLpn\ R uí62ոq }oCQ;>[`@adsdrz7]aCVԆu=Ejh!;#枵[ Df+q,P )`GS"XCnBZ ZkթZ\OoHH`%;(F JsYTMbc1KXn*Yb &$NP{bCk`AB( x\G.OYT%R\4N 5 7K>D `*SQe|Ii&4IEV)SBF0 6f4 )W4M1HȺeOC&P㖠x).B5OqdlGn$ L) HРZ@DbT yB.Z 2@4];"ڰR53FYt A _h4kQ` Qɂ[.14/tx9Al5b3;\Ϲ8l07D(6яfF[pUnU@1.MB᭜5ёtamZN:q"$ `(UP%ut.;o=3VP+!6-e~9fII5)m ᙁDFVyL0AVC kp0BlFU[_rTpXO||tܤp.z(LznJ]b/R+Hg3KBG{:@p@4'0ۗP!Gn7.0to:$5*ntH"W5Jܧn- *5)lRS>:yn@M(#FhFxV+iAhO%@2Ŧ*iRTM6ޤKU,*Qba>3~ aXT 7[7TЌYAx{0OwQa`F}VBs[R6ODsS,"6{NH;WP]Nxe%06L!%ҶLI "Q.0 e:U,ҀxzQ"r6 kȣC ! CM&U^5%sA;f)}xPAxn8TU&K0zX ٘mȖN}e g `j)=*iQ xP 2)  p1c^`IRwWx9£ _s.pT'Cyh-k,?c-,6{/h@?tsvDzc}8(V 0O5hxH}hH}7%1c ܘ>VLNǍsO"~@&Gf Q 7]u&I`}EA*Z$Q @q2D A$kq&6XGCFlQ?`Rkqb/0M ;O87#HCzH3%0 8 '%Hڣ/Q ape]X"  !1#pjTUz ͸up E'3'1$8;6`y$ uIrC3lO4h.M2;wIWU #WO:dʃ/ 84P*PY6N8[f BlcH QhU`>*#7|S*ph3Y~{Gi` :xw|>W )($t{r[¶RJ~#^r(ٷ7p2K i]gi}5jݥkX{ |ƗC ZdɃ(e6f}p!A; k}L#Ĩ f+$j|D~F!L'jSbWfF\pۀPGK 0q$B1!,s ߂^BwOP7UOD&N#4нBR7)MPMDN*4[ƳBk<BP#~vtqtH t=OW7PLDbQa#EMdLfHBuC7 .7 ԺVi2p?!v _`oRV ZEm\e6iag:_#ä^b;ou m`o ]U VqUNB6xf7ef jVxK~V[_`e_QY 8Q.VVY=JvTlh!@ub|q& -a b*vve`3T@ɍfա`T<`H_lq^hAonkn5auε P,m`Hef*hJY3Ӌ{ˆ0$8j@)!+dyaU{ʄZ!dc}rO5/mAwdm*Kay{c(CDERJqld; meY XuZ{}9н! ͏1tWY*pBZ0S< % Ǔ9qkțeXP9<:אÃ2j0['2:i}`Tdx `}'ٮr@wl&|x'K6pJcZ\dB]j]rkAqٕD]`SK?CٕN(mm͝?R)q+"1C܊/7AB m}a]2@ǔ>F*bXKK TW˚y2]{*f"^3;pZ !cQ#ͅjƝNK>ҟH8>Nɡ>2^m|׵OM$}'߀=@?^ TDR:P&;>҃ӝ9 wX^Bg|{thǓ"OEIs£XrMF#Cs\P(`-\C4Z#$!*gLV*man V,e~\ӫ޻,gȹA1[_U\ͱ U&4M̾ A$ZSBQ,?6C8`ީ0ve&Zyuan*!;2345_Nhttp://www.adventisthealthcare.com/imgs/regions/interior_banners/wah/about.jpgObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345KLMNOPQRSTUVWXYZ[_`U$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Nhttp://www.adventisthealthcare.com/imgs/regions/interior_banners/wah/about.jpg./01X$classesZ$classname12UNSURLXNSObject#AʘL 6789BWNS.keysZNS.objects:;<=>?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytesZimage/jpeg_Microsoft-IIS/6.0T8890_Sat, 16 Feb 2008 18:32:01 GMT_"059b23fca61c81:3ee"_Mon, 28 Jan 2008 16:24:26 GMT./\]]^2_NSMutableDictionary\NSDictionary"./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd [`itw}"'5=CNbg dZimage/jpegO"JFIFddDucky2Adobed         #"""#''''''''''     !! !!''''''''''a" !1AQ"aq2#BRbr34тs5$tcde6!1AQaq2"B#3Rr$ ? #`#rNA-6`H5">$ n᧷>;ؐz\#!!O$f`$z9pc"1ԝ7yD[Lē 0ngE\QNĒ'v>Q=Ny`MAMFKkp&{nnM7 MDh̛,upԄ̄9EmM,ONHDxh [RS嶖b"UIm&0'pp%h|R [u{MZ&yq hH~Q}/rݰ9Y V*G&|f؎p۵6Hb]8|)10cTɃ獀%zin;j6cCu_{kNyG9,(h)a#-4vk@{mOAYFPqk1pAh|'ZC+|VU::P8ToLdFLϴ}6&$Y-9M Gf#BE7#Gbړ,yvqk,o8-T,I&C0=]FPmވc:d# h-k{\hԕ:xG,d;nV;R;K S`BZqLc԰f 8`LLwnԪ*HmΟk e(z}q= :Y.nfϮsi.P7'^x*FqgXpcw [Opֵom5HD.Zݗ9$ শqa_u&?d҈#8.qaoJB#%hWF֪7MР"v*` ۵J<<dG,LIo+=yS&$Y).,)+[6f^ X8XĞ=m]gH}`Yzq <lHŌ$crY/Jr6Gm]U;̥LmO%_ +.@"t.u,5+9P[ȅ*3,eR- _xОŐ"&I:UFG&DIK|$AOmq扑p4(vG'Y}M?wʍ;r=VlLjFx$eij\hx%HWqf׷F3#6l t 4lA$y&G&<ITt.yxhFS| #Y$fd1Ǵq/rNݯxcSֵ? ?W.Џ_V”:7̹.&! mJ(;F5M_Ki^O"*m M\ id&Kid]V;jξd>#OU$yZz |2;bųy@R4s1$N<#p.;4K{Uc@ s &VmX(#wmg\Ќ̔3  +$e/pu=O8^#gd*l&@{{omUxBc,?31AoppOx'c$kjU?#%pif2vpտ_99XVi9hUH66b|2nVLs4MPBkTyn@N~%lAU$`MVJc|&LmT'>i"*Yd$Rc\w2ȏ; o AB[K_S_O$8| 7#۷i6\Z_=:e\o-x \l:=Cْq+.&֓vEyj\hSg^G'exlѸ Њ8|2Fb1#By Y6ʴuј<^Ά`f33V4v*"ڥGOU̩(cqJAVވ'IP*cuiŚ f1/"E4|AITDSef؟"2qv:D*F[Rj=<t2 xlj-1?H7D:rK,Kؙ2!S(wb M~Nfzw,̂_'"qet@-0U&ƊBOUH†HԱ5>ޜq'~ ֱO-资c(FI,ubWۙlq:y2G"pCœhgک#R`ױ}u''X2yHbGr2Qfe_9rK+7A*cmְD6K=o;"MGgqfU#3ܪnZ"ݧY/hgB Ht"$)NjߴLd!ild=ĹrMtkm sULYDJA[$숑B|~go/w[ZAot*|xSJ䑭pIE Qc\ ŕwp%sNfC8!kcb-J IЯT )`pT}C#ۡ5 qLKId_zsd62oe!@_pe/F\9\d >/"2 ';Œ02♶GBsCan3Z7;n*o^(gS ~2lA,R "תmY3Yrlt*ac돪ի 0:076v6A9V`eeZ\9OHsL讚~h3Oo5a|v8] o~X4 ]`lr,aKWK߭MXS68```ȑl*7kڨ2Jc(I۵SO,P)$@%'@*ڡ|љ ]/i^E2]?0NWwe\848[h%5`-~˞-!fkQ^ߒ%ŗSr 9X=3!K U}O!d Г S-b&uhn,-qu[q" s缱 `rzbQƜDD~׻kw7%u>vu ^9Y .IE7ImMHV]Nc#ӇozoȄR ĮM_ -H²Akm=/' Y gVY7Uف^EY.k7W7\C)Xq9ví/?9#ƆyȭYl`\r\Yy^9fLa2a LȣU"%?\?oYz{ܤG?O* ^̒Ll%ëwMmOf~pY|^d˒! X}[Zy0rS1#nQkXZi,ڋG 3oɰE` .F`I+ M;%Щ=ק9KeĝZ%fJJzX[QX/Qk[33N'qiSs@JɏmZTؼo*+Wa>| T 'S1M T ς:6n_q?)R"7\~)o4Tqo4T|@_'J;?*E*T+!'c-EP0JPV?Ee*Ul:]PP'Es?*i^)cuj&S4SⷉVaU2S%Rߡ*v?'F*Y\=*hPYy/?k'[v*}Pk?h4iR :$TQJ78/9_Fhttp://www.adventisthealthcare.com/imgs/section_titles/news_center.gifObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345KLMNOPQRSTUVWXYZ[_`U$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Fhttp://www.adventisthealthcare.com/imgs/section_titles/news_center.gif./01X$classesZ$classname12UNSURLXNSObject#Aʘ: 6789BWNS.keysZNS.objects:;<=>?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytesYimage/gif_Microsoft-IIS/6.0S828_Sat, 16 Feb 2008 18:32:01 GMT_"086e340ca61c81:3ee"_Mon, 28 Jan 2008 16:24:28 GMT./\]]^2_NSMutableDictionary\NSDictionary<./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd SXalou~-5;EY]}dO?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytesYimage/gif_Microsoft-IIS/6.0R62_Sat, 16 Feb 2008 18:32:01 GMT_"02c813eca61c81:3ee"_Mon, 28 Jan 2008 16:24:24 GMT./\]]^2_NSMutableDictionary\NSDictionary>./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd INWbekt} #+1;ORrdO>GIF89a !, 2Qu-AH;?@/A_=http://www.adventisthealthcare.com/imgs/icons/medium_font.gifObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345KLMNOPQRSTUVWXYZ[_`U$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_=http://www.adventisthealthcare.com/imgs/icons/medium_font.gif./01X$classesZ$classname12UNSURLXNSObject#Aʙ4] 6789BWNS.keysZNS.objects:;<=>?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytesYimage/gif_Microsoft-IIS/6.0R67_Sat, 16 Feb 2008 18:32:01 GMT_"02c813eca61c81:3ee"_Mon, 28 Jan 2008 16:24:24 GMT./\]]^2_NSMutableDictionary\NSDictionaryC./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd JOXcflu~ $,2<PSsdOCGIF89a !, })G=[u ;CD/E_?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytesYimage/gif_Microsoft-IIS/6.0R73_Sat, 16 Feb 2008 18:32:01 GMT_"02c813eca61c81:3ee"_Mon, 28 Jan 2008 16:24:24 GMT./\]]^2_NSMutableDictionary\NSDictionaryI./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd INWbekt} #+1;ORrdOIGIF89a !,  X:ﴇs'IH(hf]v R;GHI_6http://www.adventisthealthcare.com/scripts/h1_mover.jsObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345KLMNOPQRSTUVWXYZ[_`U$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_6http://www.adventisthealthcare.com/scripts/h1_mover.js./01X$classesZ$classname12UNSURLXNSObject#Aʙ^ 6789BWNS.keysZNS.objects:;<=>?@A CDEFGHIJ\X-Powered-By]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtag]Last-ModifiedWASP.NETUbytes_application/x-javascript_Microsoft-IIS/6.0S704_Sat, 16 Feb 2008 18:32:01 GMT_"086e340ca61c81:3ee"_Mon, 28 Jan 2008 16:24:28 GMT./\]]^2_NSMutableDictionary\NSDictionary./abbc2_NSHTTPURLResponse]NSURLResponse)27:PRd CHQ\_enwy %+FZ^~dO// Moves the first h1 within #Content up to the banner area function moveH1() { var W3CDOM = document.createElement && document.getElementsByTagName; var contentDiv = document.getElementById('Content'); var bannerHeadingContainer = document.getElementById('BannerHeading'); if (W3CDOM) { // Make sure the browser supports the W3C DOM // Get first h1 from #Content div var headingList = contentDiv.getElementsByTagName('h1'); var theFirstH1 = headingList[0]; // Bail out if no h1 elements are found if (theFirstH1 == "undefined" || theFirstH1 == null) return; // Append the h1 to the banner container bannerHeadingContainer.appendChild(theFirstH1); } } moveH1();KLMN_)http://www.google-analytics.com/urchin.jsObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345IJKLMNOPQRSTUVW[\U$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_)http://www.google-analytics.com/urchin.js./01X$classesZ$classname12UNSURLXNSObject#A 6789AWNS.keysZNS.objects:;<=>?@ BCDEFGH]Cache-Control_Content-Encoding\Content-TypeVServer^Content-LengthTDate]Last-Modified_max-age=604800, publicTgzip_text/javascriptTucfeT6325_Sat, 16 Feb 2008 18:31:25 GMT_Wed, 06 Feb 2008 09:09:48 GMT./XYYZ2_NSMutableDictionary\NSDictionaryS./]^^_2_NSHTTPURLResponse]NSURLResponse)27:PRd49BMPV_hjqy "'9>Cc`_text/javascriptOS//-- Google Analytics Urchin Module //-- Copyright 2007 Google, All Rights Reserved. //-- Urchin On Demand Settings ONLY var _uacct=""; // set up the Urchin Account var _userv=1; // service mode (0=local,1=remote,2=both) //-- UTM User Settings var _ufsc=1; // set client info flag (1=on|0=off) var _udn="auto"; // (auto|none|domain) set the domain name for cookies var _uhash="on"; // (on|off) unique domain hash for cookies var _utimeout="1800"; // set the inactive session timeout in seconds var _ugifpath="/__utm.gif"; // set the web path to the __utm.gif file var _utsp="|"; // transaction field separator var _uflash=1; // set flash version detect option (1=on|0=off) var _utitle=1; // set the document title detect option (1=on|0=off) var _ulink=0; // enable linker functionality (1=on|0=off) var _uanchor=0; // enable use of anchors for campaign (1=on|0=off) var _utcp="/"; // the cookie path for tracking var _usample=100; // The sampling % of visitors to track (1-100). //-- UTM Campaign Tracking Settings var _uctm=1; // set campaign tracking module (1=on|0=off) var _ucto="15768000"; // set timeout in seconds (6 month default) var _uccn="utm_campaign"; // name var _ucmd="utm_medium"; // medium (cpc|cpm|link|email|organic) var _ucsr="utm_source"; // source var _uctr="utm_term"; // term/keyword var _ucct="utm_content"; // content var _ucid="utm_id"; // id number var _ucno="utm_nooverride"; // don't override //-- Auto/Organic Sources and Keywords var _uOsr=new Array(); var _uOkw=new Array(); _uOsr[0]="google"; _uOkw[0]="q"; _uOsr[1]="yahoo"; _uOkw[1]="p"; _uOsr[2]="msn"; _uOkw[2]="q"; _uOsr[3]="aol"; _uOkw[3]="query"; _uOsr[4]="aol"; _uOkw[4]="encquery"; _uOsr[5]="lycos"; _uOkw[5]="query"; _uOsr[6]="ask"; _uOkw[6]="q"; _uOsr[7]="altavista"; _uOkw[7]="q"; _uOsr[8]="netscape"; _uOkw[8]="query"; _uOsr[9]="cnn"; _uOkw[9]="query"; _uOsr[10]="looksmart"; _uOkw[10]="qt"; _uOsr[11]="about"; _uOkw[11]="terms"; _uOsr[12]="mamma"; _uOkw[12]="query"; _uOsr[13]="alltheweb"; _uOkw[13]="q"; _uOsr[14]="gigablast"; _uOkw[14]="q"; _uOsr[15]="voila"; _uOkw[15]="rdata"; _uOsr[16]="virgilio"; _uOkw[16]="qs"; _uOsr[17]="live"; _uOkw[17]="q"; _uOsr[18]="baidu"; _uOkw[18]="wd"; _uOsr[19]="alice"; _uOkw[19]="qs"; _uOsr[20]="yandex"; _uOkw[20]="text"; _uOsr[21]="najdi"; _uOkw[21]="q"; _uOsr[22]="aol"; _uOkw[22]="q"; _uOsr[23]="club-internet"; _uOkw[23]="q"; _uOsr[24]="mama"; _uOkw[24]="query"; _uOsr[25]="seznam"; _uOkw[25]="q"; _uOsr[26]="search"; _uOkw[26]="q"; _uOsr[27]="szukaj"; _uOkw[27]="szukaj"; _uOsr[28]="szukaj"; _uOkw[28]="qt"; _uOsr[29]="netsprint"; _uOkw[29]="q"; _uOsr[30]="google.interia"; _uOkw[30]="q"; _uOsr[31]="szukacz"; _uOkw[31]="q"; _uOsr[32]="yam"; _uOkw[32]="k"; _uOsr[33]="pchome"; _uOkw[33]="q"; //-- Auto/Organic Keywords to Ignore var _uOno=new Array(); //_uOno[0]="urchin"; //_uOno[1]="urchin.com"; //_uOno[2]="www.urchin.com"; //-- Referral domains to Ignore var _uRno=new Array(); //_uRno[0]=".urchin.com"; //-- **** Don't modify below this point *** var _uff,_udh,_udt,_ubl=0,_udo="",_uu,_ufns=0,_uns=0,_ur="-",_ufno=0,_ust=0,_ubd=document,_udl=_ubd.location,_udlh="",_uwv="1"; var _ugifpath2="http://www.google-analytics.com/__utm.gif"; if (_udl.hash) _udlh=_udl.href.substring(_udl.href.indexOf('#')); if (_udl.protocol=="https:") _ugifpath2="https://ssl.google-analytics.com/__utm.gif"; if (!_utcp || _utcp=="") _utcp="/"; function urchinTracker(page) { if (_udl.protocol=="file:") return; if (_uff && (!page || page=="")) return; var a,b,c,xx,v,z,k,x="",s="",f=0; var nx=" expires="+_uNx()+";"; var dc=_ubd.cookie; _udh=_uDomain(); if (!_uVG()) return; _uu=Math.round(Math.random()*2147483647); _udt=new Date(); _ust=Math.round(_udt.getTime()/1000); a=dc.indexOf("__utma="+_udh); b=dc.indexOf("__utmb="+_udh); c=dc.indexOf("__utmc="+_udh); if (_udn && _udn!="") { _udo=" domain="+_udn+";"; } if (_utimeout && _utimeout!="") { x=new Date(_udt.getTime()+(_utimeout*1000)); x=" expires="+x.toGMTString()+";"; } if (_ulink) { if (_uanchor && _udlh && _udlh!="") s=_udlh+"&"; s+=_udl.search; if(s && s!="" && s.indexOf("__utma=")>=0) { if (!(_uIN(a=_uGC(s,"__utma=","&")))) a="-"; if (!(_uIN(b=_uGC(s,"__utmb=","&")))) b="-"; if (!(_uIN(c=_uGC(s,"__utmc=","&")))) c="-"; v=_uGC(s,"__utmv=","&"); z=_uGC(s,"__utmz=","&"); k=_uGC(s,"__utmk=","&"); xx=_uGC(s,"__utmx=","&"); if ((k*1) != ((_uHash(a+b+c+xx+z+v)*1)+(_udh*1))) {_ubl=1;a="-";b="-";c="-";xx="-";z="-";v="-";} if (a!="-" && b!="-" && c!="-") f=1; else if(a!="-") f=2; } } if(f==1) { _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo; _ubd.cookie="__utmb="+b+"; path="+_utcp+";"+x+_udo; _ubd.cookie="__utmc="+c+"; path="+_utcp+";"+_udo; } else if (f==2) { a=_uFixA(s,"&",_ust); _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo; _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo; _ubd.cookie="__utmc="+_udh+"; path="+_utcp+";"+_udo; _ufns=1; } else if (a>=0 && b>=0 && c>=0) { _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo; } else { if (a>=0) a=_uFixA(_ubd.cookie,";",_ust); else a=_udh+"."+_uu+"."+_ust+"."+_ust+"."+_ust+".1"; _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo; _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo; _ubd.cookie="__utmc="+_udh+"; path="+_utcp+";"+_udo; _ufns=1; } if (_ulink && xx && xx!="" && xx!="-") { xx=_uUES(xx); if (xx.indexOf(";")==-1) _ubd.cookie="__utmx="+xx+"; path="+_utcp+";"+nx+_udo; } if (_ulink && v && v!="" && v!="-") { v=_uUES(v); if (v.indexOf(";")==-1) _ubd.cookie="__utmv="+v+"; path="+_utcp+";"+nx+_udo; } _uInfo(page); _ufns=0; _ufno=0; if (!page || page=="") _uff=1; } function _uInfo(page) { var p,s="",dm="",pg=_udl.pathname+_udl.search; if (page && page!="") pg=_uES(page,1); _ur=_ubd.referrer; if (!_ur || _ur=="") { _ur="-"; } else { dm=_ubd.domain; if(_utcp && _utcp!="/") dm+=_utcp; p=_ur.indexOf(dm); if ((p>=0) && (p<=8)) { _ur="0"; } if (_ur.indexOf("[")==0 && _ur.lastIndexOf("]")==(_ur.length-1)) { _ur="-"; } } s+="&utmn="+_uu; if (_ufsc) s+=_uBInfo(); if (_uctm) s+=_uCInfo(); if (_utitle && _ubd.title && _ubd.title!="") s+="&utmdt="+_uES(_ubd.title); if (_udl.hostname && _udl.hostname!="") s+="&utmhn="+_uES(_udl.hostname); s+="&utmr="+_ur; s+="&utmp="+pg; if ((_userv==0 || _userv==2) && _uSP()) { var i=new Image(1,1); i.src=_ugifpath+"?"+"utmwv="+_uwv+s; i.onload=function() {_uVoid();} } if ((_userv==1 || _userv==2) && _uSP()) { var i2=new Image(1,1); i2.src=_ugifpath2+"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+_uGCS(); i2.onload=function() { _uVoid(); } } return; } function _uVoid() { return; } function _uCInfo() { if (!_ucto || _ucto=="") { _ucto="15768000"; } if (!_uVG()) return; var c="",t="-",t2="-",t3="-",o=0,cs=0,cn=0,i=0,z="-",s=""; if (_uanchor && _udlh && _udlh!="") s=_udlh+"&"; s+=_udl.search; var x=new Date(_udt.getTime()+(_ucto*1000)); var dc=_ubd.cookie; x=" expires="+x.toGMTString()+";"; if (_ulink && !_ubl) { z=_uUES(_uGC(s,"__utmz=","&")); if (z!="-" && z.indexOf(";")==-1) { _ubd.cookie="__utmz="+z+"; path="+_utcp+";"+x+_udo; return ""; } } z=dc.indexOf("__utmz="+_udh); if (z>-1) { z=_uGC(dc,"__utmz="+_udh,";"); } else { z="-"; } t=_uGC(s,_ucid+"=","&"); t2=_uGC(s,_ucsr+"=","&"); t3=_uGC(s,"gclid=","&"); if ((t!="-" && t!="") || (t2!="-" && t2!="") || (t3!="-" && t3!="")) { if (t!="-" && t!="") c+="utmcid="+_uEC(t); if (t2!="-" && t2!="") { if (c != "") c+="|"; c+="utmcsr="+_uEC(t2); } if (t3!="-" && t3!="") { if (c != "") c+="|"; c+="utmgclid="+_uEC(t3); } t=_uGC(s,_uccn+"=","&"); if (t!="-" && t!="") c+="|utmccn="+_uEC(t); else c+="|utmccn=(not+set)"; t=_uGC(s,_ucmd+"=","&"); if (t!="-" && t!="") c+="|utmcmd="+_uEC(t); else c+="|utmcmd=(not+set)"; t=_uGC(s,_uctr+"=","&"); if (t!="-" && t!="") c+="|utmctr="+_uEC(t); else { t=_uOrg(1); if (t!="-" && t!="") c+="|utmctr="+_uEC(t); } t=_uGC(s,_ucct+"=","&"); if (t!="-" && t!="") c+="|utmcct="+_uEC(t); t=_uGC(s,_ucno+"=","&"); if (t=="1") o=1; if (z!="-" && o==1) return ""; } if (c=="-" || c=="") { c=_uOrg(); if (z!="-" && _ufno==1) return ""; } if (c=="-" || c=="") { if (_ufns==1) c=_uRef(); if (z!="-" && _ufno==1) return ""; } if (c=="-" || c=="") { if (z=="-" && _ufns==1) { c="utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)"; } if (c=="-" || c=="") return ""; } if (z!="-") { i=z.indexOf("."); if (i>-1) i=z.indexOf(".",i+1); if (i>-1) i=z.indexOf(".",i+1); if (i>-1) i=z.indexOf(".",i+1); t=z.substring(i+1,z.length); if (t.toLowerCase()==c.toLowerCase()) cs=1; t=z.substring(0,i); if ((i=t.lastIndexOf(".")) > -1) { t=t.substring(i+1,t.length); cn=(t*1); } } if (cs==0 || _ufns==1) { t=_uGC(dc,"__utma="+_udh,";"); if ((i=t.lastIndexOf(".")) > 9) { _uns=t.substring(i+1,t.length); _uns=(_uns*1); } cn++; if (_uns==0) _uns=1; _ubd.cookie="__utmz="+_udh+"."+_ust+"."+_uns+"."+cn+"."+c+"; path="+_utcp+"; "+x+_udo; } if (cs==0 || _ufns==1) return "&utmcn=1"; else return "&utmcr=1"; } function _uRef() { if (_ur=="0" || _ur=="" || _ur=="-") return ""; var i=0,h,k,n; if ((i=_ur.indexOf("://"))<0) return ""; h=_ur.substring(i+3,_ur.length); if (h.indexOf("/") > -1) { k=h.substring(h.indexOf("/"),h.length); if (k.indexOf("?") > -1) k=k.substring(0,k.indexOf("?")); h=h.substring(0,h.indexOf("/")); } h=h.toLowerCase(); n=h; if ((i=n.indexOf(":")) > -1) n=n.substring(0,i); for (var ii=0;ii<_uRno.length;ii++) { if ((i=n.indexOf(_uRno[ii].toLowerCase())) > -1 && n.length==(i+_uRno[ii].length)) { _ufno=1; break; } } if (h.indexOf("www.")==0) h=h.substring(4,h.length); return "utmccn=(referral)|utmcsr="+_uEC(h)+"|"+"utmcct="+_uEC(k)+"|utmcmd=referral"; } function _uOrg(t) { if (_ur=="0" || _ur=="" || _ur=="-") return ""; var i=0,h,k; if ((i=_ur.indexOf("://")) < 0) return ""; h=_ur.substring(i+3,_ur.length); if (h.indexOf("/") > -1) { h=h.substring(0,h.indexOf("/")); } for (var ii=0;ii<_uOsr.length;ii++) { if (h.toLowerCase().indexOf(_uOsr[ii].toLowerCase()) > -1) { if ((i=_ur.indexOf("?"+_uOkw[ii]+"=")) > -1 || (i=_ur.indexOf("&"+_uOkw[ii]+"=")) > -1) { k=_ur.substring(i+_uOkw[ii].length+2,_ur.length); if ((i=k.indexOf("&")) > -1) k=k.substring(0,i); for (var yy=0;yy<_uOno.length;yy++) { if (_uOno[yy].toLowerCase()==k.toLowerCase()) { _ufno=1; break; } } if (t) return _uEC(k); else return "utmccn=(organic)|utmcsr="+_uEC(_uOsr[ii])+"|"+"utmctr="+_uEC(k)+"|utmcmd=organic"; } } } return ""; } function _uBInfo() { var sr="-",sc="-",ul="-",fl="-",cs="-",je=1; var n=navigator; if (self.screen) { sr=screen.width+"x"+screen.height; sc=screen.colorDepth+"-bit"; } else if (self.java) { var j=java.awt.Toolkit.getDefaultToolkit(); var s=j.getScreenSize(); sr=s.width+"x"+s.height; } if (n.language) { ul=n.language.toLowerCase(); } else if (n.browserLanguage) { ul=n.browserLanguage.toLowerCase(); } je=n.javaEnabled()?1:0; if (_uflash) fl=_uFlash(); if (_ubd.characterSet) cs=_uES(_ubd.characterSet); else if (_ubd.charset) cs=_uES(_ubd.charset); return "&utmcs="+cs+"&utmsr="+sr+"&utmsc="+sc+"&utmul="+ul+"&utmje="+je+"&utmfl="+fl; } function __utmSetTrans() { var e; if (_ubd.getElementById) e=_ubd.getElementById("utmtrans"); else if (_ubd.utmform && _ubd.utmform.utmtrans) e=_ubd.utmform.utmtrans; if (!e) return; var l=e.value.split("UTM:"); var i,i2,c; if (_userv==0 || _userv==2) i=new Array(); if (_userv==1 || _userv==2) { i2=new Array(); c=_uGCS(); } for (var ii=0;ii=2;ii--) { try { var fl=eval("new ActiveXObject('ShockwaveFlash.ShockwaveFlash."+ii+"');"); if (fl) { f=ii + '.0'; break; } } catch(e) {} } } return f; } function __utmLinker(l,h) { if (!_ulink) return; var p,k,a="-",b="-",c="-",x="-",z="-",v="-"; var dc=_ubd.cookie; if (!l || l=="") return; var iq = l.indexOf("?"); var ih = l.indexOf("#"); if (dc) { a=_uES(_uGC(dc,"__utma="+_udh,";")); b=_uES(_uGC(dc,"__utmb="+_udh,";")); c=_uES(_uGC(dc,"__utmc="+_udh,";")); x=_uES(_uGC(dc,"__utmx="+_udh,";")); z=_uES(_uGC(dc,"__utmz="+_udh,";")); v=_uES(_uGC(dc,"__utmv="+_udh,";")); k=(_uHash(a+b+c+x+z+v)*1)+(_udh*1); p="__utma="+a+"&__utmb="+b+"&__utmc="+c+"&__utmx="+x+"&__utmz="+z+"&__utmv="+v+"&__utmk="+k; } if (p) { if (h && ih>-1) return; if (h) { _udl.href=l+"#"+p; } else { if (iq==-1 && ih==-1) _udl.href=l+"?"+p; else if (ih==-1) _udl.href=l+"&"+p; else if (iq==-1) _udl.href=l.substring(0,ih-1)+"?"+p+l.substring(ih); else _udl.href=l.substring(0,ih-1)+"&"+p+l.substring(ih); } } else { _udl.href=l; } } function __utmLinkPost(f,h) { if (!_ulink) return; var p,k,a="-",b="-",c="-",x="-",z="-",v="-"; var dc=_ubd.cookie; if (!f || !f.action) return; var iq = f.action.indexOf("?"); var ih = f.action.indexOf("#"); if (dc) { a=_uES(_uGC(dc,"__utma="+_udh,";")); b=_uES(_uGC(dc,"__utmb="+_udh,";")); c=_uES(_uGC(dc,"__utmc="+_udh,";")); x=_uES(_uGC(dc,"__utmx="+_udh,";")); z=_uES(_uGC(dc,"__utmz="+_udh,";")); v=_uES(_uGC(dc,"__utmv="+_udh,";")); k=(_uHash(a+b+c+x+z+v)*1)+(_udh*1); p="__utma="+a+"&__utmb="+b+"&__utmc="+c+"&__utmx="+x+"&__utmz="+z+"&__utmv="+v+"&__utmk="+k; } if (p) { if (h && ih>-1) return; if (h) { f.action+="#"+p; } else { if (iq==-1 && ih==-1) f.action+="?"+p; else if (ih==-1) f.action+="&"+p; else if (iq==-1) f.action=f.action.substring(0,ih-1)+"?"+p+f.action.substring(ih); else f.action=f.action.substring(0,ih-1)+"&"+p+f.action.substring(ih); } } return; } function __utmSetVar(v) { if (!v || v=="") return; if (!_udo || _udo == "") { _udh=_uDomain(); if (_udn && _udn!="") { _udo=" domain="+_udn+";"; } } if (!_uVG()) return; var r=Math.round(Math.random() * 2147483647); _ubd.cookie="__utmv="+_udh+"."+_uES(v)+"; path="+_utcp+"; expires="+_uNx()+";"+_udo; var s="&utmt=var&utmn="+r; if ((_userv==0 || _userv==2) && _uSP()) { var i=new Image(1,1); i.src=_ugifpath+"?"+"utmwv="+_uwv+s; i.onload=function() { _uVoid(); } } if ((_userv==1 || _userv==2) && _uSP()) { var i2=new Image(1,1); i2.src=_ugifpath2+"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+_uGCS(); i2.onload=function() { _uVoid(); } } } function _uGCS() { var t,c="",dc=_ubd.cookie; if ((t=_uGC(dc,"__utma="+_udh,";"))!="-") c+=_uES("__utma="+t+";+"); if ((t=_uGC(dc,"__utmb="+_udh,";"))!="-") c+=_uES("__utmb="+t+";+"); if ((t=_uGC(dc,"__utmc="+_udh,";"))!="-") c+=_uES("__utmc="+t+";+"); if ((t=_uGC(dc,"__utmx="+_udh,";"))!="-") c+=_uES("__utmx="+t+";+"); if ((t=_uGC(dc,"__utmz="+_udh,";"))!="-") c+=_uES("__utmz="+t+";+"); if ((t=_uGC(dc,"__utmv="+_udh,";"))!="-") c+=_uES("__utmv="+t+";"); if (c.charAt(c.length-1)=="+") c=c.substring(0,c.length-1); return c; } function _uGC(l,n,s) { if (!l || l=="" || !n || n=="" || !s || s=="") return "-"; var i,i2,i3,c="-"; i=l.indexOf(n); i3=n.indexOf("=")+1; if (i > -1) { i2=l.indexOf(s,i); if (i2 < 0) { i2=l.length; } c=l.substring((i+i3),i2); } return c; } function _uDomain() { if (!_udn || _udn=="" || _udn=="none") { _udn=""; return 1; } if (_udn=="auto") { var d=_ubd.domain; if (d.substring(0,4)=="www.") { d=d.substring(4,d.length); } _udn=d; } _udn = _udn.toLowerCase(); if (_uhash=="off") return 1; return _uHash(_udn); } function _uHash(d) { if (!d || d=="") return 1; var h=0,g=0; for (var i=d.length-1;i>=0;i--) { var c=parseInt(d.charCodeAt(i)); h=((h << 6) & 0xfffffff) + c + (c << 14); if ((g=h & 0xfe00000)!=0) h=(h ^ (g >> 21)); } return h; } function _uFixA(c,s,t) { if (!c || c=="" || !s || s=="" || !t || t=="") return "-"; var a=_uGC(c,"__utma="+_udh,s); var lt=0,i=0; if ((i=a.lastIndexOf(".")) > 9) { _uns=a.substring(i+1,a.length); _uns=(_uns*1)+1; a=a.substring(0,i); if ((i=a.lastIndexOf(".")) > 7) { lt=a.substring(i+1,a.length); a=a.substring(0,i); } if ((i=a.lastIndexOf(".")) > 5) { a=a.substring(0,i); } a+="."+lt+"."+t+"."+_uns; } return a; } function _uTrim(s) { if (!s || s=="") return ""; while ((s.charAt(0)==' ') || (s.charAt(0)=='\n') || (s.charAt(0,1)=='\r')) s=s.substring(1,s.length); while ((s.charAt(s.length-1)==' ') || (s.charAt(s.length-1)=='\n') || (s.charAt(s.length-1)=='\r')) s=s.substring(0,s.length-1); return s; } function _uEC(s) { var n=""; if (!s || s=="") return ""; for (var i=0;i0) r=a.substring(i+1,i2); else return ""; if ((i=a.indexOf(".",i2+1))>0) t=a.substring(i2+1,i); else return ""; if (f) { return r; } else { var c=new Array('A','B','C','D','E','F','G','H','J','K','L','M','N','P','R','S','T','U','V','W','X','Y','Z','1','2','3','4','5','6','7','8','9'); return c[r>>28&m]+c[r>>23&m]+c[r>>18&m]+c[r>>13&m]+"-"+c[r>>8&m]+c[r>>3&m]+c[((r&7)<<2)+(t>>30&3)]+c[t>>25&m]+c[t>>20&m]+"-"+c[t>>15&m]+c[t>>10&m]+c[t>>5&m]+c[t&m]; } } function _uIN(n) { if (!n) return false; for (var i=0;i"9") && (c!=".")) return false; } return true; } function _uES(s,u) { if (typeof(encodeURIComponent) == 'function') { if (u) return encodeURI(s); else return encodeURIComponent(s); } else { return escape(s); } } function _uUES(s) { if (typeof(decodeURIComponent) == 'function') { return decodeURIComponent(s); } else { return unescape(s); } } function _uVG() { if((_udn.indexOf("www.google.") == 0 || _udn.indexOf(".google.") == 0 || _udn.indexOf("google.") == 0) && _utcp=='/' && _udn.indexOf("google.org")==-1) { return false; } return true; } function _uSP() { var s=100; if (_usample) s=_usample; if(s>=100 || s<=0) return true; return ((__utmVisitorCode(1)%10000)<(s*100)); } function urchinPathCopy(p){ var d=document,nx,tx,sx,i,c,cs,t,h,o; cs=new Array("a","b","c","v","x","z"); h=_uDomain(); if (_udn && _udn!="") o=" domain="+_udn+";"; nx=_uNx()+";"; tx=new Date(); tx.setTime(tx.getTime()+(_utimeout*1000)); tx=tx.toGMTString()+";"; sx=new Date(); sx.setTime(sx.getTime()+(_ucto*1000)); sx=sx.toGMTString()+";"; for (i=0;i<6;i++){ t=" expires="; if (i==1) t+=tx; else if (i==2) t=""; else if (i==5) t+=sx; else t+=nx; c=_uGC(d.cookie,"__utm"+cs[i]+"="+h,";"); if (c!="-") d.cookie="__utm"+cs[i]+"="+c+"; path="+p+";"+t+o; } } function _uCO() { if (!_utk || _utk=="" || _utk.length<10) return; var d='www.google.com'; if (_utk.charAt(0)=='!') d='analytics.corp.google.com'; _ubd.cookie="GASO="+_utk+"; path="+_utcp+";"+_udo; var sc=document.createElement('script'); sc.type='text/javascript'; sc.id="_gasojs"; sc.src='https://'+d+'/analytics/reporting/overlay_js?gaso='+_utk+'&'+Math.random(); document.getElementsByTagName('head')[0].appendChild(sc); } function _uGT() { var h=location.hash, a; if (h && h!="" && h.indexOf("#gaso=")==0) { a=_uGC(h,"gaso=","&"); } else { a=_uGC(_ubd.cookie,"GASO=",";"); } return a; } var _utk=_uGT(); if (_utk && _utk!="" && _utk.length>10) { if (window.addEventListener) { window.addEventListener('load', _uCO, false); } else if (window.attachEvent) { window.attachEvent('onload', _uCO); } } function _uNx() { return (new Date((new Date()).getTime()+63072000000)).toGMTString(); }  1<Ki`````aeeP6?\eV_v « 3ЕО'0NW"QZ!!!"&&Q&Z&*-R-[-1H1ZO