/*
 Animated Thumbnail Gallery
 Version: 1.0.3
 (c) 2010 DMXzone.com
 @build 13-01-2010 14:42:01
*/
jQuery.fn.thumbnailGallery=function(){if(jQuery(this).attr("id")){var a=Array.prototype.slice.call(arguments,0);a.unshift(jQuery(this));if(DMX.DOM_READY)return DMX.ThumbnailGallery.apply(DMX,a);else jQuery(function(){DMX.include("/dmx/widgets/ThumbnailGallery/thumbnail_gallery_core.js");DMX.ThumbnailGallery.apply(DMX,a)})}return this};

