jQuery.noConflict();
(function($, window, document, undefined){

$(document).ready(function(){

	$('#side3 ul li:first').addClass('first');

	if ($.browser.msie)
	{
		if ($.browser.version <= 6)
		{
			try {document.execCommand("BackgroundImageCache", false, true);} catch(err){};
			if (window['DD_belatedPNG'] !== undefined)
				DD_belatedPNG.fix('img');
		}
	}

});

})(jQuery, window, document);
