$(document).ready(function() {
/*$("img.thumbnailplus").reflect({
    startOpacity: 0.6,     // Value between 0 and 1
                           //     the starting opacity of the gradient 
                           //     for the reflection
    reflectionScale: 0.2   // Size of the reflection relative to the 
                           //     size of the image
});*/
})

