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

Alon USA announces selection of KSS RackPrice Solution for Wholesale Fuel Pricing

Florham Park, NJ - October 4, 2005 – Alon USA Energy, Inc. (NYSE:ALJ), headquartered in Dallas, Texas announced today that it has selected the KSS RackPrice solution to support pricing within its wholesale fuels business. Alon will use KSS’ RackPrice to help meet daily performance targets by consistently making informed pricing decisions and by responding more rapidly to market events. KSS RackPrice is a complete pricing solution for supporting rack pricing decisions and includes modules for price generation automation, reporting/analysis, competitive price prediction, price-volume modeling and price optimization.

Kyle McKeen, Vice President Marketing for Alon USA stated, “As market volatility continues to rise it is critical for us to have a flexible, efficient and responsive pricing process that enables us to react quickly and deal with new challenges in the rack business. In addition to providing us with greater control over pricing, RackPrice will allow us to more effectively manage, interpret and respond to market variables via a suite of sophisticated tools.”

“Alon USA is an innovator in the petroleum industry and we are delighted with their selection of the KSS RackPrice solution”, said Iain Cockburn, KSS CEO. “We’ve been able to leverage our leadership position and experience with advanced pricing solutions to bring a completely new level of pricing technology to better support pricing analysts and improve the rack pricing process. Our solutions have always offered a very considerable ROI for our customers and we look forward to working with Alon to successfully implement the KSS RackPrice solution”.

# # # # #

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