var links =	{
     '.absolutepoker.com'	: function(element) { element.onclick = function()	{ window.open('/absolutepoker.com/advertiser.html'); } },
     '.fulltiltpoker.com'	: function(element) { element.onclick = function()	{ window.open('/fulltiltpoker.com/advertiser.html'); } },
     '.pokerstars.com'		: function(element) { element.onclick = function()	{ window.open('/pokerstars.com/advertiser.html'); } },
     '.partypoker.com'		: function(element) { element.onclick = function()	{ window.open('/partypoker.com/advertiser.html'); } },
     '.fulltilt.biz'		: function(element) { element.onclick = function()	{ window.open('/fulltilt.biz/advertiser.html'); } },
     '.ultimatebet.com'		: function(element) { element.onclick = function()	{ window.open('/ultimatebet.com/advertiser.html'); } },
     '.everestpoker.com'	: function(element) { element.onclick = function()	{ window.open('/everestpoker.com/advertiser.html'); } },
     '.trustpoker.org'		: function(element) { element.onclick = function()	{ window.open('/trustpoker.org/advertiser.html'); } },
     '.titanpoker.com'		: function(element) { element.onclick = function()	{ window.open('/titanpoker.com/advertiser.html'); } },    
     '.doylesroom.com'		: function(element) { element.onclick = function()	{ window.open('/doylesroom.com/advertiser.html'); } }
};

Behaviour.register(links);
