/*
 * jQuery JavaScript Library v1.4a2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://docs.jquery.com/License
 *
 * Date: Fri Dec 18 19:58:11 2009 -0500
 */
/*@cc_on
window.attachEvent("onunload", function() {
	for ( var id in jQuery.cache ) {
		if ( jQuery.cache[ id ].handle ) {
			// Try/Catch is to handle iframes being unloaded, see #4280
			try {
				jQuery.event.remove( jQuery.cache[ id ].handle.elem );
			} catch(e) {}
		}
	}
});
@*/
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */

