function updateHeardAboutUs(field, userID)
{
    jQuery.get('/updateheardfield.php?data='+field+'&userID='+userID, function(data) {
            
    }, 'html');
}