



//--------------------------------------------------------------------------------------

//$('#page_preloader').fadeIn();

$(document).ready(function(){




$('#page_preloader').delay(1000).fadeOut('slow' );

$('#indicator').show();
   getRSS("http://www.broslavets.ru/blog/feed/");

    $('#mywarning_js, #mywarning').remove();
    
    $('a[id="up_link"]').click(function(){
     $('html, body').animate({scrollTop: 0}, 'slow');   
    return false;})

//--------------------------------------------------------
//
//$('#anouns').fadeIn();
//
//$('#anouns img').click(function(){
//    $('#anouns').fadeOut();
//});

$('#links_container a').click(function(e) {
    var rel_site=$(this).attr("rel");
    if (rel_site!="outer_site") {
        
        $('#photos_container').empty();
        /*$('#photos_container').html('Loading...');*/
        $('#photos_container').append('<div id="gallery_title" >' + $(this).text() +': ' + $(this).next().find('p').text() + '</div>');
        $('#gallery_title').addClass('gallery_title');
//        $('#photos_container #gallery_title').hmml($(this).text());
        var album_url=$(this).attr('href');
	//alert (album_url);
    //$('#links_container ul.links_columns').fadeOut();
	
    //$('#photos_container').load(url);
    
    GALLERY.load(album_url);
	//$('#photos_container, #back_link').animate({opacity: '1'}, 'slow');
   
                           
     
   e.preventDefault();
    } 
//    return false;
});

$('#back_to_albums').live('click', function(e) {
    
    
    $('#photos_container, #back_link').animate({opacity: '0'}, function(){
    $('#photos_container').empty();
    $('#links_container').animate({height: '600px'}, 'slow');    
    $('#links_container').scrollTo('ul.links_columns', 'slow');
    $('#links_container ul').fadeIn();
    $('html, body').animate({scrollTop: 0}, 'slow');   
});
    

    
//    $('#photos_container').load(url);
    
    
    e.preventDefault();
    
//    return false;
});

$('#ajax_err_msg img').click(function(){
    $('#ajax_err_msg').fadeOut();
});

//
// $('#photos_container a div').live(
// {mouseover: function(){
//    
//    
//        
//        $(this).animate({height: '100%', width: '100%'}, 'slow');
//        },
//  mouseout: function(){
//    
//    
//        
//        $(this).animate({height: '0px', width: '0px'}, 'fast');
//        }
//    
// });

//--------------------------------------------------------    
    
    
    
//    $('.links_info').hide();
    
//    $('ul.links_columns li').hover(function(){
//        
//        $(this).find('.links_info').fadeIn();
////        $('.linkcell_under p').fadeIn();    
//},
//        function(){ 
////            $('').fadeOut('fast');
//        
//        $(this).find('.links_info').fadeOut('fast');}
//        
//    );
    
});
