/*!
 * @author Vlad Yakovlev (red.scorpix@gmail.com)
 * @copyright Art.Lebedev Studio (http://www.artlebedev.ru)
 * @link www.scorpix.ru
 * @version 0.1
 * @requires jQuery
 * @requires teaser
 */

function countryTeaser(ajaxPath) {
	teaser(ajaxPath, function(htmlData) {
		$('#content .teaser').html(htmlData);
	});
}
