I’m working on the following page – http://afsf.com/index-new3.shtml
On this page are two scripts…
1) Main Slideshow (main banner)
2) Lightbox script (first two links under “Events”)
I need to combine these two scripts.
=====
DETAILS:
It actually looks pretty simple (for someone who can write their own Javascript).
The individual slideshow entries look like this…
s = new slide();
s.link = “http://www.asaponlinereg.com/Default.aspx?org=670”;
s.target =’_blank’;
s.s…
