att:{
	company: "AT&T",
	cap: {
		cap_type: "hard",
		cap_limit: 3,
		cap_unit: "GB",
		cap_per: "month",
	},
	max_speed: {
		speed: 6,
		unit: "Mbps"
	},
	burnrate: 0.75,
	penalty: {
		penalty_type: "charge",
		penalty_details: {
			overage_cost: "10",
			overage_per: "1",
			overage_unit: "GB"
		
		}
	},
	icon: "http://whatismycap.org/wp-content/uploads/2011/11/att2.png",
	source: ""
},
Cricket:{
	company: "Cricket",
	cap: {
		cap_type: "soft",
		cap_limit: 1,
		cap_unit: "GB",
		cap_per: "month",
	},
	max_speed: {
		speed: 1,
		unit: "Mbps"
	},
	burnrate: 0.125,
	penalty: {
		penalty_type: "throttle",
		penalty_details: {
			throttle_amount: "56",
			throttle_per: "KB",
		
		}
	},
	icon: "http://whatismycap.org/wp-content/uploads/2012/02/cricket1.png",
	source: ""
},
sprint:{
	company: "Sprint",
	cap: {
		cap_type: "no",
		cap_limit: "",
		cap_unit: "KB",
		cap_per: "month",
	},
	max_speed: {
		speed: 6,
		unit: "Mbps"
	},
	burnrate: 0.75,
	penalty: {
		penalty_type: "",
		penalty_details: {
		}
	},
	icon: "http://whatismycap.org/wp-content/uploads/2011/11/sprint.png",
	source: ""
},
tmobile:{
	company: "T-Mobile",
	cap: {
		cap_type: "no",
		cap_limit: 0,
		cap_unit: "GB",
		cap_per: "month",
	},
	max_speed: {
		speed: 8,
		unit: "Mbps"
	},
	burnrate: 1,
	penalty: {
		penalty_type: "throttle",
		penalty_details: {
			throttle_amount: "100",
			throttle_per: "KB",
		
		}
	},
	icon: "http://whatismycap.org/wp-content/uploads/2011/11/tmobile.png",
	source: ""
},
uscellular:{
	company: "U.S. Cellular",
	cap: {
		cap_type: "soft",
		cap_limit: 5,
		cap_unit: "GB",
		cap_per: "month",
	},
	max_speed: {
		speed: 2,
		unit: "Mbps"
	},
	burnrate: 0.25,
	penalty: {
		penalty_type: "charge",
		penalty_details: {
			overage_cost: ".25",
			overage_per: "1",
			overage_unit: "MB"
		
		}
	},
	icon: "http://whatismycap.org/wp-content/uploads/2012/01/us_cellular.png",
	source: "http://www.uscellular.com/plans/data.html"
},
verizon:{
	company: "Verizon",
	cap: {
		cap_type: "hard",
		cap_limit: 2,
		cap_unit: "GB",
		cap_per: "month",
	},
	max_speed: {
		speed: 12,
		unit: "Mbps"
	},
	burnrate: 1.5,
	penalty: {
		penalty_type: "charge",
		penalty_details: {
			overage_cost: "10",
			overage_per: "1",
			overage_unit: "GB"
		
		}
	},
	icon: "http://whatismycap.org/wp-content/uploads/2011/11/verizon.png",
	source: ""
},
VirginMobile:{
	company: "VirginMobile",
	cap: {
		cap_type: "soft",
		cap_limit: 2.5,
		cap_unit: "GB",
		cap_per: "month",
	},
	max_speed: {
		speed: 3,
		unit: "Mbps"
	},
	burnrate: 0.375,
	penalty: {
		penalty_type: "throttle",
		penalty_details: {
			throttle_amount: "256",
			throttle_per: "KB",
		
		}
	},
	icon: "http://whatismycap.org/wp-content/uploads/2012/02/virgin-mobile-logo-01small1.png",
	source: ""
}