/**
 * jReviews - Reviews Extension
 * Copyright (C) 2006-2008 Alejandro Schmeichler
 * This is not free software, do not distribute it.
 * For licencing information visit http://www.reviewsforjoomla.com
 * or contact sales@reviewsforjoomla.com
**/

if(typeof xajax != "undefined") {
	fadeInModule = xajax.callback.create();
	fadeInModule.onComplete = function(oRequest) {
		jQuery('#jr_modContainer'+oRequest.module_id).fadeTo(100,1,function() {
				// Fix IE Cleartype bug
				if (jQuery.browser.msie)this.style.removeAttribute('filter');
			}	
		);
	}
}
