The source of the div tag would need to be in its own file in the first place... so that your JQuery loads just that piece... your original load (as well as the one from tr333) would load the WHOLE PAGE into the div... which might be why you're seeing an empty div field, because the nested html is actually breaking it.

-tg