I'm using Drupal 7 and the Omega Base theme with my subtheme created off of that. I created a custom content type that has fields mapped to use the "Feeds" module to import nodes with images. That is all working.
What I need to do is apply a javascript slideshow to the images that are in each node so they rotate (some nodes have more than one image).
Can anyone tell me how to add javascript to the Omega template file so that it applies the javascript to ALL of the nodes created when I import the data from the "Feeds" module?
I can't even get a preview to work using firebug. Stumped.
Thanks