$(document).ready(function(){	/*$("#menu_container li").mouseover(function(){		$(this).css("background-color","#d6e7fb");	}).mouseout(function(){		$(this).css("background-color","");	});*/		/*$("#menu_container li").click(function(){		var link = $(this).attr("title");		if (link=="webtv/index.php") {			window.open('webtv/index.php','webtv','');		} else {			document.location.href = link;		}	});*/});