$(function(){$('#prev1').click(function(){$.ajax({type:'GET',url:'/applets/rotation.php',dataType:'html',data:{nexts:1},success:function(data){$('#s1').html(data)},error:function(){alert("An error has occurred. Please try again.")}});return false});$('#next1').click(function(){$.ajax({type:'GET',url:'/applets/rotation.php',dataType:'html',data:{prevs:1},success:function(data){$('#s1').html(data)},error:function(){alert("An error has occurred. Please try again.")}});return false})});function sel_cat(val){$.ajax({type:'GET',url:'/applets/rotation.php',dataType:'html',data:{id:val},success:function(data){$('#s1').html(data).show('slow')},error:function(){alert("An error has occurred. Please try again.")}});return false}