﻿// Remove Skype CSS
$(document).ready(function () {
    window.setTimeout(function () {
        $('.skype_pnh_container').html('');
        $('.skype_pnh_print_container').removeClass('skype_pnh_print_container');
    }, 5000);
});
