jQuery(window).ycodacss('ycodaslider-3.0.css');
jQuery(document).ready(function() {
jQuery("div.ycodaslider")
.ycodaflickr({
width : 653,
proxy : "../../../proxy/feed.php",
callback : function(){
jQuery("div.ycodaslider")
.ycodagallery()
.ycodalazy({
threshold : 0,
placeholder: "../../../images/loading.gif"
})
.ycodaslider();
}
});
});