$(document).ready(function() {
    if($.browser.msie) {
	$('div.msie').show('slow');
    }
});
