  jQuery(document).ready(function(){
	
	jQuery(".powrot a").live("click",function() {history.back();return false;});

	
  });