/* Fix for IE6 background-image flicker
             * See http://www.mister-pixel.com/#Content__state=is_that_simple
             */
            try {
                document.execCommand('BackgroundImageCache', false, true);
            } catch(err) {}
			
			
/* Configuration */ 
document.write('<link rel="stylesheet" href="/students/css/tabs.css" type="text/css" media="print, projection, screen" />');
            
            $(function() {

                $('#betapanel > ul').tabs({ 
										  cache: false 
										  });
               
            });
