﻿///<reference path="jquery-1.3.2.js"/>

$(document).ready(function() {
    $('option','.DropField').click(function() {
        if ($(this).val() != '') {
            eval( $(this).attr('div'));
        }
    });
});


