Element.addMethods({
	pixastic: function(element, action, options) {
    	
		element = $(element);

		if (this.tagName == "IMG" && !this.complete) {
			return;
		}
	    
		Pixastic.process(element, action, options);
	
    	return element;

	}
});





	
