﻿// JavaScript Document
jQuery.noConflict();
jQuery(document).ready(function() {
jQuery('#inhalt_ref img').tooltip({showBody: ":",showURL:false});
	});