﻿$(document).ready(function() { 	$("a[href$='.pdf']").addClass('pdficon'); 	$('#section a').attr('target', '_blank'); });
