jQuery(document).ready(function() {
	
		jQuery('#text-3 .widgettitle').html(jQuery('#contact_title').html());
		jQuery('#home_contact').html(jQuery('#text-3').html());
		jQuery('#text-3').remove();
		
		
});
