/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
$(function(){

    /*$('.bodyleftmenubas').FontEffect({
        mirror:true,
        mirrorTLength: 35,
        mirrorOffset: -14,
        mirrorColor: "#fff"
    });*/

$('.bodyleftmenubas').FontEffect({
        gradient:true
    });

});


