// Setti's Var JS Code

$(document).ready(function(){
    
    /*
    var screenres = screen.width + " x " + screen.height;
    var useragent = navigator.userAgent  ;
    $.post("http://setti.biz/wp-content/themes/lavrentis-10/fromsettibiz.php", 
                {   
					action: 'visit',
					ip: ip, 
                    useragent: useragent,
                    referer: referer,
                    resolution: screenres
                    } );
    */

    Cufon.replace("h1");
        
});