C "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<% foundation_RenderMode = "2" %>
<%
'------------------------------------------------------
' General Page Information Variables
foundation_sessionKey = ""
foundation_projectGUID = "586484D7B617499CA7E886279198F749"
foundation_pageID = "3748"
foundation_pageIDTC = "3748"
foundation_pageGUID = "37AAA637FD3148DEA22896A084E10785"
foundation_pageGUIDTC = "37AAA637FD3148DEA22896A084E10785"
foundation_CurrentLang = "ZHH"
foundation_ProjectVariant = "31A685530117445BA58712239205CBEC"
foundation_PageName = ""
'------------------------------------------------------
' Content Variables
foundation_pageTitle = "SEI To Announce Second-Quarter Earnings On Wednesday, July 21, 2010"
foundation_AltTitle = ""
foundation_METAKeywords = ""
foundation_METADescription = ""
foundation_METARevisedDate = "1/25/2012 4:09:33 PM"
foundation_Keywords = "Article Types:Press Release"
foundation_Layout = "2"
foundation_ShowTitle = "1"
foundation_ShowVariants = "0"
foundation_ShowNav = "1"
foundation_LeadGen = "none"
foundation_PubDate = "15 July 2010"
foundation_PageType = "press_release"
foundation_PageTypeSet = "yes"
foundation_Authors = ""
foundation_PlainAuthors = ""
foundation_ArtType = "none"
Set re = new regexp
re.Pattern = "Article Types:([\w\s]+)"
Set matches = re.Execute(foundation_Keywords)
If matches.count > 0 Then
foundation_ArtType = matches(0).subMatches(0)
End If
'------------------------------------------------------
' Derived Content Variables
If Len(foundation_Authors) > 2 Then
Select Case foundation_CurrentLang
Case "FRC"
foundation_Authors = " par " & Left(foundation_Authors, Len(foundation_Authors) - 2)
Case "NLD"
foundation_Authors = " door " & Left(foundation_Authors, Len(foundation_Authors) - 2)
Case Else
foundation_Authors = " by " & Left(foundation_Authors, Len(foundation_Authors) - 2)
End Select
If Len(foundation_PlainAuthors) > 0 Then
foundation_Authors = foundation_Authors & ", " & foundation_PlainAuthors
End If
ElseIf Len(foundation_PlainAuthors) > 0 Then
Select Case foundation_CurrentLang
Case "FRC"
foundation_Authors = " par " & foundation_PlainAuthors
Case "NLD"
foundation_Authors = " door " & foundation_PlainAuthors
Case Else
foundation_Authors = " by " & foundation_PlainAuthors
End Select
End If
foundation_IsHome = False
If foundation_pageId = 47 Then
foundation_IsHome = True
End If
If foundation_PageType <> "" and foundation_PageType <> "generic" Then
foundation_ShowVariants = "1"
End If
wrapper_class = "left_nav two_column_aside"
If foundation_ShowNav = 0 Then
wrapper_Class = "no_left_nav"
Else
wrapper_Class = "left_nav"
End If
Select Case foundation_Layout
Case "1"
wrapper_Class = wrapper_Class & " one_column"
Case "2"
If foundation_ShowNav = 0 Then
wrapper_Class = wrapper_Class & " two_column_gray_aside"
Else
wrapper_Class = wrapper_Class & " two_column_aside"
End If
Case "3"
wrapper_Class = wrapper_Class & " two_column_split"
End Select
%>
<%
NL = Chr(10) & Chr(13)
Dim global_SessionKey
Function getSessionKey( username, password )
If (IsEmpty(global_SessionKey)) Then
Set objIO = Server.CreateObject("RDCMSASP.RdPageData")
objIO.XmlServerClassName = "RDCMSServer.XmlServer"
Set objXMLDOM = Server.CreateObject("Microsoft.XMLDOM")
xmlString = ""
resXML = objIO.ServerExecuteXML( xmlString, sError )
loginGUID = objIO.getAttribute("LOGIN","guid", resXML)
xmlString = "" &_
""
resXML = objIO.ServerExecuteXML( xmlString, sError )
global_SessionKey = objIO.getAttribute("SERVER", "key", resXML)
End If
getSessionKey = global_SessionKey
End Function
Function hasAttribute( node, name )
hasAttribute = False
For Each attr in node.attributes
If attr.name = name Then
hasAttribute = True
Exit Function
End If
Next
End Function
%>
<% Select Case foundation_CurrentLang %>
<% Case "ENU" %>
SEI - <%=foundation_PageTitle%> - US
<% Case "ENC" %>
SEI - <%=foundation_PageTitle%> - Canada
<% Case "ENG" %>
SEI - <%=foundation_PageTitle%> - UK
<% Case "ZHH" %>
SEI - <%=foundation_PageTitle%> - Hong Kong
<% Case "ENS" %>
SEI - <%=foundation_PageTitle%> - South Africa
<% Case "FRC" %>
SEI - <%=foundation_PageTitle%> - Canada French
<% Case "MEA" %>
SEI - <%=foundation_PageTitle%> - Middle East
<% Case "NLD" %>
SEI - <%=foundation_PageTitle%> - Netherlands
<% End Select %>
<% Select Case foundation_CurrentLang %>
<% Case "ENU" %>
<% End Select %>
<% If foundation_LeadGen <> "" And foundation_LeadGen <> "none" Then %>
<%=""%>
<% End If %>
<% Select Case foundation_CurrentLang %>
<% Case "ENU" %>
<% Case "ENC" %>
<% Case "FRC" %>
<% Case "ENG" %>
<% Case "DEU" %>
<% Case "NLD" %>
<% Case "ENS" %>
<% Case "ZHH" %>
<% Case "MEA" %>
<% End Select %>