
/*jQuery(function ($) {*/
$(function() {
    $("input.fileCommentaryBlog").filestyle({ 
        image: "App_Themes/skin7_v11_1/js/browse.jpg",
        imageheight : 22,
        imagewidth : 76,
        width : 170
    });
});
$(function() {
    $("input.fileSuggestLink").filestyle({ 
        image: "App_Themes/skin7_v11_1/js/browse.jpg",
        imageheight : 22,
        imagewidth : 76,
        width : 180
    });
});
