
		$(document).ready( function() {
			/* .Net & IE6 workaround */
			$('#college-dir div.buttons input').click( function() {
				$('li.dotnet').each( function() {
					if ($(this).find('span').css('display') == 'inline') {
						$(this).removeAttr('style');
					}
				});
			});
			
		});