Hi all I the folloing code helps to load picture etc faster

<SCRIPT LANGUAGE="JavaScript1.1">
img1 = new Image
img1.src = "ENTER IMAGE NAME HERE"
img2 = new Image
img2.src = "ENTER IMAGE NAME HERE"
img2 = new Image
img2.src = "ENTER IMAGE NAME HERE"
img2 = new Image
img2.src = "ENTER IMAGE NAME HERE"

</SCRIPT>

Put this on your front page( using the html box) listing all you image files, I found this speeds up files 100%

hope you all find this useful