﻿/**
* $Date: 2009-04-28 11:07:17 +0200 (ti, 28 apr 2009) $
* $Author: lars.huring $
* $Revision: 209 $
**/

/*
	Custom selectors
*/

jQuery.extend(jQuery.expr[":"], {
	position: function(a) { return a.nodeName == "META" && a.name == "geo.position" && typeof a.content != undefined },
	zoom: function(a) { return a.nodeName == "META" && a.name == "geo.zoom" },
	maptype: function(a) { return a.nodeName == "META" && a.name == "geo.maptype" },
	icbm: function(a) { return a.nodeName == "META" && a.name == "icbm" }
});
