$(document).ready( function(){
	$('#footer').append($('.footerContactInfo'));
	$('#wrapper').append($('.innerPagePattern'));
});

