﻿$(document).ready(function() {
    $('table').find('tr:odd').addClass('odd');
    $('.GreyArea').corner();
});