<% 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 %>

Former 7- Eleven Executive joins KSS Advisory Board

Florham Park, NJ – (May 16, 2005) – KSS, the leading provider of pricing solutions to the petroleum/convenience, chain drug and grocery sectors announce the appointment of Bob Johnson as Executive Advisor. Mr. Johnson’s appointment brings in-depth knowledge of the North American markets and unparalleled understanding of gasoline pricing operations, strategies and tactics to KSS.

Bob was previously General Manager Gasoline & Environmental Services at 7-Eleven, the world’s largest convenience retailing chain, where he spent 32 years overseeing the growth of the company’s gasoline business and, more recently, steering the company to record gasoline performance gains.

As an Executive Advisor, Bob will provide input into company strategy, product direction and sales and marketing activities.

“I am delighted to be joining KSS as an advisor. I have had first-hand experience of using their gasoline pricing system, PriceNet, to streamline processes and optimize pricing tactics and I am excited about the opportunity to contribute to the continued success of the company,” said Mr. Johnson.

“We’re extremely pleased to welcome Bob to our senior management team. His experience of gasoline pricing and understanding of the North American gasoline markets will be invaluable in helping us continue to shape our product vision and support the needs of our customers,” commented 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 %>