document.write('<noindex><!'+'-- tag for Atomz --'+'>\n<script type=\"text\/javascript\">\nvar start = new Date();\nfunction showLogin() {\n   new Effect.toggle(\'tco_login\',\'appear\');\n   new Effect.toggle(\'tco_login_cover\',\'appear\');\n\t }\nfunction checkUsername() {\n   if(document.getElementById(\'txtusername\').value == \"\") {\n      document.getElementById(\'user_required\').innerHTML = \'*\'; \n      document.getElementById(\'txtusername\').focus(); \n      }\n   else {\n      document.getElementById(\'user_required\').innerHTML = \'&nbsp;&nbsp;\'; \n      }\n   }\nfunction checkPassword() {\n   if(document.getElementById(\'txtpassword\').value == \"\") {\n      document.getElementById(\'pass_required\').innerHTML = \'*\'; \n      document.getElementById(\'txtpassword\').focus(); \n      }\n   else {\n      document.getElementById(\'pass_required\').innerHTML = \'&nbsp;&nbsp;\'; \n      }\n   }\nfunction checkForm(form) {\n   if((document.getElementById(\'txtusername\').value == \'\') || (document.getElementById(\'txtpassword\').value == \'\')) {\n      checkPassword(); \n      checkUsername(); \n      return false; \n      }\n   return true; \n   }\nfunction loadSelected() {\n   if(t1_default == \'NO_SELECTION\' || t1_default == \'\') {\n      document.getElementById(\'nav_home\').style.display = \'block\'; \n      }\n   else {\n\t    if(t1_default != \'nav_home\') {\n    \t \t document.getElementById(\'nav_home\').style.display = \'none\';\n         document.getElementById(t1_default).style.display = \'block\'; \t\t\n\t\t\t   }\n      }\n   setNavState(); \n   \/\/setArrow(); \n   }\n\t \nstrBankExit = \'You are now leaving the Bank web site. Other H&R Block affiliated companies offer a variety of financial products, some of which may not be FDIC insured and may be subject to investment risk, including possible loss of principal. Thank you for visiting our site.\\n\\nClick \"OK\" to continue or \"Cancel\" to stay at H&R Block Bank.\';\nstrBankExitSite = \'You are now leaving the H&R Block Web site and will be redirected to a Web site that is not affiliated with H&R Block. H&R Block Bank has provided this link for your convenience. We do not endorse or guarantee any products or services you may view on other sites. Please review privacy policies and security procedures independently, as they may not be the same as those on our site.\\n\\nClick \"OK\" to continue or \"Cancel\" to stay at H&R Block Bank.\\n\\nThank you for visiting H&R Block Bank.\';\nstrMortgageExit = \'You are now leaving the Mortgage section of the Bank web site.  Other H&R Block affiliated companies offer a variety of financial products, some of which may not be FDIC insured and may be subject to investment risk, including possible loss of principal.  Thank you for visiting our site.\\n\\nClick \"OK\" to continue or \"Cancel\" to stay at H&R Block Bank Mortgage section.\';\n\nfunction showExitPopUp(url,bLeavingSite) {\n\t\/\/ url: exit URL\n\t\/\/ bLeavingSite(optional): true=yes, false=no\n\t\/\/ confirmation script for bank pages\n\t\/\/alert(url);\n\tvar leaveSite = \'false\';\n\tif(bLeavingSite != \'\' && bLeavingSite != \'undefined\') {\n\t\tleaveSite = bLeavingSite;\n\t}\n\tif(leaveSite == \'true\') {\n\t\tif(confirm(strBankExitSite)) {\n\t\t\twindow.location = url;\n\t\t}\n\t} \n\telse \n\t{\n\t\tif (url == \'\/mortgages\/index.html\')\n\t\t{\n\t\t\t\/\/do not show the popup for mortagage since bank and mortgages are affiliated\n\t\t\twindow.location = url;\n\t\t\treturn;\n\t\t}\n\n\t\tif (document.location.pathname.indexOf(\'\/mortgages\/\') != - 1)\n\t\t{\n\t\t\t\/\/mortgages section exit\n\t\t\tif(confirm(strMortgageExit)) \n\t\t\t{\n\t\t\t\twindow.location = url;\n\t\t\t}\n\t\t\treturn;\n\t\t}\n\t\t\/\/else bank exit\n\t\tif(confirm(strBankExit)) \n\t\t{\n\t\t\twindow.location = url;\n\t\t}\t\n\t}\n}\n\/\/ End Exit Bank Popup\nfunction setNavState() {\n   \/\/expands the right lists\n   var pgnavp = getNVPvalue(location.search, \"pgnavp\", 0); \n   \/\/Retrieve parameter from url\n   var pgnavc = getNVPvalue(location.search, \"pgnavc\", 0); \n   \/\/Retrieve parameter from url\n   var pgnava = getNVPvalue(location.search, \"pgnava\", 0); \n   \/\/Retrieve parameter from url\n   var bPartnerLevel = Boolean(); \n   var bChildLevel = Boolean(); \n   var bArticleLevel = Boolean(); \n   bPartnerLevel = (pgnavp != \"\") ? true : false; \n   bChildLevel = (pgnavc != \"\") ? true : false; \n   bArticleLevel = (pgnava != \"\") ? true : false; \n   \/\/alert(\"bPartnerLevel=\"+bPartnerLevel+\", bChildLevel=\"+bChildLevel+\", bArticleLevel=\"+bArticleLevel);\n   try {\n      if (bArticleLevel) {\n         \/\/ 1) expand the parent\n         \/\/ 2) make the child visible\n         \/\/ 3) set css background color on article\n         Element.show(pgnavc); \n         try {\n            new Effect.toggle(pgnavp, \'blind\'); \n            }\n         catch (err) {\n            }\n         document.getElementById(pgnava).className = \'menuActive\'; \n         }\n      else if (bChildLevel) {\n         \/\/ 1) expand the parent\n         \/\/ 2) make the child visible\n         \/\/ 3) set css background color on child\n         Element.show(pgnavc); \n         try {\n            new Effect.toggle(pgnavp, \'blind\'); \n            }\n         catch (err) {\n            }\n         document.getElementById(pgnavc).className = \'menuActive\'; \n         }\n      else if (bParentLevel) {\n         \/\/ do nothing\n         \/\/alert(\"parent level\");\n         }\n      }\n   catch (err) {\n      \/\/txt+=\"Error description: \" + err.description + \"\\n\\n\";\n      \/\/txt+=\"Click OK to continue.\\n\\n\";\n      \/\/alert(txt);\n      }\n   }\nfunction servicesFade(elementID, nOrOut) {\n   var demo3effect = new Fx.Style(elementID, \'opacity\'); \n   if (nOrOut == \"fadeIn\") {\n      demo3effect.custom(0, 1); \n      }\n   if (nOrOut == \"fadeOut\") {\n      demo3effect.custom(1, 0); \n      }\n   return false; \n   }\n\/*\nfunction arrowToggle(ID) {\n   if(document.getElementById(ID).className == \'arrow_normal\') {\n      document.getElementById(ID).className = \'arrow_expanded\'; \n      document.getElementById(ID).style.background = \'url(\\\'\/images\/nPage_arrow.gif\\\')\'; \n      document.getElementById(ID).style.backgroundColor = \'#FFF\'; \n      document.getElementById(ID).style.backgroundRepeat = \'no-repeat\'; \n      }\n   else {\n      document.getElementById(ID).className = \'arrow_normal\'; \n      document.getElementById(ID).style.background = \'url(\\\'\/images\/nPage_arrow_exp.gif\\\')\'; \n      document.getElementById(ID).style.backgroundColor = \'#FFF\'; \n      document.getElementById(ID).style.backgroundRepeat = \'no-repeat\'; \n      }\n   }\nfunction setArrow() {\n   \/\/ this function should detect if an inpage nav section is loaded by default, and changes the arrow to \'down\'\n   var str_url = window.location.search; \n   var str_pgnavc = getNVPvalue(str_url, \'pgnavc\', false); \n   var arr_cats = new Array(\'dc_pt\', \'dc_tp\', \'dc_alph\'); \n   var str_cat = \'\'; \n   if((typeof str_pgnavc) != \'undefined\' && str_pgnavc != \'\' && str_pgnavc != null) {\n      for(i = 0; i < arr_cats.length; i++) {\n         if(arr_cats[i] == str_pgnavc) {\n            str_cat = \'cat_\' + arr_cats[i]; \n            }\n         }\n      if((typeof str_cat) != \'undefined\' && str_cat != \'\' && str_cat != null) {\n         arrowToggle(str_cat); \n         }\n      }\n   }\n*\/\nfunction setGlobalNav(site_section) {\n   var URL = document.location.pathname.toLowerCase(); \n   if (URL.indexOf(site_section) != - 1) {\n      return true; \n      }\n   else {\n      return false; \n      }\n   }\n\n<\/script>\n  \n<div class=\"hrb_header\" style=\"position:relative;\">\n\t<div id=\"tco_login\" style=\"z-index:4;display:none;position:absolute;left:204px;top:31px;width:411px;height:80px;\">\n\t\t<div style=\"position:absolute;top:0px;left:0px;width:411px;height:80px;z-index:5;\"><img src=\"\/images\/hrb07_login_bg_new.jpg\" width=\"411\" height=\"80\" \/><\/div>\n\t\t<div style=\"z-index:6;position:absolute;top:15px;left:92px;font-size:11px;font-weight:bold;\">\n\t\t\t<img src=\"\/images\/img_login_lock.gif\" alt=\"Login\" width=\"12\" height=\"15\" border=\"0\" align=\"absmiddle\"\/>&nbsp;&nbsp;Secure TaxCut Online Login\n\t\t<\/div>\n\t\t<script language=\"javascript\">\n\t\t\/\/ changes TCO login to testing servers based on NVP\n\t\t\/\/ testingTCO=true\n\t\tvar URL_path\t= location.search.toLowerCase();\n\t\tbTestingTCO \t= \'false\';\n\t\tbTestingTCO \t= getNVPV(URL_path, \'testingTCO\', false);\n\t\tif(bTestingTCO == \'true\') \n        {\n\t\t}\t\n        else \n        {\n\t\tdocument.write(\'<form name=\"signon\" method=\"post\" action=\"https:\/\/taxes.hrblock.com\/hrblock\/login\/Login.hrbx?CK=F&FV=F&HT=F&PartnerId=0\" id=\"frmLogin\" onSubmit=\"return checkForm(this);\">\');\n\t\t}\n\t\t<\/script>\n\t\t<input type=\"hidden\" name=\"PartnerID\"      value=\"0\" \t\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"TaxType\"        value=\"OPP\"\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"Target\"         value=\"\"\t\t\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"OtpExt\"         value=\"\"\t\t\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"TPID\"           value=\"\"\t\t\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"SelfEmployed\"   Value=\"\"\t\t\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"siteId\"         value=\"\"\t\t\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"time_entered\"   value=\"\"\t\t\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"FriendGUID\"     value=\"\"\t\t\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"PS\"             value=\"\"\t\t\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"CampaignId\"     value=\"\"\t\t\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"PageAction\"     value=\"Process\"\t\/>\n\t\t<input type=\"hidden\" name=\"Action\"         value=\"Next\"\t\t\t\/>\n\t\t<input type=\"hidden\" name=\"submit\"         value=\"Login\"\t\t\/>\n        <input type=\"hidden\" name=\"TaxYear\"        value=\"2007\">\n\t\t\n\t\t<div style=\"z-index:6;position:absolute;top:35px;left:19px;font-weight:bold;\">username:<\/div>\n\t\t\n\t\t<div style=\"z-index:6;position:absolute;top:33px;left:83px;\">\n\t\t\t<input id=\"txtusername\" type=\"text\" name=\"txtusername\" style=\"width:70px;height:14px;border:1px solid #66CC33;\" maxlength=\"255\"><span id=\"user_required\">&nbsp;&nbsp;<\/span>\n\t\t<\/div>\n\t\t<div style=\"z-index:6;position:absolute;top:35px;left:165px;font-weight:bold;\">password:<\/div>\n\t\t\n\t\t<div style=\"z-index:6;position:absolute;top:33px;left:226px;\">\n\t\t\t<input id=\"txtpassword\" type=\"password\" name=\"txtpassword\" style=\"width:70px;height:14px;border:1px solid #66CC33;\" maxlength=\"15\"><span id=\"pass_required\">&nbsp;&nbsp;<\/span>\n\t\t<\/div>\n\t\t\n\t\t<div style=\"z-index:6;position:absolute;top:34px;left:310px;\">\n\t\t\t<input type=\"image\" src=\"\/images\/hrb07_login_btn.jpg\" name=\"Go\" border=\"0\" onClick=\"otpLogin();\" \/>\n\t\t<\/div>\n\t\t\n\t\t<script language=\"javascript\">\n\t\tdocument.write(\'<\/form>\');\n\t\t<\/script>\n\t\t\n\t\t<div style=\"z-index:6;position:absolute;top:53px;left:22px;\">\n\t\t\t<a id=\"login_password\" href=\"https:\/\/taxes.hrblock.com\/hrblock\/Login\/UserType.hrbx?HelpFor=Password&TaxType=OPP&FV=F&HT=F\" class=\"login-link\">forgot password?<\/a>&nbsp;&nbsp;&nbsp;<a target=\"_blank\" href=\"http:\/\/www.taxcut.com\/privacy\/index.html\" class=\"login-link\">privacy policy<\/a>&nbsp;&nbsp;&nbsp;<a class=\"login-link\" href=\"\/taxes\/doing_my_taxes\/check_status.jsp\" title=\"Check E-file Status\">check e-file status<\/a>\n\t\t<\/div>\n\t\t\n\t\t<div style=\"z-index:6;position:absolute;top:53px;right:20px;\">\n\t\t\t<a href=\"https:\/\/tangotax.hrblock.com\" title=\"Tango Login\"><img src=\"\/images\/hrb07_login_tango.gif\" border=\"0\" alt=\"Tango Login\" title=\"Tango Login\" \/><\/a>\n\t\t<\/div>\n\t\t\n\t\t<div style=\"z-index:6;position:absolute;top:13px;right:20px;\">\n\t\t\t<span style=\"cursor:pointer;font-weight:bold;\" onclick=\"showLogin();\">X<\/span>\n\t\t<\/div>\n\n\t<\/div id=\"tco_login\">\n\t<div id=\"tco_login_cover\" style=\"display:none;z-index:3;position:absolute;left:200px;top:94px;width:555px;height:16px;background:#000;\">\n\t\t\n\t<\/div id=\"tco_login_cover\">\n\t<form target=\"_top\" method=\"get\" action=\"http:\/\/search.hrblock.com\/search\/promosearch\/\" name=\"ATOMZSEARCHFORM\">\n\t\t<input type=\"hidden\" name=\"sp-k\" value=\"\">\n\t\t<input type=\"hidden\" name=\"sp-a\" value=\"sp1002eca4\">\n\t\t<input type=\"hidden\" name=\"sp-f\" value=\"ISO-8859-1\">\n\t\t<input type=\"hidden\" name=\"sp-p\" value=\"all\">\n\t\t<ul class=\"globalNavigation\" style=\"padding-left:10px;\">\n\t\t\t<script language=\"javascript\">\n\t\t\tfunction buildTopNav() {\n\t\t\t\t URL = document.location.pathname.toLowerCase(); \n\t\t\t\t gnav_active = \'\'; \n\t\t\t\t bank_active = \'\'; \n\t\t\t\t navArray = new Array(5); \n\t\t\t\t navString = \'\'; \n\t\t\t\t for(i = 0; i < navArray.length; i++) {\n\t\t\t\t\t\tnavArray[i] = new Array(2); \n\t\t\t\t\t\t}\n\t\t\t\t navArray[0][0] = \'\/company\'; \n\t\t\t\t navArray[0][1] = \'\/company\/index.html\'; \n\t\t\t\t navArray[0][2] = \'Company\'; \n\t\t\t\t navArray[1][0] = \'\/career\'; \n\t\t\t\t navArray[1][1] = \'\/career\/index.html\'; \n\t\t\t\t navArray[1][2] = \'Careers\'; \n\t\t\t\t navArray[2][0] = \'\/taxes\/planning\/tax_courses\'; \n\t\t\t\t navArray[2][1] = \'\/taxes\/planning\/tax_courses\/index.html\'; \n\t\t\t\t navArray[2][2] = \'Income Tax Course\'; \n\t\t\t\t navArray[3][0] = \'\/presscenter\'; \n\t\t\t\t navArray[3][1] = \'\/presscenter\/index.jsp\'; \n\t\t\t\t navArray[3][2] = \'Press Center\'; \n\t\t\t\t navArray[4][0] = \'\/customer_support\';\n\t\t\t\t navArray[4][1] = \'\/customer_support\/index.html\'; \n\t\t\t\t navArray[4][2] = \'Customer Support\'; \n\t\t\t\t for(i = 0; i < navArray.length; i++) {\n\t\t\t\t\t\tif(setGlobalNav(navArray[i][0])) {\n\t\t\t\t\t\t\t \/\/ determine if gnav_active\n\t\t\t\t\t\t\t gnav_active = \' id=\\\"gnav_active\\\"\'; \n\t\t\t\t\t\t\t }\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t gnav_active = \'\'; \n\t\t\t\t\t\t\t }\n\t\t\t\t\t\tnavString = navString + \'<li><a\' + gnav_active + \' \'; \n\t\t\t\t\t\tif(URL.indexOf(\'\/bank\/\') != - 1 || URL.indexOf(\'\/mortgages\/\') != - 1) {\n\t\t\t\t\t\t\t \/\/ determine if bank section\n\t\t\t\t\t\t\t navString = navString + \'onClick=\"showExitPopUp(\\\'\' + navArray[i][1] + \'\\\');\" href=\"#\" title=\"\' + navArray[i][2] + \'\">\' + navArray[i][2] + \'<\/a>\'; \n\t\t\t\t\t\t\t }\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t navString = navString + \'href=\"\' + navArray[i][1] + \'\" title=\"\' + navArray[i][2] + \'\">\' + navArray[i][2] + \'<\/a>\'; \n\t\t\t\t\t\t\t }\n\t\t\t\t\t\tnavString = navString + \'<\/li>\\n<li>|<\/li>\\n\'; \n\t\t\t\t\t\t}\n\t\t\t\t document.write(navString); \n\t\t\t\t \/\/alert(navString);\n\t\t\t\t }\n\t\t\tbuildTopNav();\n\t\t\t<\/script>\n\t\t\t<li><a href=\"javascript:showLogin();\" class=\"header-link-red\" title=\"Tax Client Login\">Tax Client Login<\/a>&nbsp;<a href=\"javascript:showLogin();\" title=\"Tax Client Login\"><img border=\"0\" src=\"\/images\/gnav_arrow.gif\" alt=\"arrow\" \/><\/a><\/li>\n\t\t\t<li>|<\/li>\n\t\t\t<li id=\"search\"> Search:\n\t\t\t\t<div style=\"display:inline;\">\n\t\t\t\t\t<input style=\"border:solid 1px #000000;margin-top:5px;\" id=\"sp-q\" name=\"sp-q\" type=\"text\" size=\"10\" \/>\n\t\t\t\t<\/div>\n\t\t\t\t<input style=\"cursor:pointer;\" type=\"submit\" id=\"btnSearch\" value=\"\" onclick=\"if(setGlobalNav(\'\/bank\/\')){return confirm(strBankExit);} else if(setGlobalNav(\'\/mortgages\/\')){return confirm(strMortgageExit);}\" \/>\n\t\t\t<\/li>\n\t\t<\/ul>\n\t<\/form>\n\t<script language=\"javascript\">\n\tif ( (document.location.pathname.indexOf(\'\/investments\/\') > - 1) || (document.location.pathname.indexOf(\'\/goto\/taxcutfitness\/\') > - 1) || (document.location.pathname.indexOf(\'\/goto\/taxcutoffer\/\') > - 1)) {\n\t\t document.write(\'<a href=\"\/investments\/index.html\" title=\"H&amp;R Block Investments\" class=\"hrb_logo\"><img src=\"\/images\/logos\/logo_hrblock_fa.gif\" alt=\"H&amp;R Block Financial Advisors\" title=\"H&amp;R Block Financial Advisors\" border=\"0\" \/><\/a>\'); \n\t\t }\n\telse if (document.location.pathname.indexOf(\'\/select\/\') > - 1) {\n\t\t document.write(\'<a href=\"\/select\/index.html\" title=\"H&amp;R Block Investments Select Clients\" class=\"hrb_logo\"><img src=\"\/images\/logos\/logo_hrblock_fa_scg.gif\" alt=\"H&amp;R Block Financial Advisors - Select Client Group\" title=\"H&amp;R Block Financial Advisors - Select Client Group\" border=\"0\" \/><\/a>\'); \n\t\t }\n\telse if (document.location.pathname.indexOf(\'\/bank\/\') > - 1) {\n\t\t document.write(\'<a href=\"\/bank\/index.html\" title=\"H&amp;R Block Bank\" class=\"hrb_logo\"><img src=\"\/images\/logos\/logo_hrblock_bank.gif\" alt=\" border=\"0\" \/><\/a>\'); \n\t\t }\n\telse if (document.location.pathname.indexOf(\'\/tax_business_services\/\') > - 1) {\n\t\t document.write(\'<a href=\"\/tax_business_services\/index.html\" title=\"H&amp;R Block Tax Business Services\" class=\"hrb_logo\"><img src=\"\/images\/logos\/logo_hrblock_tbs.gif\" alt=\"H&amp;R Block\" border=\"0\" \/><\/a>\'); \n\t\t }\n    else if (document.location.pathname.indexOf(\'\/SBS\/\') > - 1) {\n\t\t document.write(\'<a href=\"\/SBS\/index.html\" title=\"H&amp;R Block Business Services\" class=\"hrb_logo\"><img src=\"\/images\/logos\/logo_hrblock_bs.gif\" alt=\"H&amp;R Block\" border=\"0\" \/><\/a>\'); \n\t\t }\n\telse {\n\t\t document.write(\'<a href=\"\/index.html\" title=\"H&amp;R Block\" class=\"hrb_logo\"><img src=\"\/images\/logos\/logo_hrblock.gif\" alt=\"H&amp;R Block\" alt=\"H&amp;R Block\" border=\"0\" \/><\/a>\'); \n\t\t }\n\t<\/script>\n\t<script language=\"javascript\">\n\tfunction fadeItOut() {\n\t\t try {\n\t\t\t\tnew Effect.Opacity(\'fade\', {\n\t\t\t\t\t duration : 0.5, from : 1.0, to : 0.0}\n\t\t\t\t) }\n\t\t catch (err) {\n\t\t\t\t\/\/\n\t\t\t\t}\n\t\t }\n\tfunction fadeItIn() {\n\t\t try {\n\t\t\t\tnew Effect.Opacity(\'fade\', {\n\t\t\t\t\t duration : 0.5, from : 0.0, to : 1.0}\n\t\t\t\t) }\n\t\t catch (err) {\n\t\t\t\t}\n\t\t }\n\t<\/script>\n\t<div class=\"header_nav\">\n\t\t<script language=\"javascript\">\n\t\tfunction headerLinkChange(id, mouseState) {\n\t\t\t var myId = id; \n\t\t\t var myIdOver = id + \'_o\'; \n\t\t\t if(mouseState == \'over\') {\n\t\t\t\t\tdocument.getElementById(myIdOver).style.display = \'block\'; \n\t\t\t\t\tdocument.getElementById(myId).style.display = \'none\'; \n\t\t\t\t\t}\n\t\t\t else if(mouseState == \'out\') {\n\t\t\t\t\tdocument.getElementById(myIdOver).style.display = \'none\'; \n\t\t\t\t\tdocument.getElementById(myId).style.display = \'block\'; \n\t\t\t\t\t}\n\t\t\t }\n\t\t<\/script>\n\t\t<div style=\"width:130px;position:absolute; right:10px; top:40px;\">\n\t\t\n\t\t\t<div style=\"position:absolute;right:0px;top:0px;\" id=\"div_tax_client\" onmouseover=\"headerLinkChange(\'tax_client\',\'over\');\" onmouseout=\"headerLinkChange(\'tax_client\',\'out\');\">\n\t\t\t\t<div id=\"tax_client\"><img src=\"\/images\/tax_client_off.gif\" title=\"Tax Client Login\" alt=\"Tax Client Login\" border=\"0\" \/><\/div>\n\t\t\t\t<div id=\"tax_client_o\" style=\"display:none;\"><a href=\"javascript:showLogin();\" title=\"Tax Client Login\"><img src=\"\/images\/tax_client_on.gif\" title=\"Tax Client Login\" alt=\"Tax Client Login\" border=\"0\" \/><\/a><\/div>\n\t\t\t<\/div>\n\t\t\t<!'+'--\n\t\t\t<div style=\"position:absolute;right:0px;top:15px;\" id=\"div_efile\" onmouseover=\"headerLinkChange(\'efile\',\'over\');\" onmouseout=\"headerLinkChange(\'efile\',\'out\');\">\n\t\t\t\t<div id=\"efile\"><img src=\"\/images\/efile_off.gif\" title=\"Check E-file Status\" alt=\"Check E-file Status\" border=\"0\" \/><\/div>\n\t\t\t\t<div id=\"efile_o\" style=\"display:none;\">\n\t\t\t\t\t<script language=\"javascript\">\n\t\t\t\t\tif(URL.indexOf(\'\/bank\/\') != - 1 || URL.indexOf(\'\/mortgages\/\') != - 1) {\n\t\t\t\t\t\tdocument.write(\'<a href=\"javascript:showExitPopUp(\\\'\/taxes\/doing_my_taxes\/check_status.jsp\\\');\" title=\"Check E-file Status\">\');\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdocument.write(\'<a href=\"\/taxes\/doing_my_taxes\/check_status.jsp\" title=\"Check E-file Status\">\');\n\t\t\t\t\t}\n\t\t\t\t\t<\/script>\n\t\t\t\t\t<img src=\"\/images\/efile_on.gif\" title=\"Check E-file Status\" alt=\"Check E-file Status\" border=\"0\" \/>\n\t\t\t\t\t<script language=\"javascript\">document.write(\'<\/a>\');<\/script>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<div style=\"position:absolute;right:0px;top:28px;\" id=\"div_refund\" onmouseover=\"headerLinkChange(\'refund\',\'over\');\" onmouseout=\"headerLinkChange(\'refund\',\'out\');\">\n\t\t\t\t<div id=\"refund\"><img src=\"\/images\/refund_status_off.gif\" title=\"Check Refund Status\" alt=\"Check Refund Status\" border=\"0\" \/><\/div>\n\t\t\t\t<div id=\"refund_o\" style=\"display:none;\">\n\t\t\t\t\t<script language=\"javascript\">\n\t\t\t\t\tif(URL.indexOf(\'\/bank\/\') != - 1 || URL.indexOf(\'\/mortgages\/\') != - 1) {\n\t\t\t\t\t\tdocument.write(\'<a href=\"javascript:showExitPopUp(\\\'\/taxes\/doing_my_taxes\/refund_status.html\\\');\" title=\"Check Refund Status\">\');\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdocument.write(\'<a href=\"\/taxes\/doing_my_taxes\/refund_status.html\" title=\"Check Refund Status\">\');\n\t\t\t\t\t}\n\t\t\t\t\t<\/script>\n\t\t\t\t\t<img src=\"\/images\/refund_status_on.gif\" title=\"Check Refund Status\" alt=\"Check Refund Status\" border=\"0\" \/>\n\t\t\t\t\t<script language=\"javascript\">document.write(\'<\/a>\');<\/script>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t--'+'>\n<!'+'--\n\t\t\t<div style=\"position:absolute;right:0px;top:39px;\" id=\"div_extension\" onmouseover=\"headerLinkChange(\'extension\',\'over\');\" onmouseout=\"headerLinkChange(\'extension\',\'out\');\">\n\t\t\t\t<div id=\"extension\"><img src=\"\/images\/file_ext_off.gif\" title=\"File an Extension\" alt=\"File an Extension\" border=\"0\"z \/><\/div>\n\t\t\t\t<div id=\"extension_o\" style=\"display:none;\">\n\t\t\t\t\t<script language=\"javascript\">\n\t\t\t\t\tif(URL.indexOf(\'\/bank\/\') != - 1) {\n\t\t\t\t\t\tdocument.write(\'<a href=\"javascript:showExitPopUp(\\\'javascript:staticProductLearnMore(69);\\\');\" title=\"File an Extension\">\');\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdocument.write(\'<a href=\"javascript:staticProductLearnMore(69);\" title=\"H&amp;R Block Customer Support\">\');\n\t\t\t\t\t}\n\t\t\t\t\t<\/script>\n\t\t\t\t\t<img src=\"\/images\/file_ext_on.gif\" title=\"File an Extension\" alt=\"File an Extension\" border=\"0\" \/>\n\t\t\t\t\t<script language=\"javascript\">document.write(\'<\/a>\');<\/script>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n--'+'>\n\t\t\t<div style=\"position:absolute;right:0px;top:15px;\" id=\"div_forgot_password\" onmouseover=\"headerLinkChange(\'forgot_password\',\'over\');\" onmouseout=\"headerLinkChange(\'forgot_password\',\'out\');\">\n\t\t\t\t<div id=\"forgot_password\"><img src=\"\/images\/pass_off.gif\" title=\"Forgot Password\" alt=\"Forgot Password\" border=\"0\" \/><\/div>\n\t\t\t\t<div id=\"forgot_password_o\" style=\"display:none;\">\n\t\t\t\t\t<script language=\"javascript\">\n\t\t\t\t\tif(URL.indexOf(\'\/bank\/\') != - 1 || URL.indexOf(\'\/mortgages\/\') != - 1) {\n\t\t\t\t\t\tdocument.write(\'<a href=\"javascript:showExitPopUp(\\\'https:\/\/taxes.hrblock.com\/hrblock\/Login\/UserType.hrbx?HelpFor=Password&TaxType=OPP&FV=F&HT=F\\\');\" title=\"Forgot Password\">\');\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdocument.write(\'<a href=\"https:\/\/taxes.hrblock.com\/hrblock\/Login\/UserType.hrbx?HelpFor=Password&TaxType=OPP&FV=F&HT=F\" title=\"Forgot Password\">\');\n\t\t\t\t\t}\n\t\t\t\t\t<\/script>\n\t\t\t\t\t<img src=\"\/images\/pass_on.gif\" title=\"Forgot Password\" alt=\"Forgot Password\" border=\"0\" \/>\n\t\t\t\t\t<script language=\"javascript\">document.write(\'<\/a>\');<\/script>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<!'+'--<div style=\"position:absolute;right:0px;top:39px;\" id=\"div_cust_support\" onmouseover=\"headerLinkChange(\'cust_support\',\'over\');\" onmouseout=\"headerLinkChange(\'cust_support\',\'out\');\">--'+'>\n\t\t\t<div style=\"position:absolute;right:0px;top:30px;\" id=\"div_cust_support\" onmouseover=\"headerLinkChange(\'cust_support\',\'over\');\" onmouseout=\"headerLinkChange(\'cust_support\',\'out\');\">\n\t\t\t\t<div id=\"cust_support\"><img src=\"\/images\/cust_sup_off.gif\" title=\"H&amp;R Block Customer Support\" alt=\"H&amp;R Block Customer Support\" border=\"0\" \/><\/div>\n\t\t\t\t<div id=\"cust_support_o\" style=\"display:none;\">\n\t\t\t\t\t<script language=\"javascript\">\n\t\t\t\t\tif(URL.indexOf(\'\/bank\/\') != - 1 || URL.indexOf(\'\/mortgages\/\') != - 1) {\n\t\t\t\t\t\tdocument.write(\'<a href=\"javascript:showExitPopUp(\\\'\/customer_support\/index.html\\\');\" title=\"H&amp;R Block Customer Support\">\');\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdocument.write(\'<a href=\"\/customer_support\/index.html\" title=\"H&amp;R Block Customer Support\">\');\n\t\t\t\t\t}\n\t\t\t\t\t<\/script>\n\t\t\t\t\t<img src=\"\/images\/cust_sup_on.gif\" title=\"H&amp;R Block Customer Support\" alt=\"H&amp;R Block Customer Support\" border=\"0\" \/>\n\t\t\t\t\t<script language=\"javascript\">document.write(\'<\/a>\');<\/script>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t<\/div>\n\t<div id=\"fade\"><img src=\"\/images\/services.gif\" alt=\"H&amp;R Block Services\" \/><\/div>\n\t<div id=\"nav_placeholder\" style=\"height:30px;display:none;\"><\/div>\n\t<div class=\"nav\" id=\"nav_home\" style=\"display:block;z-index:5;position:relative;\">\n\t\t<!'+'-- HOME NAVIGATION --'+'>\n\t\t<ul>\n\t\t\t<li id=\"home\"><a href=\"\/index.html\" title=\"H&amp;R Block :. Home\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- TAX SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer1\">&nbsp;<\/li>\n\t\t\t<li id=\"online_taxes\"><a href=\"\/taxes\/products\/product.jsp?productId=31\" title=\"H&amp;R Block :. Online Taxes\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_offices\"><a href=\"\/taxes\/products\/product.jsp?productId=64\" title=\"H&amp;R Block :. Tax Offices\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_tips\"><a href=\"\/taxes\/tax_tips\/index.html\" title=\"H&amp;R Block :. Tax Tip\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"calc\"><a href=\"\/taxes\/tax_calculators\/index.html\" title=\"H&amp;R Block :. Calculators\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- FINANCIAL SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer2\">&nbsp;<\/li>\n\t\t\t<li id=\"investments\"><a href=\"\/investments\/index.html\" title=\"H&amp;R Block :. Investments\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"banking\"><a href=\"\/bank\/index.html\" title=\"H&amp;R Block :. Banking\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"mortgage\"><a href=\"\/mortgages\/index.html\" title=\"H&amp;R Block :. Mortgage\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<div class=\"nav\" id=\"nav_online_taxes\" style=\"display: none;z-index:5;position:relative;\">\n\t\t<!'+'-- HOME NAVIGATION --'+'>\n\t\t<ul>\n\t\t\t<li id=\"home\"><a href=\"\/index.html\" title=\"H&amp;R Block :. Home\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- TAX SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer1\">&nbsp;<\/li>\n\t\t\t<li id=\"online_taxes\"><a href=\"\/taxes\/products\/product.jsp?productId=31\" title=\"H&amp;R Block :. Online Taxes\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_offices\"><a href=\"\/taxes\/products\/product.jsp?productId=64\" title=\"H&amp;R Block :. Tax Offices\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_tips\"><a href=\"\/taxes\/tax_tips\/index.html\" title=\"H&amp;R Block :. Tax Tip\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"calc\"><a href=\"\/taxes\/tax_calculators\/index.html\" title=\"H&amp;R Block :. Calculators\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- FINANCIAL SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer2\">&nbsp;<\/li>\n\t\t\t<li id=\"investments\"><a href=\"\/investments\/index.html\" title=\"H&amp;R Block :. Investments\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"banking\"><a href=\"\/bank\/index.html\" title=\"H&amp;R Block :. Banking\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"mortgage\"><a href=\"\/mortgages\/index.html\" title=\"H&amp;R Block :. Mortgage\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<div class=\"nav\" id=\"nav_tax_offices\" style=\"display: none;z-index:5;position:relative;\">\n\t\t<!'+'-- HOME NAVIGATION --'+'>\n\t\t<!'+'-- HOME NAVIGATION --'+'>\n\t\t<ul>\n\t\t\t<li id=\"home\"><a href=\"\/index.html\" title=\"H&amp;R Block :. Home\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- TAX SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer1\">&nbsp;<\/li>\n\t\t\t<li id=\"online_taxes\"><a href=\"\/taxes\/products\/product.jsp?productId=31\" title=\"H&amp;R Block :. Online Taxes\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_offices\"><a href=\"\/taxes\/products\/product.jsp?productId=64\" title=\"H&amp;R Block :. Tax Offices\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_tips\"><a href=\"\/taxes\/tax_tips\/index.html\" title=\"H&amp;R Block :. Tax Tip\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"calc\"><a href=\"\/taxes\/tax_calculators\/index.html\" title=\"H&amp;R Block :. Calculators\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- FINANCIAL SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer2\">&nbsp;<\/li>\n\t\t\t<li id=\"investments\"><a href=\"\/investments\/index.html\" title=\"H&amp;R Block :. Investments\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"banking\"><a href=\"\/bank\/index.html\" title=\"H&amp;R Block :. Banking\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"mortgage\"><a href=\"\/mortgages\/index.html\" title=\"H&amp;R Block :. Mortgage\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<div class=\"nav\" id=\"nav_tax_tip\" style=\"display: none;z-index:5;position:relative;\">\n\t\t<!'+'-- HOME NAVIGATION --'+'>\n\t\t<ul>\n\t\t\t<li id=\"home\"><a href=\"\/index.html\" title=\"H&amp;R Block :. Home\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- TAX SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer1\">&nbsp;<\/li>\n\t\t\t<li id=\"online_taxes\"><a href=\"\/taxes\/products\/product.jsp?productId=31\" title=\"H&amp;R Block :. Online Taxes\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_offices\"><a href=\"\/taxes\/products\/product.jsp?productId=64\" title=\"H&amp;R Block :. Tax Offices\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_tips\"><a href=\"\/taxes\/tax_tips\/index.html\" title=\"H&amp;R Block :. Tax Tip\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"calc\"><a href=\"\/taxes\/tax_calculators\/index.html\" title=\"H&amp;R Block :. Calculators\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- FINANCIAL SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer2\">&nbsp;<\/li>\n\t\t\t<li id=\"investments\"><a href=\"\/investments\/index.html\" title=\"H&amp;R Block :. Investments\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"banking\"><a href=\"\/bank\/index.html\" title=\"H&amp;R Block :. Banking\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"mortgage\"><a href=\"\/mortgages\/index.html\" title=\"H&amp;R Block :. Mortgage\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<div class=\"nav\" id=\"nav_calc\" style=\"display: none;z-index:5;position:relative;\">\n\t\t<!'+'-- HOME NAVIGATION --'+'>\n\t\t<ul>\n\t\t\t<li id=\"home\"><a href=\"\/index.html\" title=\"H&amp;R Block :. Home\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- TAX SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer1\">&nbsp;<\/li>\n\t\t\t<li id=\"online_taxes\"><a href=\"\/taxes\/products\/product.jsp?productId=31\" title=\"H&amp;R Block :. Online Taxes\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_offices\"><a href=\"\/taxes\/products\/product.jsp?productId=64\" title=\"H&amp;R Block :. Tax Offices\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_tips\"><a href=\"\/taxes\/tax_tips\/index.html\" title=\"H&amp;R Block :. Tax Tip\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"calc\"><a href=\"\/taxes\/tax_calculators\/index.html\" title=\"H&amp;R Block :. Calculators\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- FINANCIAL SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer2\">&nbsp;<\/li>\n\t\t\t<li id=\"investments\"><a href=\"\/investments\/index.html\" title=\"H&amp;R Block :. Investments\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"banking\"><a href=\"\/bank\/index.html\" title=\"H&amp;R Block :. Banking\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"mortgage\"><a href=\"\/mortgages\/index.html\" title=\"H&amp;R Block :. Mortgage\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<div class=\"nav\" id=\"nav_investments\" style=\"display: none;z-index:5;position:relative;\">\n\t\t<!'+'-- HOME NAVIGATION --'+'>\n\t\t<ul>\n\t\t\t<li id=\"home\"><a href=\"\/index.html\" title=\"H&amp;R Block :. Home\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- TAX SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer1\">&nbsp;<\/li>\n\t\t\t<li id=\"online_taxes\"><a href=\"\/taxes\/products\/product.jsp?productId=31\" title=\"H&amp;R Block :. Online Taxes\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_offices\"><a href=\"\/taxes\/products\/product.jsp?productId=64\" title=\"H&amp;R Block :. Tax Offices\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_tips\"><a href=\"\/taxes\/tax_tips\/index.html\" title=\"H&amp;R Block :. Tax Tip\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"calc\"><a href=\"\/taxes\/tax_calculators\/index.html\" title=\"H&amp;R Block :. Calculators\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- FINANCIAL SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer2\">&nbsp;<\/li>\n\t\t\t<li id=\"investments\"><a href=\"\/investments\/index.html\" title=\"H&amp;R Block :. Investments\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"banking\"><a href=\"\/bank\/index.html\" title=\"H&amp;R Block :. Banking\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"mortgage\"><a href=\"\/mortgages\/index.html\" title=\"H&amp;R Block :. Mortgage\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<div class=\"nav\" id=\"nav_banking\" style=\"display: none;z-index:5;position:relative;\">\n\t\t<!'+'-- HOME NAVIGATION --'+'>\n\t\t<ul>\n\t\t\t<li id=\"home\"><a onClick=\"showExitPopUp(\'\/index.html\');\" href=\"#\" title=\"H&amp;R Block :. Home\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- TAX SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer1\">&nbsp;<\/li>\n\t\t\t<li id=\"online_taxes\"><a onClick=\"showExitPopUp(\'\/taxes\/products\/product.jsp?productId=31\');\" href=\"#\" title=\"H&amp;R Block :. Online Taxes\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_offices\"><a onClick=\"showExitPopUp(\'\/taxes\/products\/product.jsp?productId=64\');\" href=\"#\" title=\"H&amp;R Block :. Tax Offices\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_tips\"><a onClick=\"showExitPopUp(\'\/taxes\/tax_tips\/index.html\');\" href=\"#\" title=\"H&amp;R Block :. Tax Tip\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"calc\"><a onClick=\"showExitPopUp(\'\/taxes\/tax_calculators\/index.html\');\" href=\"#\" title=\"H&amp;R Block :. Calculators\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- FINANCIAL SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer2\">&nbsp;<\/li>\n\t\t\t<li id=\"investments\"><a onClick=\"showExitPopUp(\'\/investments\/index.html\');\" href=\"#\" title=\"H&amp;R Block :. Investments\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"banking\"><a href=\"\/bank\/index.html\" title=\"H&amp;R Block :. Banking\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"mortgage\"><a onClick=\"showExitPopUp(\'\/mortgages\/index.html\');\" href=\"#\" title=\"H&amp;R Block :. Mortgage\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<div class=\"nav\" id=\"nav_mortgage\" style=\"display: none;z-index:5;position:relative;\">\n\t\t<!'+'-- HOME NAVIGATION --'+'>\n\t\t<ul>\n\t\t\t<li id=\"home\"><a onClick=\"showExitPopUp(\'\/index.html\');\" href=\"#\" title=\"H&amp;R Block :. Home\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- TAX SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer1\">&nbsp;<\/li>\n\t\t\t<li id=\"online_taxes\"><a onClick=\"showExitPopUp(\'\/taxes\/products\/product.jsp?productId=31\');\" href=\"#\" title=\"H&amp;R Block :. Online Taxes\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_offices\"><a onClick=\"showExitPopUp(\'\/taxes\/products\/product.jsp?productId=64\');\" href=\"#\" title=\"H&amp;R Block :. Tax Offices\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"tax_tips\"><a onClick=\"showExitPopUp(\'\/taxes\/tax_tips\/index.html\');\" href=\"#\" title=\"H&amp;R Block :. Tax Tip\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"calc\"><a onClick=\"showExitPopUp(\'\/taxes\/tax_calculators\/index.html\');\" href=\"#\" title=\"H&amp;R Block :. Calculators\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<!'+'-- FINANCIAL SERVICES NAVIGATION --'+'>\n\t\t\t<li id=\"spacer2\">&nbsp;<\/li>\n\t\t\t<li id=\"investments\"><a onClick=\"showExitPopUp(\'\/investments\/index.html\');\" href=\"#\" title=\"H&amp;R Block :. Investments\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"banking\"><a href=\"\/bank\/index.html\" title=\"H&amp;R Block :. Banking\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t\t<li id=\"mortgage\"><a onClick=\"showExitPopUp(\'\/mortgages\/index.html\');\" href=\"#\" title=\"H&amp;R Block :. Mortgage\" onmouseover=\"fadeItIn()\" onmouseout=\"fadeItOut()\">&nbsp;<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n\n<!'+'-- *************************** --'+'>\n<!'+'-- BEGIN FLOATING LAYER CODE   --'+'>\n<!'+'-- *************************** --'+'>\n<script type=\"text\/javascript\">\n\n    var srch_topPos     = 0;\n    var srch_leftPos    = 0;\n    var srch_isIE       = \"\";\n    var srch_isNN       = \"\";\n    var srch_isHot      = false;\n    var srch_pageName   = \"\";\n\n    String.prototype.replaceAll=function(s1, s2)\n    {\n        return this.replace(new RegExp(s1,\"g\"), s2);\n    }\n\n    if ( srchTerm != \"\" && ( (document.location.pathname.indexOf(\'\/taxes\/\') > - 1) || (document.location.pathname.indexOf(\'\/investments\/\') > - 1) || (document.location.pathname.indexOf(\'\/bank\/\') > - 1) || (document.location.pathname.indexOf(\'\/mortgages\/\') > - 1) )  )\n    {\n        document.write(\'<div id=\\\"floatingSearchLayer\\\" style=\\\"position:absolute; z-index:999999; width:320px; height:103px; visibility:visible; \\\">\');\n        document.write(\'    <div style=\\\"position:absolute;top:0px;left:0px;z-index:1\\\">\');\n        document.write(\'        <img src=\\\"\/images\/search_float_bg.gif\\\" \/>\');\n        document.write(\'    <\/div>\');\n        document.write(\'    <div style=\\\"position:absolute;top:0px;left:0px;z-index:2\\\">\');\n        document.write(\'        <div id=\\\"floatingSearchTitleBar\\\" style=\\\"cursor:move; width:320px;margin-top:5px;\\\">\');\n        document.write(\'            <span style=\\\"margin-left: 10px;\\\">For Additional Information - Try our Local Search<\/span>\');\n        document.write(\'            <span style=\\\"margin-left: 10px;\\\"><img style=\\\"cursor:default;\\\" src=\\\"\/images\/btn_close.gif\\\" onclick=\\\"srch_hideMe();return false\\\" \/><\/span>\');\n        document.write(\'        <\/div>\');\n        document.write(\'          <table border=\\\"0\\\" width=\\\"100%\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\');\n        document.write(\'          <tr>\');\n        document.write(\'              <td width=\\\"100%\\\" style=\\\"padding:10px\\\">\');\n        document.write(\'                <form style=\\\"margin-bottom: 0px; margin-top: 15px;\\\" target=\\\"_top\\\" method=\\\"get\\\" action=\\\"http:\/\/search.hrblock.com\/search\/promosearch\/\\\" name=\\\"formFloatingAtomzSearch\\\">\');\n        document.write(\'                    <input type=\\\"hidden\\\" name=\\\"sp-k\\\" value=\\\"\\\">\');\n        document.write(\'                    <input type=\\\"hidden\\\" name=\\\"sp-a\\\" value=\\\"sp1002eca4\\\">\');\n        document.write(\'                    <input type=\\\"hidden\\\" name=\\\"sp-f\\\" value=\\\"ISO-8859-1\\\">\');\n        document.write(\'                    <input type=\\\"hidden\\\" name=\\\"sp-p\\\" value=\\\"all\\\">\');\n        document.write(\'                    <input type=\\\"hidden\\\" name=\\\"srchsrc\\\" value=\\\"floating\\\">\');\n        document.write(\'                    Search for:\');\n        document.write(\'                    <table>\');\n        document.write(\'                    <tr>\');\n        document.write(\'                        <td valign=\\\"middle\\\">\');\n        document.write(\'                            <input style=\\\"border:solid 1px #000000;margin-top:0px;\\\" id=\\\"sp-q-floating\\\" name=\\\"sp-q\\\" type=\\\"text\\\" size=\\\"40\\\" \/>\');\n        document.write(\'                        <\/td>\');\n        document.write(\'                        <td valign=\\\"middle\\\">\');\n        document.write(\'                            <input style=\\\"cursor:pointer;margin-top: 2px;\\\" type=\\\"image\\\" id=\\\"floatSearchSubmit\\\" src=\\\"\/images\/search_arrow.gif\\\" onclick=\\\"srch_webAnalytics(\\\'Search Popup: Executed\\\');if(setGlobalNav(\\\'\\\/bank\\\/\\\')){return confirm(strBankExit);}else if(setGlobalNav(\\\'\\\/mortgages\/\\\')){return  confirm(strMortgageExit);}\\\" \/>\');\n        document.write(\'                        <\/td>\');\n        document.write(\'                    <\/tr>\');\n        document.write(\'                    <\/table>\');\n        document.write(\'                    <a href=\\\"\/\\\" id=\\\"floatTempLink\\\" \/>\');\n        document.write(\'                <\/form>\');\n        document.write(\'              <\/td>\');\n        document.write(\'          <\/tr>\');\n        document.write(\'          <\/table>\');\n        document.write(\'    <\/div>\');\n        document.write(\'<\/div>\');\n\n        srch_leftPos   = 780 + ( (pageWidth() - 780) \/ 2) -340;    \/\/ 340 is approx width of floating window\n        srch_topPos    = pageHeight() - 124;                       \/\/ 124 is approx height of floating window\n\n        document.write(\'<script type=\\\"text\/javascript\\\">\');\n            srch_pageName  = \"Search Popup: Rendered\";\n        document.write(\'<\/\'+\'script>\');\n\n        document.getElementById(\"floatingSearchLayer\").style.top    = srch_topPos+\"px\";\n        document.getElementById(\"floatingSearchLayer\").style.left   = srch_leftPos+\"px\";\n    }\n\n    try\n    {\n          if (srchTerm != \"\")\n          {\n            var mySearchTerm    = srchTerm;\n\n            mySearchTerm = srchTerm.replaceAll(\"[+]\",\" \");\n            mySearchTerm = unescape(mySearchTerm);\n\n            document.getElementById(\"sp-q-floating\").value = mySearchTerm;\n            document.getElementById(\"sp-q\").value = mySearchTerm;\n          }\n    }\n    catch (e)\n    {\n        \/\/alert(\"e==\"+e);\n    }\n\n    \/\/ Script Source: CodeLifter.com\n    \/\/ Copyright 2003\n    \/\/ Do not remove this header\n\n    srch_isIE=document.all;\n    srch_isNN=!document.all&&document.getElementById;\n\n    srch_isHot=false;\n\n    function srch_ddInit(e)\n    {\n      srch_TopObj=srch_isIE ? \"BODY\" : \"HTML\";\n\n      srch_WhichObj=srch_isIE ? document.all.floatingSearchLayer : document.getElementById(\"floatingSearchLayer\");\n\n      srch_hotObj=srch_isIE ? event.srcElement : e.target;\n\n      try\n      {\n          while (srch_hotObj.id != \"floatingSearchTitleBar\" && srch_hotObj.tagName != srch_TopObj)\n          {\n            srch_hotObj = srch_isIE ? srch_hotObj.parentElement : srch_hotObj.parentNode;\n          }\n\n          if (srch_hotObj.id==\"floatingSearchTitleBar\")\n          {\n            offsetx=srch_isIE ? event.clientX : e.clientX;\n            offsety=srch_isIE ? event.clientY : e.clientY;\n\n            nowX=srch_isIE ? parseInt(srch_WhichObj.style.posLeft) : parseInt(srch_WhichObj.style.left);\n            nowY=srch_isIE ? parseInt(srch_WhichObj.style.posTop)  : parseInt(srch_WhichObj.style.top);\n\n            srch_ddEnabled=true;\n\n            document.onmousemove=srch_dd;\n          }\n      }\n      catch (e)\n      {\n      }\n\n    }\n\n    function srch_dd(e)\n    {\n      if (!srch_ddEnabled) return;\n\n      try\n      {\n          srch_WhichObj.style.left  = srch_isIE ? nowX+event.clientX-offsetx  : nowX+e.clientX-offsetx+\"px\";\n          srch_WhichObj.style.top   = srch_isIE  ? nowY+event.clientY-offsety : nowY+e.clientY-offsety+\"px\";\n      }\n      catch (e)\n      {\n        srch_ddEnabled=false;\n      }\n      return false;\n    }\n\n    function srch_webAnalytics(strActionType)\n    {   \n        \/\/webAnalytics(document.getElementById(\"floatTempLink\"), \"linkname:\"+strActionType, \"type:o\");\n        srch_pageName = strActionType;\n        webAnalytics(document.getElementById(\"floatTempLink\"), \"type:o\");\n    }\n    \n    function srch_hideMe()\n    {\n      if (srch_isIE||srch_isNN) srch_WhichObj.style.visibility=\"hidden\";\n      srch_webAnalytics(\"Search Popup: Closed\");\n    }\n\n    function srch_showMe()\n    {\n      if (srch_isIE||srch_isNN) srch_WhichObj.style.visibility=\"visible\";\n    }\n\n    document.onmousedown    = srch_ddInit;\n    document.onmouseup      = Function(\"srch_ddEnabled=false\");\n\n    \/\/ Browser Window Size and Position\n    \/\/ copyright Stephen Chapman, 3rd Jan 2005, 8th Dec 2005\n    \/\/ you may copy these functions but please keep the copyright notice as well\n    \/\/ alert(\"width=\"+pageWidth()+\",height=\"+pageHeight()+\",posLeft=\"+posLeft()+\",posTop=\"+posTop()+\",posRight=\"+posRight()+\",posBottom=\"+posBottom());\n\n    function pageWidth()\n    {\n        return window.innerWidth != null? window.innerWidth : document.documentElement && document.documentElement.clientWidth ?       document.documentElement.clientWidth : document.body != null ? document.body.clientWidth : null;\n    }\n    function pageHeight()\n    {\n        return  window.innerHeight != null? window.innerHeight : document.documentElement && document.documentElement.clientHeight ?  document.documentElement.clientHeight : document.body != null? document.body.clientHeight : null;\n    }\n    function posLeft()\n    {\n        return typeof window.pageXOffset != \'undefined\' ? window.pageXOffset :document.documentElement && document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ? document.body.scrollLeft : 0;\n    }\n    function posTop()\n    {\n        return typeof window.pageYOffset != \'undefined\' ?  window.pageYOffset : document.documentElement && document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ? document.body.scrollTop : 0;\n    }\n    function posRight()\n    {\n        return posLeft()+pageWidth();\n    }\n    function posBottom()\n    {\n        return posTop()+pageHeight();\n    }\nvar end = new Date();\n\n\nvar difference = end.getTime() - start.getTime();\n\n\n<\/script>\n<!'+'-- *************************** --'+'>\n<!'+'-- END FLOATING LAYER CODE     --'+'>\n<!'+'-- *************************** --'+'>\n\n<\/noindex><!'+'-- tag for Atomz --'+'>');