func tableView(tableView: UITableView!,cellForRowAtIndexPath indexPath:NSIndexPath!) -> UITableViewCell{
let cell:UITableViewCell = UITableViewCell(style: UITableViewCellStyle.Subtitle, reuseIdentifier: “Cell”)
cell.textLabel?.text = statesrow]
cell.detailTextLabel?.text = capitalsrow]
return cell