<%@LANGUAGE="Javascript"%> <% connPage = Server.CreateObject("ADODB.Connection"); connPage.Open(Application("ConnectionString")); function PrintDate(TheDate){ var TheDate = new Date(TheDate); return(String(TheDate.getDate()+"/"+(parseInt(TheDate.getMonth()+1)<10?"0"+(TheDate.getMonth()+1):(TheDate.getMonth()+1))+"/"+TheDate.getFullYear())); } rs = Server.CreateObject("ADODB.Recordset"); rs.Open("SELECT * FROM News WHERE (language_id = 1) AND ([website_n-side] = 1) ORDER BY dateofnews DESC;",connPage,3,1); %> N-SIDE optimizes companies processes by utilizing operational research and quantitative modelling
 
 
HomepageN-SIDE optimizes companies processes by utilizing operational research and quantitative modellingExpertiseServicesIndustriesR&DAccessContact


 
contact - sitemap
<% rs.Close(); rs = null; connPage.Close(); connPage = null; %>