Nom: Dollaway
Prénom: Clarence
Autre: Byron
Surnom: The Doberman
// Load the Visualization API and the piechart package. google.load('visualization', '1.0', {'packages':['corechart']});
// Set a callback to run when the Google Visualization API is loaded. google.setOnLoadCallback(drawChart);
// Callback that creates and populates a data table, // instantiates the pie chart, passes in the data and // draws it. function drawChart() {
// Create the data table. var data = new google.visualization.DataTable(); data.addColumn('string', 'Topping'); data.addColumn('number', 'Slices'); data.addRows([ ['VIC par KO', 5], ['VIC par SOU', 3], ['VIC par DEC', 3], ['VIC par AUTRE', 0], ['DÉF par KO', 2], ['DÉF par SOU', 2], ['DÉF par DEC', 0], ['DÉF par AUTRE', 0], ['No Contest', 0], ['Draw', 0], ['Autres', 0] ]);
// Set chart options var options = {'title':'Victoires/Défaites', 'width':600, 'height':300, 'is3D':true};
// Instantiate and draw our chart, passing in some options. var chart = new google.visualization.PieChart(document.getElementById('chart_div')); chart.draw(data, options); }
| Res | Versus | Méthode | Date | Gala | Rd | Temps |
| Def | Jared Hamman | TKO (Punches) | 2011-08-14 | UFC Live: Hardy vs. Lytle | 2 | 03:38 |
| Def | Mark Munoz | KO (Punches) | 2011-03-03 | UFC Live 3 – Sanchez vs. Kampmann | 1 | 00:54 |
| Vic | Joe Doerksen | Submission (Guillotine Choke) | 2010-09-25 | UFC 119 – Mir vs. Cro Cop | 1 | 02:13 |
| Vic | Goran Reljic | Decision (Unanimous) | 2010-02-20 | UFC 110 – Nogueira vs. Velasquez | 3 | 05:00 |
| Vic | Jay Silva | Decision (Unanimous) | 2009-09-16 | UFC – UFC Fight Night 19 | 3 | 05:00 |
| Def | Tom Lawlor | Technical Submission (Guillotine Choke) | 2009-07-11 | UFC 100 – Lesnar vs. Mir 2 | 1 | 00:55 |
| Vic | Mike Massenzio | TKO (Punches) | 2008-12-27 | UFC 92 – The Ultimate 2008 | 1 | 03:01 |
| Vic | Jesse Taylor | Submission (Peruvian Necktie) | 2008-07-19 | UFC – Fight Night 14 | 1 | 03:58 |
| Def | Amir Sadollah | Submission (Armbar) | 2008-06-21 | UFC – The Ultimate Fighter 7 Finale | 1 | 03:02 |
| Vic | Bill Smallwood | Submission (Rear-Naked Choke) | 2007-10-27 | SE – Vale Tudo | 1 | 00:00 |
| Vic | Hans Marrero | TKO (Knee and Punches) | 2007-10-13 | HDNF 1 – HDNet Fights | 1 | 01:07 |
| Vic | Joe Bunch | TKO (Punches) | 2007-09-01 | IFO – Wiuff vs. Salmon | 2 | 04:31 |
| Vic | George Hartman | Decision (Unanimous) | 2007-04-28 | RITC 94 – Rage in the Cage 94 | 3 | 03:00 |
| Vic | Levi LaLonde | TKO (Punches) | 2007-03-31 | WFC – Desert Storm | 1 | 02:40 |
| Vic | Chuck Pablo | TKO (Slam) | 2006-11-10 | CFF – Cage Fighting Federation | 0 | 00:00 |

