﻿/// <reference path="jquery-1.3.2.min-vsdoc.js" />

$(function() {
    $('.antiSpam').hide();
    $("input[name='antiSpamCode']").each(function() {
        $(this).val($("#spamCodeValue", $(this).parents('form')).html());
    });
});
