﻿function highlight(item)
{
    $(item).effect('highlight', { color: '#9D0526' }, 1000);
}

