$(document).ready(function() {
	// Odpal konwersję proceduralną plików img
	/*
	var is_webkit = navigator.userAgent.toLowerCase().indexOf('applewebkit') > -1;

	if (!is_webkit) {
		grayscale($('img'));
	}
	*/
});

