﻿// First we wait until the document is completely loaded using the handy
  // jQuery "ready" method.
    $(window).load(function() {
        $(".shadowBox").liquidCanvas("[shadow{shift:1;color:'#cccccc'} fill{color: #e9e9e9;}] => roundedRect{radius:10}");
    });
