var play;
var us ="http://www.mikescasinoguide.com/new/"

function usout(play) {
	var go = "http://www.mikescasinoguide.com/play/" + play
	var userInput = confirm('The Casino is not available to Americans, are you sure you want to visit?');
		if (userInput) {
	window.location = go;
		} else { 
	window.location = 'http://www.mikescasinoguide.com/';
	};
}

function go_there()
{
 var where_to= confirm("Do you really want to go to this page??");
 if (where_to== true)
 {
   window.location.replace("http://www.google.com")
 }
 else
 {
  window.location.replace("http://www.yahoo.com")
  }
}

function goout(move,out) {
var go = move
var out = out
var userInput = confirm('This Poker Room is not available to Americans, press OK to visit or CANCEL to visit US friendly poker rooms.');
if (userInput) {
window.location = go;
return true;
} else { 
window.location = out;
return false;
};

}