$(document).ready( function() {
	$('a.thickbox').each(function() {
		this.href =  this.href + ((this.href.indexOf('?')>-1) ? '&':'?') + 'width=478&height=427';
	});
	
	$('.content a').each(function() {
		if (this.innerHTML.indexOf("<")>-1)
			$(this).addClass('img')
	});
}
);
