jQuery.fn.exists = function ()
{
	return jQuery(this).length > 0 ? true : false;
};

