jQuery.noConflict();

jQuery(document).ready(function(){

//for flick effect for ie60
if(jQuery.browser.msie)
	{
	try {document.execCommand('BackgroundImageCache', false, true);
	}
	catch(e) {}
	}

//инициализая скрол бара
if(jQuery("#scroll-2").is("div"))
{

jQuery('#scroll-2').jScrollPane({showArrows:true, scrollbarWidth:10, dragMaxHeight:43,animateTo:true, maintainPosition: 20});
}

	});

