﻿$(document).ready(function() {
/*----------PE: quote ------------------------------------*/	
	$("q").append('"');
	$("q").prepend('"');
	
	$($('.articleImage small').css("width", $('.articleImage img').width() -10));

});
