$(document).ready(function(){
	/*lightbox*/
	$("a[href*=.youtube.com/watch]").lightpop();
	/*scroll*/
	$("a[href*=#]").easingScroll({easing:"easeInOutCirc",duration:500});
	/*blank*/
	$("a[href^='http://']").attr("target","_blank");
});

