// Universal functions for xilinx.com, spw

// empty on purpose - removed old getElementsByClassName function that was breaking jquery
// didn't want to touch templates to remove call to xuniversal.js
// will keep for future universal functions
// [bern]

$(document).ready(function(){
	if ($('a.info').length > 0 )
	{
		$('a.info').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: " - ",
			fade: 250
		});
	}
}); // end document ready function
// [bern]
