$(document).ready(function() {
	$('#link_list_0').cluetip({
		cluetipClass: 'linklist',
		splitTitle: '|',
		showTitle: false,
		arrows: true,
		sticky: true,
		attribute: 'id',
		width: 100,
		mouseOutClose: true,
		activation: 'hover',
		closeText: '',
		fx: { open: 'slideDown', openSpeed: 'fast' },
		positionBy: 'fixed',
		topOffset: 25,
		leftOffset: -50,
		dropShadow: false,
		waitImage: false,
		titleAttribute: 'list'
	});
	$('#link_list_1').cluetip({
		cluetipClass: 'linklist',
		splitTitle: '|',
		showTitle: false,
		arrows: true,
		sticky: true,
		attribute: 'id',
		width: 100,
		mouseOutClose: true,
		activation: 'hover',
		closeText: '',
		fx: { open: 'slideDown', openSpeed: 'fast' },
		positionBy: 'fixed',
		topOffset: 25,
		leftOffset: -50,
		dropShadow: false,
		waitImage: false,
		titleAttribute: 'list'
	});
	$('#link_list_2').cluetip({
		cluetipClass: 'linklist',
		splitTitle: '|',
		showTitle: false,
		arrows: true,
		sticky: true,
		attribute: 'id',
		width: 100,
		mouseOutClose: true,
		activation: 'hover',
		closeText: '',
		fx: { open: 'slideDown', openSpeed: 'fast' },
		positionBy: 'fixed',
		topOffset: 25,
		leftOffset: -50,
		dropShadow: false,
		waitImage: false,
		titleAttribute: 'list'
	});
	$('#link_list_3').cluetip({
		cluetipClass: 'linklist',
		splitTitle: '|',
		showTitle: false,
		arrows: true,
		sticky: true,
		attribute: 'id',
		width: 100,
		mouseOutClose: true,
		activation: 'hover',
		closeText: '',
		fx: { open: 'slideDown', openSpeed: 'fast' },
		positionBy: 'fixed',
		topOffset: 25,
		leftOffset: -50,
		dropShadow: false,
		waitImage: false,
		titleAttribute: 'list'
	});
	$('#link_list_4').cluetip({
		cluetipClass: 'linklist',
		splitTitle: '|',
		showTitle: false,
		arrows: true,
		sticky: true,
		attribute: 'id',
		width: 100,
		mouseOutClose: true,
		activation: 'hover',
		closeText: '',
		fx: { open: 'slideDown', openSpeed: 'fast' },
		positionBy: 'fixed',
		topOffset: 25,
		leftOffset: -50,
		dropShadow: false,
		waitImage: false,
		titleAttribute: 'list'
	});
	$('#link_list_5').cluetip({
		cluetipClass: 'linklist',
		splitTitle: '|',
		showTitle: false,
		arrows: true,
		sticky: true,
		attribute: 'id',
		width: 100,
		mouseOutClose: true,
		activation: 'hover',
		closeText: '',
		fx: { open: 'slideDown', openSpeed: 'fast' },
		positionBy: 'fixed',
		topOffset: 25,
		leftOffset: -50,
		dropShadow: false,
		waitImage: false,
		titleAttribute: 'list'
	});
});

