document.write('\n\n<script type=\"text\/javascript\">\nif (typeof(g_omatica_header) != \"undefined\" && g_omatica_header)\n{\n    document.write(\"<div class=\\\"mboxDefault\\\">\");\n}\n<\/script>\n\n<style type=\"text\/css\">\n.hrb_header_logo[class] {\nbackground:transparent url(\/images\/hrb_header_logo.png) no-repeat ;\n}\n.hrb_header_logo {\nfilter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=\'\/images\/hrb_header_logo.png\');\n}\n\n\n.hrb_header_bank_logo[class] {\nbackground:transparent url(\/images\/hrb_header_bank_logo.png) no-repeat ;\n}\n.hrb_header_bank_logo {\nfilter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=\'\/images\/hrb_header_bank_logo.png\');\n}\n\n.hrb_header_sbs_logo[class] {\nbackground:transparent url(\/images\/hrb_header_sbs_logo.png) no-repeat ;\n}\n.hrb_header_sbs_logo {\nfilter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=\'\/images\/hrb_header_sbs_logo.png\');\n}\n\n\n.hrb_btn_search[class] {\nbackground:transparent url(\/images\/hrb_btn_search.png) no-repeat ;\n}\n.hrb_btn_search {\nfilter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=\'\/images\/hrb_btn_search.png\');\n}\n\n<\/style>\n\n<div class=\"noindex\">\n<!'+'-- tag for Atomz --'+'>\n\n<script type=\"text\/javascript\">\n\n\/\/added a patch to redirect press related pages , \nvar browserURL =document.location.href;\nif (browserURL.indexOf(\'presscenter\/about\/executiveProfiles.jsp\') >=0){\nlocation.href=\'\/press\/executiveProfiles.jsp\';\n}\nelse if (browserURL.indexOf(\'presscenter\/about\/bod.jsp\') >=0){\nlocation.href=\'\/press\/bod.jsp\';\n} else if (browserURL.indexOf(\'\/presscenter\/\') >=0){\nlocation.href=\'\/press\/index.jsp\';\n}\n\/\/\/\n\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.\';\n\nstrBankExitSite = \'You are now leaving the H&R Block Bank Web site and will go to a Web site that is not controlled by or affiliated with H&R Block Bank. We have provided this link for your convenience. However, we do not endorse or guarantee any products or services you may view on other sites. Other Web sites may not follow the same privacy policies and security procedures that H&R Block Bank does so please review their policies and procedures carefully. \\n\\nClick \"OK\" to continue or \"Cancel\" to stay at H&R Block Bank.\';\n\n\/\/ use bank message also for mortgage section 02\/14\/2008\nstrMortgageExit  = \'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.\';\n\n\/\/strMortgageExit = \'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(destination_url, bLeavingSite, bOpenNewWindow)\n{\n    var bDestinationIsBank  = false;\n    var bDestinationIsMort  = false;\n\n    var bCurrLocationIsBank = onBankPage();\n    var bCurrLocationIsMort = onMortgagePage();\n\n    if (document.location.protocol==\"https:\")\n    {   \/\/ get out of https tunnel if going to a page within our own site\n        if (destination_url.indexOf(\"\/\")==0)\n        {   \/\/ destination is in current site\n            if ( (document.location.host.indexOf(\"hrblock.com\")!=-1) || (document.location.host.indexOf(\"handrblock.com\")!=-1) )\n            {\n                destination_url = \"http:\/\/www.hrblock.com\" + destination_url;\n            }\n        }\n    }\n\n\n\n\n    if ( (destination_url.indexOf(\"\/bank\")!= -1) || (destination_url.indexOf(\"\/emerald\")!= -1) )\n    {\n        bDestinationIsBank = true;\n    }\n    else if (destination_url.indexOf(\"\/mortgages\")!= -1)\n    {\n        bDestinationIsMort = true;\n    }\n\n    if (bCurrLocationIsBank && (!bDestinationIsBank && !bDestinationIsMort))\n    {\n        \/\/ if on a bank page and your destination is not a bank page or a mortgage, pop up alert\n        if(!confirm(strBankExit))\n        {\n            return false;\n        }\n    }\n    else if ( bCurrLocationIsMort && (!bDestinationIsMort && !bDestinationIsBank))\n    {\n        \/\/ if on a mortgage page and your destination is not a mortgage or a bank page, pop up alert\n        if(!confirm(strMortgageExit))\n        {\n\t\t\treturn false;\n        }\n    }\n\n    if (destination_url.indexOf(\"\/espanol\/index.html\") != -1)\n    {\n        window.open(\"\/espanol\/index.html\",\"espanol\");\n\t\treturn true;\n    }\n\n\tif (bOpenNewWindow)\n    {\n        window.open(destination_url);\n    }\n    else\n    {\n        window.location = destination_url;\n    }\n\n    return true;\n}\n\nfunction onMortgagePage()\n{\n    if (document.location.href.indexOf(\"\/mortgages\")!= -1 || (typeof (t1_default) != \"undefined\" && t1_default.indexOf(\"mortgage\") != -1) )\n    {\n\t\treturn true;\n    }\n\treturn false;\n}\n\nfunction onBankPage()\n{\n    if ( (document.location.href.indexOf(\"\/bank\")!= -1) || (document.location.href.indexOf(\"\/emerald\")!= -1) || (typeof (t1_default) != \"undefined\" && t1_default.indexOf(\"bank\") != -1) )\n    {\n\t\treturn true;\n    }\n\treturn false;\n}\n\n<\/script>\n\n<script type=\"text\/javascript\" src=\"\/includes\/js\/flashobject.js\"><\/script>\n<!'+'-- Greybox --'+'>\n<script type=\"text\/javascript\">\nvar GB_ROOT_DIR = \"\/includes\/greybox\/\";\n\ndocument.write(\'<script type=\\\"text\/javascript\\\" src=\\\"\/includes\/greybox\/AJS.js\\\"><\\\/script>\');\ndocument.write(\'<script type=\\\"text\/javascript\\\" src=\\\"\/includes\/greybox\/AJS_fx.js\\\"><\\\/script>\');\ndocument.write(\'<script type=\\\"text\/javascript\\\" src=\\\"\/includes\/greybox\/gb_scripts.js\\\"><\\\/script>\');\n\ndocument.write(\'<link href=\\\"\/includes\/greybox\/gb_styles.css\\\" rel=\\\"stylesheet\\\" type=\\\"text\/css\\\" media=\\\"all\\\" \/>\');\n\n<\/script>\n<!'+'-- END Greybox --'+'>\n\n<div id=\"header\" style=\"background:url(\/images\/hrb_header_bg.jpg) repeat-x;\">\n\n<script type=\"text\/javascript\">\nif (document.location.pathname.indexOf(\'\/select\/\') > - 1)\n{\n    document.write(\'<div class=\\\"hd_home_link\\\"><a href=\\\"#\\\" onclick=\\\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:home\\\');showExitPopUp(\\\'\\\/index.html\\\');return false;\\\">Home<\\\/a><\\\/div>\');\n    document.write(\'<a href=\"\/select\/index.html\" title=\"H&amp;R Block Investments Select Clients\" class=\"hrb_logo\" onclick=\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:select_home\\\');\"><img src=\"\/images\/hd_hrb_logo_fa_select.png\" alt=\"H&amp;R Block Financial Advisors - Select Client Group\" title=\"H&amp;R Block Financial Advisors - Select Client Group\" border=\"0\" class=\"hd_logo_home\"><\\\/a>\');\n}\nelse if ( (document.location.pathname.indexOf(\'\/bank\/\') > - 1) || (document.location.pathname.indexOf(\'\/emerald\/\') > - 1) )\n{\n    document.write(\'<div class=\\\"hd_home_link\\\"><a href=\\\"#\\\" onclick=\\\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:home\\\');showExitPopUp(\\\'\\\/index.html\\\');return false;\\\">Home<\\\/a>\'+\'<\\\/\'+\'div>\');\n    document.write(\'<div class=\"hd_logo_home\"><a href=\"\/bank\/index.html\" title=\"H&amp;R Block Bank\" class=\"hrb_logo\" onclick=\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:bank_home\\\');\"><img src=\"\/images\/pixel.gif\" width=\"211\" height=\"62\" alt=\"H&amp;R Block\" title=\"H&amp;R Block\" border=\"0\" class=\"hrb_header_bank_logo\"><\\\/a><\\\/div>\');\n}\nelse if (document.location.pathname.indexOf(\'\/mortgages\/\') > - 1)\n{\n    document.write(\'<div class=\"hd_home_link\"><a href=\"#\" onclick=\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:home\\\');showExitPopUp(\\\'\/index.html\\\');return false;\">Home<\\\/a><\\\/div>\');\n    document.write(\'<a href=\"\/mortgages\/index.html\" title=\"H&amp;R Block Bank\" class=\"hrb_logo\" onclick=\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:mortgages_home\\\');\"><img src=\"\/images\/hd_hrb_logo_bank.png\" alt=\"\" border=\"0\" class=\"hd_logo_home\"><\\\/a>\');\n}\nelse if (document.location.pathname.indexOf(\'\/tax_business_services\/\') > - 1)\n{\n    document.write(\'<div class=\"hd_home_link\"><a href=\"#\" onclick=\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:home\\\');showExitPopUp(\\\'\/index.html\\\');return false;\">Home<\\\/a><\\\/div>\');\n    document.write(\'<a href=\"\/tax_business_services\/index.html\" title=\"H&amp;R Block Tax Business Services\" class=\"hrb_logo\" onclick=\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:tbs_home\\\');\"><img src=\"\/images\/hd_hrb_logo_tbs.png\" alt=\"H&amp;R Block\" border=\"0\" class=\"hd_logo_home\"><\\\/a>\');\n}\nelse if (document.location.pathname.indexOf(\'\/SBS\/\') > - 1)\n{\n    document.write(\'<div class=\"hd_home_link\"><a href=\"#\" onclick=\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:home\\\');showExitPopUp(\\\'\/index.html\\\');return false;\">Home<\\\/a><\\\/div>\');\n    document.write(\'<div class=\"hd_logo_home\"><a href=\"\/SBS\/index.html\" title=\"H&amp;R Block Business Services\" class=\"hrb_logo\" onclick=\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:sbs_home\\\');\"><img src=\"\/images\/pixel.gif\" width=\"211\" height=\"62\" alt=\"H&amp;R Block\" title=\"H&amp;R Block\" border=\"0\" class=\"hrb_header_sbs_logo\"><\\\/a><\\\/div>\');\n}\nelse\n{\n    \/\/ use default logo\n    var logoVersion = \"\/images\/hd_hrb_logo.png\";\n    if ( (document.location.pathname.indexOf(\'\/product.jsp\') != -1 && isOnlineProduct(getQueryValue(\'productId\'))) || document.location.pathname.indexOf(\'\/taxes\/products\/online\/\') != -1)\n    {\n        logoVersion = \"\/images\/hd_hrb_logo_online.png\";\n    }\n    document.write(\'<div class=\"hd_home_link\"><\\\/div>\');\n    document.write(\'<div class=\"hd_logo_home\"><a href=\"http:\/\/\'+document.location.hostname+\'\/index.html\" title=\"H&amp;R Block\" class=\"hrb_logo\" onclick=\"omnitureOnClick(\\\'navLocation:h\\\',\\\'navName:logo\\\');\"><img src=\"\/images\/pixel.gif\" width=\"211\" height=\"62\" alt=\"H&amp;R Block\" title=\"H&amp;R Block\" border=\"0\" class=\"hrb_header_logo\"><\\\/a><\\\/div>\');\n}\n\nfunction isOnlineProduct(id)\n{\n    \/\/ move this function to header_init after season\n    var online_ids = [\'30\',\'31\',\'32\',\'33\',\'44\',\'62\',\'85\',\'188\',\'189\',\'191\',\'192\',\'193\',\'194\',\'201\',\'202\']\n    var number_of_online_products   = online_ids.length;\n    var bMatchFound = false;\n    for (var i=0; i<number_of_online_products; i++)\n    {\n        if (id==online_ids[i])\n        {\n        bMatchFound = true;\n            break;\n        }\n    }\n    return bMatchFound;\n}\n<\/script>\n\n<script type=\"text\/javascript\">\n\nfunction checksearch(e)\n{\n    var _a = window.event?e.keyCode : e.which;\n    var rGeX=\/[\\w\\s\\b\\xBD]\/;\n    var chr=String.fromCharCode(_a);\n    return rGeX.test(chr);\n}\n<\/script>\n\n<div class=\"hd_forms_container\">\n    <!'+'-- VISUAL SCIENCES SEARCH AUTO POPULATE CODE --'+'>\n    <script type=\"text\/javascript\" src=\"\/includes\/js\/hrautocomplete.js\"><\/script>\n\n    <!'+'-- EFILE STATUS \/ WHERE\'S MY REFUND --'+'>\n    <div class=\"hd_right_align_right\">\n\t<a href=\"\/taxes\/doing_my_taxes\/check_status.html\" onclick=\"omnitureOnClick(\'navLocation:h\',\'navName:efile_status\'); showExitPopUp(\'\/taxes\/doing_my_taxes\/check_status.html\',false,false); return false;\"><span style=\"color:#296f02;font-size: 12px;\">Check E-file & Refund Status<\/span> <\/a>\n\n    <\/div>\n\n    <!'+'-- FIND AN OFFICE FORM --'+'>\n    <div class=\"hd_right_align_right\">\n        <form id=\"form1\" name=\"form1\" onsubmit=\"javascript:omnitureOnClick(\'navLocation:h\',\'navName:find_office\');validateAddress(document.getElementById(\'office\').value);return false;\">\n            <span class=\"form_title\">Find an Office<\/span>\n            <input name=\"office\" type=\"text\" id=\"office\"  onclick=\"this.value=\'\'\" value=\"Enter street address, city, state or zip\" class=\"hd_input_style\" maxlength=\"42\" style=\"width:200px;\">\n            <input type=\"image\" src=\"\/images\/btn_form_entry.png\" name=\"btn\" class=\"hd_btn\" value=\"\" alt=\"\" align=\"top\">\n        <\/form>\n    <\/div>\n\n    <!'+'-- VISUAL SCIENCES SEARCH FORM --'+'>\n    <div class=\"hd_right_align_right\" style=\"margin-right:19px;\">\n        <form name=\"searchform\" id=\"searchform\" target=\"_top\" action=\"http:\/\/search2.hrblock.com\" method=\"get\" autocomplete=\"off\">\n            <span class=\"form_title\">Search<\/span>\n            <input type=\"text\"   name=\"q\" style=\"margin-top:2px;width:137px\"   value=\"\" id=\"searchText\"  class=\"hd_input_style\" onkeydown=\"return checksearch(event)\" autocomplete=\"off\">\n            <input type=\"image\" src=\"\/images\/pixel.gif\" width=\"90\" height=\"29\" value=\"\" style=\"margin-top:-5px;\" alt=\"\" align=\"top\" onclick=\"omnitureOnClick(\'navLocation:h\',\'navName:site_search\');if(document.location.href.indexOf(\'\/bank\') != -1 || (typeof (t1_default) != \'undefined\' && t1_default.indexOf(\'bank\') != -1) ) { return confirm(strBankExit); } else if(document.location.href.indexOf(\'\/mortgages\')!= -1 || (typeof (t1_default) != \'undefined\' && t1_default.indexOf(\'mortgage\') != -1) ) { return confirm(strMortgageExit);}\" class=\"hrb_btn_search\">\n        <\/form>\n    <\/div>\n\n<\/div><!'+'-- end .hd_forms_container --'+'>\n\n<\/div><!'+'-- end #header --'+'>\n\n<!'+'-- start navigation tooltip --'+'>\n<div id=\"nav_ttip_office\" class=\"navtooltipcss\">\nFind the office or tax pro to get you every advantage at tax time, explain all your refund options, and offer tax help year-round.\n<\/div>\n<div id=\"nav_ttip_diy\" class=\"navtooltipcss\">\nPrepare your own taxes with our<br>do-it-yourself online and software solutions, with built-in expertise from H&amp;R Block.\n<\/div>\n<div id=\"nav_ttip_bob\" class=\"navtooltipcss\">\nNEW: Prepare your taxes online plus get unlimited advice from a real H&amp;R Block tax pro who will correct, guarantee and e-file your return &mdash; all without having to leave your home.\n<\/div>\n<div id=\"nav_ttip_taxres\" class=\"navtooltipcss\">\nGet accurate tax tips, estimate your taxes and build your tax prep checklist. Start your tax planning here.\n<\/div>\n<div id=\"nav_ttip_ask\" class=\"navtooltipcss\">\nPost your tax question &mdash; any tax question &mdash; and H&amp;R Block tax professionals will answer it for free.\n<\/div>\n<div id=\"nav_ttip_bank\" class=\"navtooltipcss\">\nOur traditional checking, savings, certificates of deposit, IRAs, loans and the Emerald Card offer simple and smart banking solutions.\n<\/div>\n\n<div id=\"nav_ttip_cust\" class=\"navtooltipcss\">\nFind solutions to your technical questions. From forgotten logins to printing past returns to program troubleshooting, we\'re here to help with the online and phone support you need.\n<\/div>\n\n<!'+'-- end navigation tooltip --'+'>\n\n<div class=\"main_nav\" id=\"main_nav_div\">\n<img src=\"\/images\/pixel.gif\" class=\"nav_image\" usemap=\"#Map\" align=\"absmiddle\" alt=\"\">\n\n<map name=\"Map\" id=\"Map\">\n    <area shape=\"rect\" coords=\"1,1,86,36\"    href=\"\/taxes\/products\/64.html\"         alt=\"\" onmouseover=\"showNavTtip(this,\'nav_ttip_office\')\"   onmouseout=\"hideNavTtip(\'nav_ttip_office\')\" onclick=\"omnitureOnClick(\'navLocation:hpn\',\'navName:office\');           showExitPopUp(\'\/taxes\/products\/64.html\');return false;\">\n    <area shape=\"rect\" coords=\"90,1,219,36\"  href=\"\/taxes\/products\/31.html\"         alt=\"\" onmouseover=\"showNavTtip(this,\'nav_ttip_diy\')\"      onmouseout=\"hideNavTtip(\'nav_ttip_diy\')\"    onclick=\"omnitureOnClick(\'navLocation:hpn\',\'navName:do_it_yourself\');   showExitPopUp(\'\/taxes\/products\/31.html\');return false;\">\n    <area shape=\"rect\" coords=\"223,1,337,36\" href=\"\/taxes\/products\/33.html\"         alt=\"\" onmouseover=\"showNavTtip(this,\'nav_ttip_bob\')\"      onmouseout=\"hideNavTtip(\'nav_ttip_bob\')\"    onclick=\"omnitureOnClick(\'navLocation:hpn\',\'navName:best_of_both\');     showExitPopUp(\'\/taxes\/products\/33.html\');return false;\">\n    <area shape=\"rect\" coords=\"341,1,521,36\" href=\"\/taxes\/tax_tips_calculators\/index.html\" alt=\"\" onmouseover=\"showNavTtip(this,\'nav_ttip_taxres\')\" onmouseout=\"hideNavTtip(\'nav_ttip_taxres\')\"   onclick=\"omnitureOnClick(\'navLocation:hpn\',\'navName:tax_tips_and_calculators\');showExitPopUp(\'\/taxes\/tax_tips_calculators\/index.html\');return false;\">\n    <area shape=\"rect\" coords=\"525,1,689,36\" href=\"http:\/\/getitright.hrblock.com\"   alt=\"\" onmouseover=\"showNavTtip(this,\'nav_ttip_ask\')\"      onmouseout=\"hideNavTtip(\'nav_ttip_ask\')\"    onclick=\"omnitureOnClick(\'navLocation:hpn\',\'navName:ask_a_tax_question\');if(document.location.href.indexOf(\'\/bank\') != -1 || (typeof (t1_default) != \'undefined\' && t1_default.indexOf(\'bank\') != -1) ) { return confirm(strBankExit); } else if(document.location.href.indexOf(\'\/mortgages\')!= -1 || (typeof (t1_default) != \'undefined\' && t1_default.indexOf(\'mortgage\') != -1) ) { return confirm(strMortgageExit);}\">\n    <area shape=\"rect\" coords=\"693,1,789,36\" href=\"\/bank\/index.html\"                alt=\"\" onmouseover=\"showNavTtip(this,\'nav_ttip_bank\')\"     onmouseout=\"hideNavTtip(\'nav_ttip_bank\')\"   onclick=\"omnitureOnClick(\'navLocation:hpn\',\'navName:bank\');             showExitPopUp(\'\/bank\/index.html\');return false;\">\n    <area shape=\"rect\" coords=\"793,1,949,36\" href=\"\/customer_support\/index.html\"    alt=\"\" onmouseover=\"showNavTtip(this,\'nav_ttip_cust\')\"     onmouseout=\"hideNavTtip(\'nav_ttip_cust\')\"   onclick=\"omnitureOnClick(\'navLocation:hpn\',\'navName:customer_supportk\');showExitPopUp(\'\/customer_support\/index.html\');return false;\">\n<\/map>\n\n<\/div>\n\n<script type=\"text\/javascript\">\n\tfunction findElementPosX(obj) {var curleft = 0;if(obj.offsetParent){while(1){curleft += obj.offsetLeft;if(!obj.offsetParent)break;obj = obj.offsetParent;}} else if(obj.x){curleft += obj.x;}return curleft;}\n\tfunction findElementPosY(obj) {var curtop = 0;if(obj.offsetParent){while(1){curtop += obj.offsetTop; if(!obj.offsetParent){break;}obj = obj.offsetParent;}}\telse if(obj.y){\tcurtop += obj.y;}return curtop; }\n\n\tfunction showNavTtip(areaobj,_ttip){\n\t\tvar ttid=document.getElementById(_ttip);\n\t\tvar xpos =findElementPosX(document.getElementById(\'main_nav_div\'));\n\t\tvar ypos =findElementPosY(document.getElementById(\'main_nav_div\'));\n\t\tvar areaoffset=parseInt(areaobj.coords.split(\",\")[0]);\n\t\tvar areataglen= parseInt(areaobj.coords.split(\",\")[2])- parseInt(areaobj.coords.split(\",\")[0]);\n\t\tvar leftoffset = (((220-areataglen)\/2)< 0)?0:((220-areataglen)\/2);\n\t\tttid.style.top =(ypos+40) +\'px\';\n\t\tif (areaoffset <= 10) {\n\t\t\tttid.style.left =xpos+\'px\';\n\t\t}\n\t\telse if (areaoffset > 760 ) {\n\t\t\tttid.style.left =(xpos+areaoffset -leftoffset*2)+\'px\';\n\t\t}\n\t\telse{\n\t\t\tttid.style.left =(xpos+areaoffset -leftoffset)+\'px\';\n\n\t\t}\n\t\tttid.style.visibility = \'visible\';\n\t}\n\n\tfunction hideNavTtip(_ttip){\n\t\tvar ttid=document.getElementById(_ttip);\n\t\tttid.style.visibility = \'hidden\';\n\t}\n\n<\/script>\n<!'+'-- tag for Atomz --'+'>\n<\/div>\n\n<script type=\"text\/javascript\">\nif (typeof(g_omatica_header) != \"undefined\" && g_omatica_header)\n{\n\tdocument.write(\"<\\\/div>\");\n    try\n    {\n    \tmboxCreate(\'HRB_HEADER\');\n    }\n    catch (e)\n    {\n        \/\/\n    }\n}\n<\/script>');
