$(document).ready(function () {

	$('#content').html("<center></p>الرجاء الأنتظار,,,</br><img  src=img/ajax-loader.gif /></p></center>");

	$('#content').load('js/ajanews.php', { 'do' : ['next']

				      ,'pos': ['1'] });

	$("#next_btn").click(function () {

		var pos = $("input#next").val();

		$('#content').html("<center></p>الرجاء الأنتظار,,,</br><img  src=img/ajax-loader.gif /></p></center>");
		$('#content').load('js/ajanews.php', { 'do' : ['next']

				      ,'pos': [pos] });

	});

	

	$("#prev_btn").click(function () {

		var pos = $("input#prev").val();

		$('#content').html("<center></p>الرجاء الأنتظار,,,</br><img  src=img/ajax-loader.gif /></p></center>");

		$('#content').load('js/ajanews.php', { 'do' : ['next']

				      ,'pos': [pos] });

	});

	



});