function init()
{
	$('#list a[rel=img]').lightBox({overlayBgColor : '#000'});

	wst.get('#share a').on('click', function(evt){
		evt.preventDefault();
		window.open(this.href);
	});
}
