$(document).ready(function(){
	
	$("#bforums").append("<p style=\"text-align:center;\"><img src=\"http://www.boot.lv/wp-content/themes/boot/img/ajax-loader.gif\" alt=\"loading\" style=\"text-align:center;\"/></p>");
	$.ajax({ url: "http://www.boot.lv/wp-content/themes/boot/forums_newest.php", dataType: "html", success: function(d) {
		$("#bforums").html(d);
		}
	});
	
	$("#pfforums").append("<p style=\"text-align:center;\"><img src=\"http://www.boot.lv/wp-content/themes/boot/img/ajax-loader.gif\" alt=\"loading\" style=\"text-align:center;\"/></p>");
	$.ajax({ url: "http://www.boot.lv/wp-content/themes/boot/forums_prg.php", dataType: "html", success: function(d) {
		$("#pfforums").html(d);
		}
	});
	
	$("#fsludinajumi").append("<p style=\"text-align:center;\"><img src=\"http://www.boot.lv/wp-content/themes/boot/img/ajax-loader.gif\" alt=\"loading\" style=\"text-align:center;\"/></p>");
	
	$.ajax({ url: "http://www.boot.lv/wp-content/themes/boot/forums_slud.php", dataType: "html", success: function(d) {
		$("#fsludinajumi").html(d);
		}
	});
	
	

//bforums

//pfforums

});