Resource Links

Follow Western Fireworks, Inc. on Facebook & Twitter!

   

Fireworks Laws

Fireworks laws and regulations may differ from National, State, County, City or other local jurisdictions. This link provides information for State fireworks controls laws only. Please check with your local authorities for laws that may apply in your area.


History of Fireworks

The use of fireworks goes back thousands of years. Read more about the history of fireworks.

<% Call OpenDB() sql = "select * from categoryTbl where featurecat=1 and catActive=1 order by catsort" 'and ParentCatID = 0 set rs = DBConn.Execute(sql) if not rs.eof then mysidenavlist = "" rs.movefirst Do while not rs.eof if isNumeric(rs("catActive")) AND cint(rs("catActive")) <> 0 then cls = IIF(rs.AbsolutePosition = 1,"class=""first""","") mysidenavlist = mysidenavlist & "
  • " & rs("catedesc") & "
  • " end if rs.movenext Loop 'whole thing rs.close set rs= nothing end if 'write out categories If len(mysidenavlist) > 0 Then response.Write mysidenavlist End If Call CloseDB() %>