	/*Next line removes flickering on IE 6. Nothing to do with other functions */
	try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
	
	// Start of actual code for jqgalscroll
   	$(document).ready(function(){
        	$("ul#mini-folio").jqGalScroll({
				height:250,width:510,ease:'easeInOutCubic',speed:1000, titleOpacity:0.8
			});
    }); /* End of jqgalscroll */