var x;
var y = new Array();
var z;
x=Math.floor(Math.random()*4)+1;
y[1]=AbsoluteA+Absolute2;
y[2]=UltimateBetA+UltimateBet2;
y[3]=PartyPokerA+PartyPoker2;
y[4]=AbsoluteA+Absolute4;
z=""+y[x];

var x2;
var y2 = new Array();
var z2;
x2=Math.floor(Math.random()*3)+1;
y2[1]=PartyPokerA+PartyPoker2;
y2[2]=EmpirePokerA+EmpirePoker2;
y2[3]=FairPokerA+FairPoker2;
z2=""+y2[x2];

var x3;
var y3 = new Array();
var z3;
x3=Math.floor(Math.random()*3)+1;
y3[1]=InterPokerA+InterPoker2;
y3[2]=AmazonA;
y3[3]=FairPokerA+FairPoker4;
z3=""+y3[x3];

var x4;
var y4 = new Array();
var z4;
x4=Math.floor(Math.random()*3)+1;
y4[1]=FairPokerA+FairPoker2;
y4[2]=InterCasinoA+InterCasino2;
y4[3]=PartyPokerA+PartyPoker2;
;
z4=""+y4[x4];

var x5;
var y5 = new Array();
var z5;
x5=Math.floor(Math.random()*5)+1;
y5[1]=AbsoluteA+Absolute3;
y5[2]=UltimateBetA+UltimateBet2;
y5[3]=AmazonA;
y5[4]=UltimateBetA+UltimateBet3;
y5[5]=UltimateBetA+UltimateBet4;
z5=""+y5[x5];

document.write(z5);document.write(z2);document.write(z3);document.write(z4);document.write(z);