$(document).ready(function() 
{
	if ( $('.post-346').length > 0)
	{
		$('.post-346 #cf_field_2').val(form_userName.replace(/^\s+|\s+$/g,""));
		$('.post-346 #cf_field_3').val(form_userEmail);
	}
});// JavaScript Document
