TITANIUM_FUNCTION(WebView, getData)
		{
			return js_get_data();
		}
		TITANIUM_FUNCTION(TableView, getData)
		{
			return js_get_data();
		}