﻿$(document).ready(function () {
    if ($('.AdvertisingBackground')) {
        $('.AdvertisingBackground').css('filter', 'alpha(opacity=70)');
        $('.AdvertisingBackground').css('zIndex', '1');
    }
    $('#slider').loopedSlider();
});
