";
albums_urls[1183] = "http://obnovlenie.ru/profile/13766/photo/1183/";
albums["_none"] = "Фотографии без альбома";
albums_urls['none'] = "/profile/13766/photo/none/";
$().ready(function(){
$('#albumSelectList').tourSelectList({
template: 'albumSelectList',
opts: albums,
value: '1183'
}).bind('select', function(e, value){
if (albums_urls[value]) {
window.location.replace(albums_urls[value]);
}
}).bind('click', function() {
$(this).parent().toggleClass('e-select-active');
});
});