
// tournament object to hold the arrays

function tournament (time,type,name,buyin,mon,tue,wed,thu,fri,sat,sun,vc) {
	this.time = time;
	this.type = type;
	this.name = name;
	this.buyin = buyin;
	this.mon = mon;
	this.tue = tue;
	this.wed = wed;
	this.thu = thu;
	this.fri = fri;
	this.sat = sat;
	this.sun = sun;
	this.vc = vc;
}

var recordNo = new Array();



recordNo[0] = new tournament("09:00","Giveaways","$10 Giveaway","Free",1,1,1,1,1,1,1,false);
recordNo[1] = new tournament("10:50","Giveaways","$5 Giveaway","Free",1,1,1,1,1,1,1,false);
recordNo[2] = new tournament("12:00","Giveaways","$50 Beginners Freeroll","Free",1,1,1,1,1,1,1,false);
recordNo[3] = new tournament("12:05","Big Guarantees","$10,000 GP Rebuys","$25+$2.50",1,1,1,1,1,1,1,false);
recordNo[4] = new tournament("12:45","Giveaways","$5 Giveaway","Free",1,1,1,1,1,1,1,false);
recordNo[5] = new tournament("14:15","Big Guarantees","$15,000 GP Rebuys","$25+$2.50",1,1,1,1,1,1,1,false);
recordNo[6] = new tournament("14:45","Giveaways","$5 Giveaway","Free",1,1,1,1,1,1,1,false);
recordNo[7] = new tournament("16:15","Big Guarantees","$20,000 GP Rebuys","$30+$3",1,1,1,1,1,1,1,false);
recordNo[8] = new tournament("17:10","Big Guarantees","$10,000 GP 6 Handed Rebuys","$25+$2.50",1,1,1,1,1,1,1,false);
recordNo[9] = new tournament("17:50","Giveaways","$100 Beginners Freeroll","Free",1,1,1,1,1,1,1,false);
recordNo[10] = new tournament("18:05","Big Guarantees","$10,000 GP Rebuys","$10+$1",1,1,1,1,1,1,1,false);
recordNo[11] = new tournament("18:30","Freerolls","$50 Points Freeroll","100 Action Points",1,1,1,1,1,1,1,false);
recordNo[12] = new tournament("18:35","Freerolls","$150 Points Freeroll","150 Action Points",1,1,1,1,1,1,1,false);
recordNo[13] = new tournament("19:00","Big Guarantees","$250,000 GP Freezeout (<a href='/tournaments/250k-guarantee/index.htm'>Click here for Details</a>)","$300+$20",0,0,0,0,0,0,1,false);
recordNo[14] = new tournament("19:10","Big Guarantees","$10,000 GP Speed Rebuys","$5+$0.50",1,1,1,1,1,1,1,false);
recordNo[15] = new tournament("19:30","Big Guarantees","$10,000 GP Freezeout","$5+$50",1,1,1,1,1,0,0,false);
recordNo[16] = new tournament("19:30","Big Guarantees","$50,000 GP Freezeout","$100+$9",0,0,0,0,0,1,0,false);
recordNo[17] = new tournament("19:45","Big Guarantees","$50,000 GP Rebuys","$50+$5",1,1,1,1,0,0,0,false);
recordNo[18] = new tournament("20:00","Giveaways","$10 Giveaway","Free",1,1,1,1,1,1,1,false);
recordNo[19] = new tournament("20:00","Big Guarantees","$150,000 GP Rebuys (<a href='/tournaments/150k-guarantee/index.htm'>Click here for Details</a>)","$75+$7.50",0,0,0,0,1,0,0,false);
recordNo[20] = new tournament("20:30","Freerolls","$300 Points Freeroll","300 Action Points",0,0,0,0,0,1,0,false);
recordNo[21] = new tournament("20:30","Big Guarantees","$35,000 GP Rebuys","$10+$1",1,1,1,1,1,1,1,false);
recordNo[22] = new tournament("20:45","Freerolls","$50 Points Freeroll","100 Action Points",1,1,1,1,1,1,1,false);
recordNo[23] = new tournament("20:45","Big Guarantees","$30,000 GP Rebuys","$200+$15",0,0,1,1,0,0,0,false);
recordNo[24] = new tournament("20:45","Big Guarantees","$30,000 GP Double Stack Freezeout","$300+$20",0,0,0,0,1,0,0,false);
recordNo[25] = new tournament("20:45","Big Guarantees","$12,500 GP Double Stack Freezeout","$100+$9",0,0,0,0,0,1,0,false);
recordNo[26] = new tournament("20:45","Big Guarantees","High Roller Monday $50,000 GP Freezeout","$500+$30",1,0,0,0,0,0,0,false);
recordNo[27] = new tournament("20:45","Big Guarantees","Super Tuesday $50,000 GP Rebuys","$100+$9",0,1,0,0,0,0,0,false);
recordNo[28] = new tournament("20:45","Big Guarantees","$30,000 GP Double Stack Freezeout","$100+$9",0,0,0,0,0,0,1,false);
recordNo[29] = new tournament("21:00","Freerolls","$2,000 Points Freeroll","2,000 Action Points",0,0,0,0,0,1,0,false);
recordNo[30] = new tournament("21:00","Giveaways","$5,000 VIP Freeroll (3rd Monday of Each Month)","Free",1,0,0,0,0,0,0,true);
recordNo[31] = new tournament("21:00","Giveaways","$2,000 VIP Freeroll (1st and 3rd Thursday of Each Month)","Free",0,0,0,1,0,0,0,true);
recordNo[32] = new tournament("21:00","Giveaways","$1,000 New Player Freeroll (every 2nd Friday)","Free",0,0,0,0,1,0,0,true);
recordNo[33] = new tournament("21:00","Giveaways","$1,000 VIP Freeroll","Free",0,1,0,0,0,0,0,true);
recordNo[34] = new tournament("21:10","Big Guarantees","$12,500 GP Rebuys","$5+$0.50",1,1,1,1,1,1,1,false);
recordNo[35] = new tournament("21:25","Big Guarantees","$12,500 GP Double Stack Freezeout","$100+$9",1,1,1,1,0,0,0,false);
recordNo[36] = new tournament("21:30","Giveaways","$5 Giveaway","Free",1,1,1,1,1,0,1,false);
recordNo[37] = new tournament("21:45","Big Guarantees","$20,000 GP Rebuys","$30+$3",1,1,1,1,1,1,1,false);
recordNo[38] = new tournament("23:00","Freerolls","$500 Points Freeroll (Omaha)","300 Action Points",0,0,0,0,0,1,0,false);
recordNo[39] = new tournament("23:10","Freerolls","$50 Points Freeroll","100 Action Points",1,1,1,1,1,1,1,false);
recordNo[40] = new tournament("23:20","Giveaways","$50 Beginners Freeroll","Free",1,1,1,1,1,1,1,false);
recordNo[41] = new tournament("23:25","Freerolls","$10 All-in Sweepstakes Rebuys","5 Action Points",1,1,1,1,1,1,1,false);
recordNo[42] = new tournament("23:55","Giveaways","$5 Giveaway","Free",1,1,1,1,1,1,1,false);


															   











