﻿$(function () {
    $('#content .maincontent a').fadeForeground('#FF6600', 1000, '#0085CF', 400);
    $('#content .fullwidth a').fadeForeground('#FF6600', 1000, '#0085CF', 400);
    $('#content h3 a').fadeForeground('#FF6600', 1000, '#365970', 400);
    $('#header .AspNet-Menu-Link').fadeForeground('#999999', 1000, '#FFFFFF', 400);
    $('#weather a').fadeForeground('#999999', 1000, '#ffffff', 400);
    $('#secondary-navigation a').fadeForeground('#999999', 1000, '#ffffff', 400);
    $('#latestMedia a').fadeForeground('#cccccc', 1000, '#ffffff', 400);
    $('#content .paging a').fadeForeground('#fff', 1000, '#ffffff', 1000);
    $('#content .maincontent a.btnTick').fadeForeground('#348d4b', 1000, '#348d4b', 1000);
    $('#content .maincontent a.btnCross').fadeForeground('#c82425', 1000, '#c82425', 1000);

    $('.subnavigation li:last-child').css('background', 'none');
});


