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


