/* gambling */
	var code = '';
	var rand = Math.random();
	var seed = Math.floor(rand*100);
	var amazon = 0;

function AdSharing()
{
/* print appropriate tag based upon percentage */
    if ((0 <= seed) && (25 > seed)) {  /* 25 Percent for Party Poker */
	document.write("<A HREF='http://www.partypoker.com/index20100.htm?wm=2607614'>");
	document.write("<IMG SRC='/cgi-bin/ppban.pl' WIDTH='468' HEIGHT='60' BORDER='0' ALT='Party Poker'></A>");
    }
    else if ((25 <= seed) && (35 > seed)) {  /* 10 Percent for Noble Poker */
	document.write("<A HREF='http://adv.noblepoker.com/cgi-bin/redir.cgi?id=N&member=18100000&profile=2054'>");
	document.write("<IMG SRC='/cgi-bin/npban.pl' WIDTH='468' HEIGHT='60' BORDER='0' ALT='Noble Poker'></A>");
    }
    else if ((35 <= seed) && (50 > seed)) {  /* 15 Percent for Everest Poker */
	document.write("<A HREF='http://www.everestpoker.com/U14056/'>");
	document.write("<IMG SRC='/images/everestpoker/00058ENaEP.gif' WIDTH='468' HEIGHT='60' BORDER='0' ALT='Everest Poker'></A>");
    }
    else if ((50 <= seed) && (60 > seed)) {  /* 10 Percent for Pokerroom.com */
	document.write("<A HREF='http://www3.pokerroom.com/?ref=10878&page=64'>");
	document.write("<IMG SRC='/images/pokerroom/PR_50-200_468x60.gif' WIDTH='468' HEIGHT='60' BORDER='0' ALT='Pokerroom.com'></A>");
    }
    else if ((60 <= seed) && (70 > seed)) {  /* 10 Percent for Tiger Gaming */
	document.write("<A HREF='http://www.actiongold.com/affiliate/scripts/t.php?a_aid=155&a_bid=96'>");
	document.write("<IMG SRC='/images/tiger/tigerbannerlong.gif' WIDTH='468' HEIGHT='60' BORDER='0' ALT='Tiger Gaming Online Casino'></A>");
    }
    else if ((70 <= seed) && (80 > seed)) {  /* 10 Percent for Pokerchamps */
	document.write('<a href="https://secure.pokerchamps.com/pokerpublic/arequest?acode=AFBAXHEN" target="_blank">');
	document.write('<Img border=0 src="/images/pokerchamps/pcbanner_468x60_b.gif" WIDTH="468" HEIGHT="60" ALT="pokerchamps.com"></A>');
    }
    else if ((80 <= seed) && (101 > seed)) {  /* 20 Percent for Paradise Poker */
	document.write('<!-- Affiliate Code Do NOT Modify--><a href="http://www.paradisepoker.com/?adv_id=a_3001b_12"><img src="http://www.paradiseaffiliates.com/processing/impressions.asp?btag=a_3001b_12" alt="Play at Paradise Poker for secure poker online."  width="468" height="60" border=0></a><!-- End affiliate Code-->');
    }

}     /*   close function AdSharing()    */

