﻿$(document).ready(function () {
    if ($('#kruimelnav a').next().text() == 'Twitter') {
        $('#twitterWrap').show();
    }

});
