Make this part like so:
Code:
//1) CUSTOMIZE TEXT DESCRIPTIONS FOR LINKS ABOVE
var thetext1=new Array()
thetext1[0]='Comprehensive JavaScript tutorials and over 400+ free scripts<img src="whatever.gif" alt="original image" title="">'
thetext1[1]='Direct link to hundreds of free Java applets online!<img src="another.gif" alt="original image" title="">'
thetext1[2]='Up to date news on the technology front<img src="yet_another.gif" alt="original image" title="">'
thetext1[3]='News.com- The #1 technology News site.<img src="still_another.gif" alt="original image" title="">'
thetext1[4]='Web Coding and development forums<img src="guess_which.gif" alt="original image" title="">'
Note: The outermost quotes have been changed from double (") to single (') to allow for the double quotes inside the img tags.
Bookmarks