/**
 * jQuery MV_Tooltip plugin
 * Copyright (C) MediaVault International 2009
 */
jQuery.fn.MV_id = function()
{

	return $(this).attr("id");
	
}

