﻿var file = 'http://medicaterra.by/forum/styles/subsilver2/template/news.php';
$(document).ready(function(){
	$.post(
		file,
		function(data){
			$('#news').html(data);
		}
	)
})
