function resizePrintAdImage(el) {
			if ($(el).width() > 870) {
				$(el).width(870);
			}
}
