// JavaScript Document
function Delicious()
{
	var TempString=""
	
	TempString=TempString+'<a href="http://del.icio.us/post?url=http://www.BBOPokertables.com&title=BBOPokerTable" target="_blank" rel="nofollow"><img src="/Javascript/Delicious/delicious.gif" width="18" height="18" border="0"></a>&nbsp;&nbsp;&nbsp;<a href="http://digg.com/submit?phase=2&url=http://www.BBOPokertables.com" target="_blank" rel="nofollow"><img src="/Javascript/Delicious/digg.gif" width="16" height="14" border="0"></a>&nbsp;&nbsp;&nbsp;<a href="http://technorati.com/cosmos/search.html?url=http://www.BBOPokertables.com" target="_blank" rel="nofollow"><img src="/Javascript/Delicious/technorati.gif" width="14" height="17" border="0"></a>'
	
	document.write(TempString);
	
}

Delicious();
