Embed a file in several others
Briefly

Using jQuery's load function, you can load specific elements from a file on another server, but inserting an entire file directly isn't supported in the same way.
If you want to include an entire file from another server, you would typically use AJAX to fetch the file data and then inject it into your page's DOM.
Read at SitePoint Forums | Web Development & Design Community
[
|
]