﻿/////////////////////////
// for profile more
/////////////////////////
$(function()
{
    $('.kwicks').kwicks
    (
        {
        	max:70,
        	easing:'easeOutQuint'
        }
    );

/*
	$("a").click
	(
		function()
		{
			url = $(this).attr('href');
			if ( url.match(/^http(s?):\/\//) && url.indexOf(window.location.host) == -1)
			{
				pageTracker._trackEvent("link","click", $(this).text());
			}
		}
	);
*/
}
);


