$(function(){
	$('<br/>').insertBefore("#footer .inflink");
	$('.currency br:first-child').remove();
	
	$('<br/>').insertBefore('.pogoda_spb_ru_informer IMG');
	$('.pogoda_spb_ru_informer IMG').remove();
	$('#en .pogoda_spb_ru_informer').html($('.pogoda_spb_ru_informer').html().replace("Сегодня", "Today"));
	$('#en .pogoda_spb_ru_informer').html($('.pogoda_spb_ru_informer').html().replace("&nbsp;&nbsp;&nbsp;Завтра", "Tomorrow"));
	
	$(".btn-feedback").fancybox({
		'padding':0,
		'overlayOpacity':0.7,
		'type' : 'iframe',
		'overlayColor':'#fff',
		'href':'/feedback.html',
		'width':352,
		'height':450,
		'scrolling':'no',
		'autoScale':false
	});
	
	$(".btn-feedback-en").fancybox({
		'padding':0,
		'overlayOpacity':0.7,
		'type' : 'iframe',
		'overlayColor':'#fff',
		'href':'/feedback-en.html',
		'width':352,
		'height':450,
		'scrolling':'no',
		'autoScale':false
	});

	$(".btn-add-response").fancybox({
		'padding':0,
		'overlayOpacity':0.7,
		'overlayColor':'#fff',
		'href':'/fancyresponse.html',
		'width':382,
		'height':490,
		'type' : 'iframe',
		'scrolling':'no'
	});
	
	$(".btn-add-response-en").fancybox({
		'padding':0,
		'overlayOpacity':0.7,
		'overlayColor':'#fff',
		'href':'/fancyresponse-en.html',
		'width':382,
		'height':490,
		'type' : 'iframe',
		'scrolling':'no'
	});
	
	$(".to-pic").fancybox({
		
	});
	
	$(".to-gallery A").fancybox({
		'onComplete':function(){$("fancybox-content object").focus()},
        'autoScale':false,
        'transitionIn':'none',
		'transitionOut':'none',
		'titlePosition':'inside'
	});
	
	$('.slidepanel').hide();

	$('.slidetitle').wrapInner('<span/>').click(function() {
		$(this).toggleClass('active').next('.slidepanel').slideToggle('normal');
	});

});
