// JavaScript Document

$(document).ready(function(){
	$('#content').masonry({ columnWidth: 266 });					   
});
