is there some simple ajax I can add to my site; I'm creating a site and I want to use ajax features to make it look good.
There are several common libraries for AJAX. AJAX stands for asynchronous Javascript and XML as you may already know. As latro already mentioned JQuery is a common library. Another is script.aculo.us/
It is about what you're trying to do. If you want to use some dhtml things, I also advise jquery. But if you want to use only ajax with server-side processes, try phplivex (for php)