$("#con").html( $.URLEncode("This is only a test"); );
$("#un").html( $.URLDecode("This%20is%20only%20a%20test"); );