$(document).ready(function()
{
	$("#ac_me").autocomplete("/ajax-club-search.php", { delay:0, minChars:2, matchSubset:1, matchContains:1, cacheLength:0,  selectOnly:1 });
});


function frontpagegame()
{
	var h = '<h1 style="color: #C81733;">Oops</h1><h2>You must be logged in to play the game !</h2><br/>Click <a href="/signup">here</a> to signup or use the text boxes top right to login.';
	jQuery.facebox(h);
}

	