<% If IO.File.Exists(server.mappath("/includes/ksstop.aspx")) Then server.execute("/includes/ksstop.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/ksstop.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/ksstop.aspx") End if %> <% Dim getSect as String Dim thissect as String getSect = lcase(Request.ServerVariables("PATH_INFO")) select case true case instr(getSect,"software") > 0 thissect = "1" case instr(getSect,"analytics") > 0 thissect = "2" case instr(getSect,"consulting") > 0 thissect = "3" case instr(getSect,"pricemanagement") > 0 thissect = "4" case instr(getSect,"ourtechnology") > 0 thissect = "5" case instr(getSect,"aboutus") > 0 thissect = "6" case else thissect = "0" end select %>
SoftwareAnalyticsConsultingPrice ManagementOur TechnologyAbout Us
<% dim ActiveURL as string = Request.ServerVariables("URL") Dim reSpl = split(ActiveURL,"/") dim getTotalDir as string getTotalDir = "/" + reSpl(0) + "/" + reSpl(1) + "/" dim stFilePath as string = server.mappath(getTotalDir + "leftmenu.aspx") If IO.File.Exists(stFilePath) Then server.execute(getTotalDir + "leftmenu.aspx") End if %>

KSS announces appointment of Bob Stein as President/COO North American Operations


Florham Park, NJ – October 28, 2004 – KSS, the leading supplier of pricing software and services for the grocery, chain drug, convenience and petroleum industries is pleased to announce the appointment of Robert (“Bob”) Stein as President and Chief Operating Officer of KSS’ North American Operations.

“KSS is a company that I know very well, having been working with them in an advisory capacity for the last two years. The more I have worked with KSS, the more I have been impressed by the capability of the KSS pricing products and services as well as the professionalism of its people. I have seen first hand their ability to execute and deliver hugely successful projects to customers. I am very excited to be joining a company that has so much potential to deliver value to retailers and, in doing so, create value itself”, commented Stein.

Prior to his appointment Bob has been consulting to the retail and convenience store industries. His experience includes 18 years at Dairy Mart Convenience Stores Inc., where he held the post of Chairman, President and CEO, successfully applying his leadership experience in retail Operations, Marketing and Finance.

“I am delighted that Bob is joining KSS. He will strengthen our expanding North American team and bring valuable industry knowledge and contacts as well as leadership and management experience to KSS”, stated Iain Cockburn, CEO of KSS.

# # # # #

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

<% If thissect = "1" then %>
<% end if%>
<% If IO.File.Exists(server.mappath("/includes/kssbase.aspx")) Then server.execute("/includes/kssbase.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/kssbase.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/kssbase.aspx") End if %>