function ct(photo,screenname,state,rating) { this.photo = photo; this.screenname = screenname; this.state = state; this.ratingAvg = rating; } t5contestant = new Array( new ct('9822752522.jpg','MiSsWhiTnEyLaNe','TX','7.593'), new ct('927135047532.jpg','BellaValentine','CO','5.862'), new ct('27145116242.jpg','Di','FL','5.017'), new ct('211101855151.jpg','cali08','CA','4.864'), new ct('218163443693.jpg','D-Anna','CA','4.667') );