$(document).ready(function() {

if($('#imbeciles').length){
	$('#imbeciles').click(function(){
			if( $.browser.msie ){
				$('#waitmsg div').css({ marginTop: ($(document).scrollTop() + 150) });
			}
			$('#waitmsg').fadeIn('slow').animate({opacity: 0.80, filter:'alpha(opacity=80)'}, 1000);

	});
};	// endif #toend

});
