// onReady
$(function()
{
	/*$('a.smenu').each(function()	{
		$(this).qtip(		{
			content: $(this).next().html(),
			show: 'mouseover',
			hide:
			{
				fixed: true,
			},
			position:
			{
				corner:
				{
					target: 'bottomMiddle',
					tooltip: 'topMiddle',
				},
				adjust:
				{
					x: 0,
					y: 4,
				},
			},
			style:
			{
				background: 'transparent',
				color: '#fff',
				padding: 0,
				border: 0,
				tip: {corner: 'topMiddle', size: {x: 14, y: 6},},
				width: {max: 960}
			},
			api:
			{
				onRender: function()
				{
					cufonInit();
				},
			},
		});
	});*/
});

function cufonInit()
{
	Cufon.replace('.uniwarsrg', {fontFamily: 'Uniwars Rg'});
}
cufonInit();
