﻿$(document).ready(function(){
     $('aspnetForm').live('onLoad', function() {
        alert('a');
     });
}); 