Nom: Stann
Prénom: Brian
Autre: Michael
Surnom: All American
// 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', 8], ['VIC par SOU', 1], ['VIC par DEC', 2], ['VIC par AUTRE', 0], ['DÉF par KO', 1], ['DÉF par SOU', 2], ['DÉF par DEC', 1], ['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 | Chael Sonnen | Submission (Arm-Triangle Choke) | 2011-10-08 | UFC 136: Edgar vs. Maynard III | 2 | 03:51 |
| Vic | Jorge Santiago | TKO (Punches) | 2011-05-28 | UFC 130: Rampage vs. Hamill | 2 | 04:29 |
| Vic | Chris Leben | TKO (Knee and Punches) | 2011-01-01 | UFC 125 – Resolution | 1 | 03:37 |
| Vic | Mike Massenzio | Submission (Triangle Choke) | 2010-08-01 | UFC Live 2 – Jones vs. Matyushenko | 3 | 03:10 |
| Def | Phil Davis | Decision (Unanimous) | 2010-02-06 | UFC 109 – Relentless | 3 | 05:00 |
| Vic | Rodney Wallace | Decision (Unanimous) | 2009-12-05 | UFC – The Ultimate Fighter 10 Finale | 3 | 05:00 |
| Vic | Steve Cantwell | Decision (Unanimous) | 2009-09-16 | UFC – UFC Fight Night 19 | 3 | 05:00 |
| Def | Krzysztof Soszynski | Submission (Kimura) | 2009-04-18 | UFC 97 – Redemption | 1 | 03:53 |
| Def | Steve Cantwell | TKO (Punches) | 2008-08-03 | WEC 35 – World Extreme Cagefighting 35 | 2 | 04:01 |
| Vic | Doug Marshall | KO (Punches) | 2008-03-26 | WEC 33 – Back To Vegas | 1 | 01:35 |
| Vic | Jeremiah Billington | TKO (Punches) | 2007-09-05 | WEC 30 – Las Vegas | 1 | 03:07 |
| Vic | Craig Zellner | TKO (Punches) | 2007-06-03 | WEC 28 – WrekCage | 1 | 04:57 |
| Vic | Steve Cantwell | TKO (Punches) | 2007-03-24 | WEC 26 – Las Vegas | 1 | 00:41 |
| Vic | Miguel Cosio | TKO (Punches) | 2006-06-15 | WEC 21 – Tapout | 1 | 00:16 |
| Vic | Aaron Stark | TKO (Punches) | 2006-01-06 | SF 14 – Resolution | 1 | 03:14 |


