<%@LANGUAGE="VBSCRIPT"%> <% Dim RS_get_stats__MMColParam RS_get_stats__MMColParam = "1" if (Request("MM_EmptyValue") <> "") then RS_get_stats__MMColParam = Request("MM_EmptyValue") %> <% Dim RS_get_stats Dim RS_get_stats_cmd Dim RS_get_stats_numRows Set RS_get_stats_cmd = Server.CreateObject ("ADODB.Command") RS_get_stats_cmd.ActiveConnection = MM_onions_usa_STRING RS_get_stats_cmd.CommandText = "SELECT * FROM dbo.NOA_stats WHERE stats_id = ?" RS_get_stats_cmd.Prepared = true RS_get_stats_cmd.Parameters.Append RS_get_stats_cmd.CreateParameter("param1", 5, 1, -1, RS_get_stats__MMColParam) ' adDouble Set RS_get_stats = RS_get_stats_cmd.Execute RS_get_stats_numRows = 0 %> <% Dim RS_get_table_data Dim RS_get_table_data_cmd Dim RS_get_table_data_numRows Set RS_get_table_data_cmd = Server.CreateObject ("ADODB.Command") RS_get_table_data_cmd.ActiveConnection = MM_onions_usa_STRING RS_get_table_data_cmd.CommandText = "SELECT * FROM dbo.NOA_prod_tables ORDER BY pt_acres DESC" RS_get_table_data_cmd.Prepared = true Set RS_get_table_data = RS_get_table_data_cmd.Execute RS_get_table_data_numRows = 0 %> <% Dim RS_table_pounds Dim RS_table_pounds_cmd Dim RS_table_pounds_numRows Set RS_table_pounds_cmd = Server.CreateObject ("ADODB.Command") RS_table_pounds_cmd.ActiveConnection = MM_onions_usa_STRING RS_table_pounds_cmd.CommandText = "SELECT * FROM dbo.NOA_prod_tables ORDER BY pt_pounds DESC" RS_table_pounds_cmd.Prepared = true Set RS_table_pounds = RS_table_pounds_cmd.Execute RS_table_pounds_numRows = 0 %> <% Dim rs_source_date Dim rs_source_date_cmd Dim rs_source_date_numRows Set rs_source_date_cmd = Server.CreateObject ("ADODB.Command") rs_source_date_cmd.ActiveConnection = MM_onions_usa_STRING rs_source_date_cmd.CommandText = "SELECT * FROM onions.source_date" rs_source_date_cmd.Prepared = true Set rs_source_date = rs_source_date_cmd.Execute rs_source_date_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = 10 Dim Repeat1__index Repeat1__index = 0 RS_get_table_data_numRows = RS_get_table_data_numRows + Repeat1__numRows %> <% Dim Repeat2__numRows Repeat2__numRows = 10 Dim Repeat2__index Repeat2__index = 0 RS_table_pounds_numRows = RS_table_pounds_numRows + Repeat2__numRows %> Media Center: Media Release

MEDIA CONTACT
Kimberly Reddin
970-353-5895

Bulb Onion Production

World Onion Production
<%=(RS_get_stats.Fields.Item("world_product").Value)%>

Domestic Onion Production
<%=(RS_get_stats.Fields.Item("us_product").Value)%>

U.S. Production Locations
Onions are grown in more than 20 states, literally border to border and coast to coast. Leading U.S. onion production areas are Idaho-Eastern Oregon, Washington and California. (See U.S. onion acreage/production tables below).

Onion Imports
<%=(RS_get_stats.Fields.Item("imports").Value)%>

Onion Exports
<%=(RS_get_stats.Fields.Item("exports").Value)%>

Onion Producers
<%=(RS_get_stats.Fields.Item("producers").Value)%>

Value
<%=(RS_get_stats.Fields.Item("value").Value)%>

Following are the top ten U.S. production areas based on planted onion acreage. <% While ((Repeat1__numRows <> 0) AND (NOT RS_get_table_data.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 RS_get_table_data.MoveNext() Wend %>
State
Acres
<%=(RS_get_table_data.Fields.Item("pt_area").Value)%>
<%= FormatNumber((RS_get_table_data.Fields.Item("pt_acres").Value), 0, -2, -2, -2) %>


Following are the top ten U.S. production areas based on onion crop volume estimates.
<% While ((Repeat2__numRows <> 0) AND (NOT RS_table_pounds.EOF)) %> <% Repeat2__index=Repeat2__index+1 Repeat2__numRows=Repeat2__numRows-1 RS_table_pounds.MoveNext() Wend %>
Production Area
Pounds
<%=(RS_table_pounds.Fields.Item("pt_area").Value)%>
<%= FormatNumber((RS_table_pounds.Fields.Item("pt_pounds").Value), 0, -2, -2, -2) %>

*Acreage and production numbers include both spring/summer fresh onions and fall/winter storage onions.

Source: <%=(rs_source_date.Fields.Item("source_date").Value)%>


# # #

© • 822 7th St. #510 • Greeley, CO 80631
970.353.5895 • Fax 970.353.5897 • Privacy Policy

National Onion Association

<% RS_get_stats.Close() %> <% RS_get_table_data.Close() %> <% RS_table_pounds.Close() %>