/**
 * @author denny1987
 */

function reloadPage() {
 	document.location.href = (url_game);
}
	
function goToLogout() {
	/*$.get(url_logout,{},function(url, success) {
		document.location.href = (url);
	});*/
 	document.location.href = (url_logout);
}