//if (! /MSIE 6/i.test(navigator.userAgent))
if (! /MSIE/i.test(navigator.userAgent))
{
	//Cufon.replace('#nav, #menu, h2, h3, h4, .title, .desc p');
}

jQuery(function()
{	
	jQuery.easy.navigation();
	jQuery.easy.tooltip();
	jQuery.easy.popup();
	jQuery.easy.external();
	jQuery.easy.rotate();
	jQuery.easy.cycle();
	jQuery.easy.forms();
	jQuery.easy.showhide();
	jQuery.easy.jump();
});
