/* /lib/tree.js */
jQuery(document).ready(function(){$j("ul.tree li > ul").each(function(A){var C=$j(this).parent("li");var B=$j(this).remove();C.wrapInner("<a/>").find("a").click(function(){B.toggle();C.toggleClass("closed");return false});C.append(B)})});
/* /modules/ondemand.js */
var zIndexCtr=500;jQuery(document).ready(function(){$j("#od-videos li").each(function(A){$j(this).mouseover(function(){this.style.zIndex=zIndexCtr++})})});
