	function getXMLObject() { 
	  xmlHttp = false
	  //XMLHttpRequest-Instanz erstellen
	  //... für Internet Explorer
	  try {
		
	    xmlHttp  = new ActiveXObject("Msxml2.XMLHTTP");
	  } 
	  catch(e) {
	    try {
	    
	      xmlHttp  = new ActiveXObject("Microsoft.XMLHTTP");
		  
	    } 
	    catch(e) {
	    
		  xmlHttp  = false;
		  
	    }
	  }
	  //... für Mozilla, Opera, Safari usw.
	  if (!xmlHttp  && typeof XMLHttpRequest != 'undefined') {
	    xmlHttp = new XMLHttpRequest();
	  }
	  return xmlHttp
	}
	
	function getCountry() { 
	var xmlHttp = false
	var thecountry = ""
	
	//Funktion für deinen aufruf
	  
	  xmlHttp = getXMLObject();
	  
	  xmlHttp.open("GET","country.php", false);
	  xmlHttp.send(null)
	    
	    if (xmlHttp.readyState == 4) {
	      thecountry = xmlHttp.responseText;
	    }
		return thecountry;

		return result
	}
	
	/*  Harringon on Hold'em Volume 1 Script */
	function hoh1() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1880685337&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=1880685337&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1880685337&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
	/*  Harringon on Hold'em Volume 2 Script */
	function hoh2() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1880685353&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=1880685353&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1880685353&IS1=1&fc1=000000&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
	/*  Harringon on Hold'em Volume 3 Script */
	function hoh3() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1880685086&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1880685086&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1880685086&fc1=000000&IS2=1&lt1=_blank&lc1=0000ff&bc1=000000&bg1=ffffff&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	

	/*  David Sklanksy, Hold'em Poker Script */
	function holdempokersklansky() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1880685361&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
	/*  Amazon.co.uk does not sell this book  */
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=1880685361&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1880685086&fc1=000000&IS2=1&lt1=_blank&lc1=0000ff&bc1=000000&bg1=ffffff&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
	/*  Daniel Negreanu Hold'em Wisdom for all players*/
	function holdemwisdomnegreanu() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1580422101&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
	
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=1580422101&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1580422101&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
	
		/*  Killer Poker by the Numbers*/
	function killerpokernumbers() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=081840714X&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
	
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=081840714X&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=081840714X&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
			/*  Killer Poker Shorthanded*/
	function killerpokershorthanded() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=0818407220&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
	
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=0818407220&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=0818407220&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
				/*  Phil Gordon little GREEN book*/
	function littlegreenbook() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1416903674&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;

			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=1416903674&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1416903674&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
		
				/*  Phil Gordon little BLUE book*/
	function littlebluebook() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1880685396&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;

			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=1416927190&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1416927190&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
		
		
				/*  moshman sitngostrategy*/
	function cmsngostrategy() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1880685396&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=1880685396&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1880685396&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
			
				/*  Super System Brunson*/
	function supersystem() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1580420818&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=1580420818&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1580420818&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
	
			
				/*  Art of War => Tournament Poker*/
	function artofwarpoker() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=081840647X&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=081840647X&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=081840647X&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
				
				/*  Tournament Poker for advanced players*/
	function tournamentpokeradvanced() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1880685418&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=1880685418&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1880685418&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
	
				
				/*  Winning at Poker Dave Scharf*/
	function winningatpoker() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=0785817867&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=0572029764&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=0572029764&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
					
				/*  Caros book of poker tells*/
	function carosbookofpokertells() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=1580420826&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=1580420826&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=1580420826&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
						
				/*  READ EM AND REAP*/
	function reademandreap() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=0061198595&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=0061198595&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=0061198595&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
					/*  WORST POKER ENEMY*/
	function pokerenemy() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=0818407204&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=0818407204&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=0818407204&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
	
		
		/* MONEYMAKER*/
	function moneymaker() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=0060746750&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=0060746750&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=0060746750&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
			
		/* STU Ungar, one of a kind*/
	function oneofakind() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=074347659X&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=074347659X&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=074347659X&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
	
			/* professor, banker, suicied king*/
	function professor_banker() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=B000FL88XK&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=0446694975&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=0446694975&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
	
	
			/* ace on the river barry greenstein*/
	function ace_on_the_river() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=0972044221&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=0972044221&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=0972044221&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>	'; 
				break;
		}
			document.write(result);
	}
	
	
		
			/* every hand revealed gus hansen*/
	function every_hand_revealed() {
		var country = getCountry();
		
		var result = "";
		switch (country) 
		{
			case "US": result = '<iframe src="http://rcm.amazon.com/e/cm?t=httpwwwholdem-20&o=1&p=8&l=as1&asins=0818407271&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "GB": result = '<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=swissholdempo-21&o=2&p=8&l=as1&asins=0818407271&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
			case "DE": result = '<iframe src="http://rcm-de.amazon.de/e/cm?t=holdempoker-21&o=3&p=8&l=as1&asins=0818407271&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'; 
				break;
		}
			document.write(result);
	}
