function xvote(id,name,boxart,vote,overall) { this._id = id; this._name = name; this._boxart = boxart; this._vote = vote; this._overall = overall; } xvote.prototype._id; xvote.prototype._name; xvote.prototype._boxart; xvote.prototype._vote; xvote.prototype._overall; xvote.prototype.getId = function() {return this._id;} xvote.prototype.getName = function() {return this._name;} xvote.prototype.getBoxart = function() {return this._boxart;} xvote.prototype.getVote = function() {return this._vote;} xvote.prototype.getOverall = function() {return this._overall;} g0 = new xvote(1,'Gears of War 2','http://xbox.com/NR/rdonlyres/8B804457-94B4-4535-B8BB-AD3B37D5971F/0/boxgearsOfWar2.jpg',1,0);g1 = new xvote(49,'Call of Duty 4','http://xbox.com/NR/rdonlyres/A441D424-C253-4BBE-BE6B-42442C9D4E2B/0/boxCOD4.jpg',1,0);g2 = new xvote(54,'Halo 3','http://xbox.com/NR/rdonlyres/AF23D6A3-D144-439F-BAC1-549B9FA9871D/0/boxhalo3.jpg',1,0);g3 = new xvote(62,'GTA IV','http://xbox.com/NR/rdonlyres/6CC4FC97-3D89-40E1-9E9F-F61AFE6F1940/0/boxGTA4.jpg',1,0);g4 = new xvote(65,'Fable II','http://xbox.com/NR/rdonlyres/427A24B9-ACE6-4E49-8BC2-EF9E7903D330/0/boxfable2.jpg',1,0);g5 = new xvote(1805,'Mass Effect 2','http://xbox.com/NR/rdonlyres/20AC2DC4-B437-4145-AB34-5CDD5D926CFB/0/boxmassEffect2.jpg',1,0);g6 = new xvote(1812,'DEATH BY CUBE','http://xbox.com/NR/rdonlyres/9269961D-C179-4D88-AE1E-8E6C869496B4/0/boxdeathbycube.jpg',1,0);g7 = new xvote(1831,'Dante\'s Inferno™','http://xbox.com/NR/rdonlyres/B730C65A-082B-4681-8A89-D818A5C21B89/0/boxdantesinferno.jpg',1,0);g8 = new xvote(1844,'BioShock 2','http://zaamit.com/dev/live/img/games/noimage.jpg',1,0);g9 = new xvote(1855,'Aliens vs Predator','http://xbox.com/NR/rdonlyres/BA2B7DCB-C0D8-4E92-BE3F-E94EC05C5F0D/0/boxalienvspredator.jpg',1,0); g = new Array(g0,g1,g2,g3,g4,g5,g6,g7,g8,g9);