% Option Explicit Response.Buffer = true dim xmlDoc, Orders, LastNode, xslt, node, strNode, FilterName,FilterSecurityLevel dim QS, xmlDoc2, xmlDoc3 Set xmlDoc = Server.CreateObject("msxml2.DOMDocument") xmlDoc.async = false xmlDoc.load(Server.MapPath("xml/VendorLinks.xml")) %>
| Shaped Music, Inc. | ||
|---|---|---|
![]() |
||
|
|
||
| Selection | ||
| Shaped Music offers the top brands in every tier of pro-audio. The products we use in our production company are the products we recommend to our customers because they have been road-tested and have gained the acceptance of our engineers. For the bargain hunters, Shaped Music is always selling used equipment. Click here to a list of manufacture web sites . | ||
| Answers | ||
|
Need some advice? Want a bid for a project? It's several clicks away. Email:Roy@ShapedMusic.com. Or Contact Us..... |
||
| Prices | ||
| Compare to mail-order for most new products. Volume discounts. Our showroom is wherever the live-music is happening, not in a big-flashy store. So, if you want to talk to a salesperson, go somewhere else, if you'd rather talk to a sound-person, Contact Us..... | ||
| Specialties | ||
|
Installation system designs. Tour system design. Corporate presentation systems. Portable sound and lighting systems. |
||
| Other Sites | Visit Theatrical Lamps for all your stage and studio lamp needs. Also visit Rockering.com to learn about the amazing collapsible exercise ring. | |
| <% Set xslt = Server.CreateObject("msxml2.DOMDocument") xslt.async = false xslt.load(Server.MapPath("structure/Sales.xsl")) Response.Write xmlDoc.transformNode(xslt) %> | ||