var Document = {

	run: function()
	{
		jQuery.each($('.document'), Media.init);
	}

}
run(Document);
