Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You use the pushState method of the History API to add a new entry into the browser session stack by the current page in the browser. The method takes two parameters, data and title, with an optional third parameter of url:
history.pushState(data, title [,url])