(function() {
    // google analytics
    var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-1337986-1']);
        _gaq.push(['_trackPageview']);

    var ga = document.createElement('script');
        ga.type = 'text/javascript';
        ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

    var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(ga, s);

    // google ads
    /*var google_ad_client = "ca-pub-6212925078562687";
    var google_ad_slot   = "9465889410";
    var google_ad_width  = 728;
    var google_ad_height = 15;

    var gb = document.createElement('script');
        gb.type  = 'text/javascript';
        gb.src   = 'http://pagead2.googlesyndication.com/pagead/show_ads.js';

    var t = document.getElementsByTagName('script')[0];
        t.parentNode.insertBefore(gb, t);*/

    // google web fonts
    WebFontConfig = {
        google: {
            families: [ 'Droid Sans',
                        'Droid Sans Mono',
                        'Holtwood One SC'] }
    };

    var wf = document.createElement('script');
        wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
        wf.type = 'text/javascript';
        wf.async = 'true';

    var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(wf, s);
})();
