(function ($) {
		$('a.offerDetail').click(function () {
			$(this).parent().siblings(".offerDisclaimer").fadeIn("slow");
			return false;
		});
		
		$('a.close').click(function () {
			$("div.offerDisclaimer").fadeOut("slow");
			return false;
		});
})(jQuery);
