/*
Probst Custom JavaScript Functions
Version 1.0
By Mark Nolan (www.marknolan.ch)
Version: probst-custom.js
Website: www.marknolan.ch
*/
/*

(function($){
	 jQuery('#content').hide().fadeIn('2000');
})(jQuery);
*/

jQuery.noConflict();
jQuery(document).ready(function(){

	
	
	
});

jQuery(function($){ $("#container img").not(".postimage img").not("img.avatar").not(".ngg-gallery-thumbnail img").addClass('maxwidth'); });



