<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/TR/WD-xsl">



<xsl:template match="/">
  <html>
  <head>
  <LINK href="..\\nsdweb.css" rel="stylesheet" type="text/css" />

  <meta http-equiv="refresh" content="180;URL=cicqxml.asp"></meta>
</head>
  <script Language="JScript">
function OpenWindow(iLoc, WName)
{
window.open(iLoc , WName, "toolbar=no, status=no, scrollbars=yes, top=" + ((1 * 20) + 200) + ", left=" + ((1 * 20) + 200) + ", width=" + 500 + ", height=" + 300);
}
</script>
<script Language="JScript">
function OpenWindow(iLoc, WName)
{
window.open(iLoc , WName, "toolbar=no, status=no, scrollbars=yes, top=" + ((1 * 20) + 200) + ", left=" + ((1 * 20) + 200) + ", width=" + 500 + ", height=" + 300);
}
</script>

 
  <body topmargin="0" bottommargin="0">

     <xsl:for-each select="icqdata/icq">
     
      <DIV STYLE="font-family: tahoma; font-weight:bold; color:black; font-size:10pt">
       <xsl:value-of select="firstname"/> <xsl:value-of select="lastname"/>
       <SPAN style="font-weight:normal; text-decoration:underline; color: blue; cursor: hand">
       <xsl:attribute name="onclick">OpenWindow('..//popwinframepage.asp?h=12&amp;htype=ticket&amp;tkt=<xsl:value-of select="ticket"/>')</xsl:attribute><xsl:value-of select="ticket"/>
       </SPAN>
	 </DIV>
      <DIV STYLE="font-family: tahoma; font-size:10pt">
       <SPAN STYLE="font-style:italic"><xsl:value-of select="message_date"/></SPAN>
        </DIV>   
      <DIV STYLE="font-family: tahoma; font-size:10pt">
      <xsl:value-of select="message_body"/>
      <P></P>
      </DIV>
     
    </xsl:for-each>
    

  </body>
  </html>
</xsl:template>
</xsl:stylesheet>

