      /* removes undelines from linked images */
	  
	  $(function() {
            $('#content a:has(img)').css({ 'border-bottom': 'none' });
        });
