jQuery(document).ready(
	function() {
		jQuery('form').after('<div id="componentDiv"></div>');
		jQuery('form').after('<div id="gs-for-socialize-or-text"><strong>OR</strong></div>');
		jQuery('#nav').css( {'clear' :'both'});
		jQuery('h1').attr('style','margin: 0pt auto; width: 326px;');
	}
);