While working with jQuery in prototype to load pages using Ajax, I've come across a feature on big sites like Facebook and Twitter that I'd like to implement: a 'back' button that takes the user back to the previous page when clicked. Since the content is loaded dynamically through Ajax, I'm not sure how this can be achieved without actually changing the page. Any suggestions on how to make this work? Thank you in advance.