The content above was loaded from
file1.html with the following code.:
$(function()
{
$.get( "file1.html", function( data ) {
//$( "#Content" ).html( data ); //This Replaces
$( "#Content" ).append( data ); //This Appends
});
View Source of the page for more information.