Could someone please tell me how to split up the java script on this page: http://www.fuckabc.com/html/001.shtml and then insert a banner/image between the first 25 thumbs?
a quick hack
var across = 5;
var down = 5;
var pix= 25 url's
change var down to 5 that will give you 5 rows var pix to url's as shown makes (25 thumbs)
insert a banner
then start the script code ALL over again
using var pix= 25 listing the next url's
i am sure you can limit the display to the first 25 then document.write the banner then display the rest..
Comment