This poker network is powered by MergeGaming

Players online, official server date, time template

Software Version :

Official Server time : updating...

Caribbean Jackpot: updating...

Welcome to my poker room, there are currently players competing in tournaments! Did I mention we have players online?


Basic usage:

	
    <span class="MERGE_playersonline"></span>
	- This will insert the players online number into the SPAN tag, you may use CSS to style the contents eg: .MERGE_playersonline {} 
    
    <div class="MERGE_badbeat mycontainer"> updating .... </div>
	- This will insert the BadBeat Jackpot number into the DIV tag, you may use CSS to style the contents eg: .mycontainer { }

    
    List of valid classes:
    
    MERGE_version			- The current software version
    MERGE_tournaments_in_progress	- Total number of poker tournaments in progress
    MERGE_active_poker_tables		- Total number of tables currently in play
    MERGE_carib_20cent			- Carribean stud jackpot 20cent
    MERGE_carib_1dollar			- Carribean stud jackpot $1
    MERGE_badbeat			- The current badbeat jackpot amount
    MERGE_playersonline			- Total number of players currently logged in
    MERGE_date				- The official server date, which tournament schedules are based on (EST - Eastern Standard Time)
    MERGE_time				- The official server time, which tournament schedules are based on (EST - Eastern Standard Time)


Advanced usage:

	
    You may access stats values through the DOM, using the MERGE_STATS object. On document/DOM ready, these values are made available.

    The MERGE_STATS object:
    
    MERGE_STATS.MERGE_version				- The current software version
    MERGE_STATS.MERGE_tournaments_in_progress		- Total number of poker tournaments in progress
    MERGE_STATS.MERGE_active_poker_tables		- Total number of tables currently in play
    MERGE_STATS.MERGE_carib_20cent			- Carribean stud jackpot 20cent
    MERGE_STATS.MERGE_carib_1dollar			- Carribean stud jackpot $1
    MERGE_STATS.MERGE_badbeat				- The current badbeat jackpot amount
    MERGE_STATS.MERGE_playersonline			- Total number of players currently logged in
    MERGE_STATS.MERGE_TIME.MERGE_date			- The official server date, which tournament schedules are based on (EST - Eastern Standard Time)
    MERGE_STATS.MERGE_TIME.MERGE_time			- The official server time, which tournament schedules are based on (EST - Eastern Standard Time)
    MERGE_STATS.MERGE_TIME.MERGE_timestamp		- Unix Timestamp (EST)


Example Code:

The above example will look like this:

The bad beat jackpot is currently :!
I am a table
Official Time

For other feeds, please contact your Brand Manager.