// Justifier Initialization
// Atelier Ink, 2011
$(document).ready(function() {	
$(".justified").css('text-align','justify');
});
