/**
 * @author shgraph (ajaxUI team)
 */

(function(className) {

	SPS[className] = $Class({
		
		_o : null,

		$init : function(sEl, arg) {
			
		},
		back : function(){
			history.back();
		},
		forword : function(){
			history.forward();
		}
	
	});

})('ct_pop_top');
