Hi, I am new to using Javascript and am creating a 5 page website. Two of the pages use JavaScript. On page uses it for form validation (only). Another page uses it to operate an image slideshow (only). Can/should I place all the scripts into a single external .js file? Or should I use a separate and individual .js file for each of the two pages? I thank you for any advice.