function bbkbhdlr(evnt) {
 var e = (evnt || window.event);
 if (e.shiftKey && e.ctrlKey && (e.keyCode==69)) {
  e.returnValue = false;
  window.location = '/Login.aspx?ReturnUrl=' + encodeURIComponent(window.location.pathname + window.location.search);
  return false;
 }
}
window.onload = function() { document.body.onkeydown = bbkbhdlr; };

function bbimgldr(src) {
 var i = new Image();
 i.src = src;
 return i;
}
var bbPreLoadedImages = [ 
 bbimgldr("/images/btn_aboutUs_on.gif"),
 bbimgldr("/images/btn_aboutUs_roll.gif"),
 bbimgldr("/images/btn_powering_on.gif"),
 bbimgldr("/images/btn_powering_roll.gif"),
 bbimgldr("/images/btn_business_on.gif"),
 bbimgldr("/images/btn_business_roll.gif"),
 bbimgldr("/images/btn_investor_on.gif"),
 bbimgldr("/images/btn_investor_roll.gif"),
 bbimgldr("/images/btn_news_on.gif"),
 bbimgldr("/images/btn_news_roll.gif"),
 bbimgldr("/images/btn_careers_on.gif"),
 bbimgldr("/images/btn_careers_roll.gif")
];
