';
if( ( this.components & GlobalNavigation.SEARCH_BAR ) == GlobalNavigation.SEARCH_BAR ) out += this.getGrayBar();
if( ( this.components & GlobalNavigation.LINKS ) == GlobalNavigation.LINKS ) out += this.getPlethoraOfLinks();
if( ( this.components & GlobalNavigation.COPYRIGHT ) == GlobalNavigation.COPYRIGHT ) out += this.getBottomStrip();
out += '
';
return out;
}
GlobalNavigation.prototype.getLogoBar = function ()
{
var out = "";
out += ' ';
return out;
}
GlobalNavigation.prototype.getNavBar = function ()
{
var out = "";
out += '';
if( reg.isSignedIn() )
{
out += '
';
out += '
';
out += ' Hello ' + reg.getUserName() ;
out += '
';
out += '
';
out += '
';
}
else
{
out += '
';
out += '
';
out += '
';
out += '
';
}
out += '
';
return out;
}
GlobalNavigation.prototype.getPrintEdition = function ()
{
var out = "";
out += '