﻿$(document).ready(function() {
$("div[name=auto]").each(function() {
    $(".ZXZXContentAutoDate").text('AAAAAAAAA');
    });
//$("div[name=auto]").html('AAAAAAAAA');
});
