<!--
$(function(){
	isIE6 = /msie|MSIE 6/.test(navigator.userAgent);
	if (isIE6 == false) {
		var border = RUZEE.ShadedBorder.create({
			corner: 8,
			shadow: 16,
			border: 0
		});
		border.render($('#content, #todos-jogos, #buscar, .tag'));
	}
	$("div#buscar input").focus(function() {
		$(this).val("");
	});
});
//-->
