As you can see in the image in my last post...
if p_web.GetSessionLoggedIn() 
    packet.append(p_web.AsciiToUTF(|
        '<div class="nt-left nt-countdown">'&p_web.Translate('Session Expires In')&'<div id="countdown"></div></div>'))
END 
packet.append(p_web.AsciiToUTF('<div class="nt-footer nt-right>'))
if p_web.IsMobile()=0
    packet.append(p_web.AsciiToUTF(|
  '<span class=" nt-center"><13,10>'&|
      '<<a class="link_gris" href="UserAgreement">'&p_web.Translate('User Agreement')&'<</a>  '&|
      '<<a class="link_gris" href="PrivacyPolicy">'&p_web.Translate('Privacy Policy')&'<</a>  '&|
      '<<a class="link_gris" href="javascript:var win=open('''&'./help/html/Index_'&CHOOSE(P_WEB.GSV('LOGIN_LNGHLP')<>'',P_WEB.GSV('LOGIN_LNGHLP'),P_WEB.GSV('LOGIN_LNG'))&'.html'&''',''DwsHelpPage'',''width=900,height=500,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizeable=yes'');" alt="'&p_web.Translate('Click here for help')&'" >'&p_web.Translate('Help')&'</a>'&|
  '</span><13,10>'&|
        '',net:OnlyIfUTF,net:StoreAsAscii))
END
packet.append(p_web.AsciiToUTF('</div>'))