var tree;
(function() {
function showWelcomeBar() {
document.getElementById('WelcomeBar').innerHTML = '<nobr><a href="/registration/index.html">Register</a> | <a href="/applegate/">Sign In</a></nobr>'
}
YAHOO.util.Event.onDOMReady(showWelcomeBar);
})();
