﻿
$(document).ready(function () {
    $(".price").textShadow(); //Sets CSS3 shadow for IE browsers in prices
});

