// JavaScript Document
jQuery(document).ready(function(){
		jQuery('.page-item-16 a:first').click(function(){
			return false;
		});
		jQuery('.page-item-17 a:first').click(function(){
			return false;
		});
		jQuery('.page-item-21 a:first').click(function(){
			return false;
		})
});