﻿$(document).ready(function () {
    if ($('.pageclass_twitter').length) {
       $('#twitterWrap').show();
    }

});
