$(function() {

	var newdiv = document.createElement("DIV");
	$(newdiv).load("/podbor.php?cycle=19&city=1 div#rasptable", function() {
 		$("div[name*='seminar_date']").each(function(index, elem){
			$(elem).html($(newdiv).find("td.shed_1").eq(index).html());
		});

 		$("div[name*='seminar_title']").each(function(index, elem){
       			$(elem).html($(newdiv).find("td.shed_4 a[href*='shop_more']").eq(index));
		});

		$("span#S100, span#DO100").remove();
		$("div[name*='seminar_date'] div:contains('Москва'), div[name*='seminar_date'] div:contains('Санкт-Петербург')").each(function() {
			$(this).addClass('seminar_city1');
			$(this).find("br").remove();
		});

	});

	//$("div.scrollable").scrollable({ vertical: true, circular:true }).autoscroll({autoplay: true});	
	//$("table.rolls").remove();


});
