addLoadEvent(function(){

try{

var on = "/sp";

var switchServicePortal = "<img src='bullet.png' width='15' height='15' style='margin-right: 5px;' /><button target='gsft_main' onclick='window.top.location.href=\"/sp\"' id='confidentialMessage' style='margin-right: 20px; font-size: 100%; background-color: lightgreen;'>Switch to Service portal</button>";

var nav_header = document.getElementsByClassName("navbar-header")[0];

nav_header.insert({before:switchServicePortal});

}catch(e){}

});