function init(){
	
//lazyloader
$("img").lazyload({effect : "fadeIn",threshold : 400});

$('.expand').click(function () {
		$('#wrapper').animate({marginBottom: 800});						 
	});

}
