// Misc functions

jQuery(document).ready(function() {
	//autoload external links in new window
	jQuery("a[href^='http://www.spudnikpress.com/10x10/']").attr("target", "_blank");
	
	//activate masonry
	jQuery('#grid').masonry({ columnWidth: 200 });
});


		
	
	

