Looking at the source code, you can find that there is only one line of login code at the top of the page
< /div>
And the position of the flash slideshow is only one line
For this kind of time-consuming code, it is best to place it at the end of the page Load, and then use the innerhtml method to load to the corresponding location to speed up page opening.
$("#headtop").html($( "#headtop2").html());
$("#index_slide").html($("#index_slide2").html());