/* CCSTAL template approach for new MySite design in remote context */


window.ivSetActiveTab = function(){
  /* show active page image based on page name */
  var l = location.href; var m = ''
  if(l.match(/design/)){ m = 'web_design'; }
  else if(l.match(/domain/)){ m = 'domain'; }
  else if(l.match(/blogs/)){ m = 'blogs'; }
  else if(l.match(/commerce/)){ m = 'commerce'; }
  else if(l.match(/email/)){ m = 'email'; }
  else if(l.match(/vps/)){ m = 'vps'; }
  else{ m='web_hosting'; }
  if(l.match(/websitehosting/)){ m = ''; }
  if(m){
    var s3 = document.getElementById(m+'_bk2'); s3.className = 'msbuttonb2'
  }
}




var html = ''
+'  <table width="752" cellspacing="0" align="center">'
+'    <tr valign="top">'
+'      <td>'

+'        <!-- logo -->'
+'        <table width="100%" cellpadding="5" cellspacing="0">'
+'          <tr>'
+'            <td>'
+'              <a href="http://www.mysite.com"><img src="/fs_img/mysite/0506/logo.gif" border="0" alt="MySite Logo"></a>'
+'              <img src="/fs_img/spacer.gif" style="background:#A2CDEB;margin-left:5px;margin-right:5px;" width="1" height="49" alt="">'
+'              <img src="/fs_img/mysite/2007/web_hosting_title.gif" style="position:relative;top:-10px;" alt="Graphical Page Title">'
+'            </td>'
+'            <td align="right" width="250">'
+'              <span id="nav_login"><img src="/fs_img/spacer.gif" alt="bullet">&nbsp;</span>&nbsp;'
+'              <div style="font-size:9pt; color:#1682CC;margin-top:5px;">'
+'              <style type="text/css">'
+'              a.variation1{ text-decoration:none;color:#1682CC; }'
+'              a.variation1:hover{ text-decoration:underline; }'
+'              </style>'
+'              <a href="http://www.mysite.com/fs_img/search/contact.htm" class="variation1">Contact Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;'
+'              <b style="color:#0B5B99;">Need Help?</b>&nbsp;<b>1-888-697-4835</b>'
+'              <img src="http://uolfreeservers.112.2O7.net/b/ss/uolfreeservers/1/EMAIL?pageName='+location+'" height="1" width="1" border="0" alt="">'
+'              </div>'
+'            </td>'
+'          </tr>'
+'        </table>'

+'        <p>'
+'        <style type="text/css">'
+'        .msbuttonb1{ font-family: arial, sans-serif; font-size: 9pt; font-weight: bold; text-align: center; white-space: nowrap;'
+'          border-left: 1px #fff solid; border-right: 1px #BFBFBF solid; '
+'          background-image:url(/fs_img/mysite/2007/buttons2/background_dynamic.gif); background-repeat: repeat-x;'
+'        }'
+'        .msbuttonb1 a{ text-decoration: none; color: #7E7E7E; }'
+'        .msbuttonb1 a:hover{ color: #444; text-decoration: none; }'
+'        .msbuttonb2{ font-family: arial, sans-serif; font-size: 9pt; font-weight: bold; text-align: center; white-space: nowrap;'
+'          background-image:url(/fs_img/mysite/2007/buttons2/highlight.gif); background-repeat: repeat-x; '
+'        }'
+'        .msbuttonb2 a{ text-decoration: none; color: #fff; }'
+'        .msbuttonb2 a:hover{ text-decoration: none; cursor: default; }'
+'        .msnav a{ display:block; padding:8px; margin:0;}'
+'        </style>'
+'        <table class="msnav" cellpadding="0" cellspacing="0" width="100%" style="background-image:url(/fs_img/mysite/2007/buttons2/background_dynamic.gif);background-repeat:repeat-x;font-size:10px;background-color: #1682CC;">'
+'          <tr valign="top">'
+'            <td width="21" style="border-right: 1px #BFBFBF solid;"><img src="/fs_img/spacer.gif" width="21" height="1" alt=""></td>'

+'            <td id="web_hosting_bk2" class="msbuttonb1"><a href="http://www.mysite.com/">Web Hosting</a></td>'
+'            <td id="domain_bk2" class="msbuttonb1"><a href="http://www.mysite.com/domain-name-registration/">Domains</a></td>'
+'            <td id="web_design_bk2" class="msbuttonb1"><a href="http://design.mysite.com/cgi/design">Web Design</a></td>'
+'            <td id="blogs_bk2" class="msbuttonb1"><a href="http://www.mysite.com/blogs/">Blogs</a></td>'
+'            <!--<td id="commerce_bk2" class="msbuttonb1"><a href="http://www.mysite.com/e-commerce/">E-Commerce</a></td>-->'
+'            <td id="email_bk2" class="msbuttonb1"><a href="http://www.mysite.com/free-email-account/">Webmail</a></td>'
+'            <td id="vps_bk2" class="msbuttonb1"><a href="http://www.mysite.com/vps-hosting/">VPS</a></td>'
+'            <td valign="top" width="100%" align="right" style="border-left: 1px #fff solid;"><img src="/fs_img/mysite/2007/buttons2/navbar-header-right.gif" alt=""></td>'
+'          </tr>'
+'        </table>'
+'        <table cellpadding="0" cellspacing="0" width="100%" style="background-color: #1682CC;">'
+'          <tr>'
+'            <td><img src="/fs_img/spacer.gif" width="100" height="3" alt=""></td>'
+'          </tr>'
+'        </table>'

document.write(html)
if(window.ivSetActiveTab) window.ivSetActiveTab()


