');
jQuery.ajax({
type: "POST",
url: "/index.php?action=widgets_signup_signup&return=json",
data: signup_data,
dataType: "json",
success: function(msg)
{
if(msg.error == 1)
{
refresh_image('image_captcha');
jQuery("input#code").val("");
for(i=0;i