﻿SyntaxHighlighter.config.clipboardSwf = '/Scripts/SyntaxHighlighter/clipboard.swf';
SyntaxHighlighter.config.bloggerMode = true;
SyntaxHighlighter.all();

tweetmeme_source = 'artiom_chi';
tweetmeme_service = 'bit.ly';
//tweetmeme_alias = 'http://bit.ly/12345';
tweetmeme_service_api = 'R_dc732c88c138692727bf86130a4d267c';

twitter_pref = {
    version: 2,
    type: 'profile',
    rpp: 4,
    interval: 6000,
    width: 'auto',
    height: 300,
    theme: {
        shell: {
            background: 'url("/Content/black50.png") repeat scroll left top transparent',
            color: '#ffffff'
        },
        tweets: {
            background: 'transparent',
            color: '#ffffff',
            links: '#FF9900'
        }
    },
    features: {
        scrollbar: false,
        loop: false,
        live: false,
        hashtags: true,
        timestamp: true,
        avatars: false,
        behavior: 'all'
    }
};
twitter_login = 'artiom_chi';

var _yoxviewPath = '/Scripts/YoxView/';

google_ad_client = "pub-3954774309709493";
/* 160x600, created 3/31/10 */
google_ad_slot = "4678106005";
google_ad_width = 160;
google_ad_height = 600;

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12531672-1']);
_gaq.push(['_setDomainName', '.flexlabs.org']);
_gaq.push(['_trackPageview']);

(function () {
    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);
})();

$(function () {
    $('.tabs a.tab_header').click(function () {
        $(this).parent().children('div').hide();
        $(this.target).show();
        return false;
    });
});
