If this is the script your are talking about: http://www.dynamicdrive.com/dynamicindex2/crosstick.htm
Then you would add the images in the following snippet (add the highlighted parts and edit the parts in red.)
Code:
/*Example message arrays for the two demo scrollers*/
var pausecontent=new Array()
pausecontent[0]='<a href="http://www.javascriptkit.com"><img src="/image1.gif" style="border: 0;"></a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!'
pausecontent[1]='<a href="http://www.codingforums.com"><img src="/image2.gif" style="border: 0;"></a><br />Web coding and development forums.'
pausecontent[2]='<a href="http://www.cssdrive.com" target="_new"><img src="/image3.gif" style="border: 0;"></a><br />Categorized CSS gallery and examples.'
Hope this helps.
Bookmarks