var links =	{
     '.absolutepoker'	: function(element) { element.onclick = function()	{ window.open('/absolutepoker/'); } },
     '.fulltiltpoker'	: function(element) { element.onclick = function()	{ window.open('/fulltiltpoker/'); } },
     '.carbonpoker'	: function(element) { element.onclick = function()	{ window.open('/carbonpoker/'); } },
     '.doylesroom'	: function(element) { element.onclick = function()	{ window.open('/doylesroom/'); } },
     '.ultimatebet'	: function(element) { element.onclick = function()	{ window.open('/ultimatebet/'); } },
     '.partypoker'	: function(element) { element.onclick = function()	{ window.open('/partypoker/'); } },
     '.pokerstars'	: function(element) { element.onclick = function()	{ window.open('/pokerstars/'); } },
     '.everestpoker'	: function(element) { element.onclick = function()	{ window.open('/everestpoker/'); } },
     '.europoker'	: function(element) { element.onclick = function()	{ window.open('/europoker/'); } },
     '.pokerroom'	: function(element) { element.onclick = function()	{ window.open('/pokerroom/'); } }
};

Behaviour.register(links);

