Hello Scott, hello lelando,
> $("body").append($('<a>').click({alert('test');return false}).text
> ("Dynamic")) ;
> $("body").append($('<a>').click(function(){alert('dynamic test');return
> false;}).text("Dynamic"));Both of your suggestions were exactly what I needed, jammed it into my code and <Presto!> it works like a charm. Thank you kindly for the quick and professional help! Gorfbox

