jQuery(document).ready(function(){
	jQuery('#socialIcons').clone().attr('id','socialTop').appendTo('#nav');
	
	
});

