/*
	IF v1.0.2 (March 11, 2011) plugin for jQuery
	http://jquery-if.googlecode.com/
	Copyright (c) 2011 Todd Northrop
	http://www.speednet.biz/
	Dual licensed under the MIT or GPL Version 2 licenses.
*/
(function(a){a.fn.IF=function(c){var b=this;return b.pushStack((b._ELSE=!(a.isFunction(c)?c.apply(b):c))?[]:b,"IF",c)};a.fn.ELSE=function(b){var c=this.end();return c.pushStack(!c._ELSE||(c._ELSE=typeof b!=="undefined"&&!(a.isFunction(b)?b.apply(c):b))?[]:c,"ELSE",b)};a.fn.ENDIF=function(){return this.end()}})(jQuery);
