// JavaScript Document

$(window).load(function () {
		$('#content').masonry();
	})