$(function(){
	$("#kb_header").css({cursor:"pointer"}).click(function(){window.location = "/";})
	$.get('/plugins/lotto.php',function(lotto){
		if(lotto)
			$("#lottobx").html(lotto);
				})
	$('#sponsors-content').append($(document.createElement("img"))
		.attr({src:"pixes/upld/spnsr-c/210/oddfellas-ninja-banner-1224400853.jpg",alt:"OddfFellas"})
		.css({cursor:"pointer"})
		.click(function(){window.location="http://www.oddfellas-naga.com"}));
			})
