var strTablRecOpen,strTablRecClos;
var strRecWC,strB10,strB12,strBE,strSEC,strP10;

strTablRecOpen = "<table id='our-record-football' border='0' cellpadding='0' cellspacing='0' width='510' align='center'>";

strTablRecClos = "</TABLE>";

   strRecWC = "<tr>";
   strRecWC = strRecWC + "<td class='green-area'></td>";
   strRecWC = strRecWC + "<td align='center'>";
   strRecWC = strRecWC + "<table border='0' cellpadding='0' cellspacing='0'>";
   strRecWC = strRecWC + "<tr>"
   strRecWC = strRecWC + "<td width='180px' class='or-wc'>Wildcard</td>";
   strRecWC = strRecWC + "<td width='140px' class='or-wc'>"
   strRecWC = strRecWC + WCRec;
   strRecWC = strRecWC + "</td>";
   strRecWC = strRecWC + "<td width='200px' class='or-wc'>";
   strRecWC = strRecWC + WCAmount;
   strRecWC = strRecWC + "</td></tr></table>";
   strRecWC = strRecWC + "</td></tr>";

   strRecBE = "<tr>";
   strRecBE = strRecBE + "<td class='green-area'></td>";
   strRecBE = strRecBE + "<td align='center'>";
   strRecBE = strRecBE + "<table border='0' cellpadding='0' cellspacing='0'>";
   strRecBE = strRecBE + "<tr>"
   strRecBE = strRecBE + "<td width='180px' class='or-be'>Big East</td>";
   strRecBE = strRecBE + "<td width='140px' class='or-be'>"
   strRecBE = strRecBE + BERec;
   strRecBE = strRecBE + "</td>";
   strRecBE = strRecBE + "<td width='200px' class='or-be'>";
   strRecBE = strRecBE + BEAmount;
   strRecBE = strRecBE + "</td></tr></table>";
   strRecBE = strRecBE + "</td></tr>";

   strRecB10 = "<tr>";
   strRecB10 = strRecB10 + "<td class='green-area'></td>";
   strRecB10 = strRecB10 + "<td align='center'>";
   strRecB10 = strRecB10 + "<table border='0' cellpadding='0' cellspacing='0'>";
   strRecB10 = strRecB10 + "<tr>"
   strRecB10 = strRecB10 + "<td width='180px' class='or-bt'>Big Ten</td>";
   strRecB10 = strRecB10 + "<td width='140px' class='or-bt'>"
   strRecB10 = strRecB10 + B10Rec;
   strRecB10 = strRecB10 + "</td>";
   strRecB10 = strRecB10 + "<td width='200px' class='or-bt'>";
   strRecB10 = strRecB10 + B10Amount;
   strRecB10 = strRecB10 + "</td></tr></table>";
   strRecB10 = strRecB10 + "</td></tr>";

   strRecB12 = "<tr>";
   strRecB12 = strRecB12 + "<td class='green-area'></td>";
   strRecB12 = strRecB12 + "<td align='center'>";
   strRecB12 = strRecB12 + "<table border='0' cellpadding='0' cellspacing='0'>";
   strRecB12 = strRecB12 + "<tr>"
   strRecB12 = strRecB12 + "<td width='180px' class='or-btw'>Big 12</td>";
   strRecB12 = strRecB12 + "<td width='140px' class='or-btw'>"
   strRecB12 = strRecB12 + B12Rec;
   strRecB12 = strRecB12 + "</td>";
   strRecB12 = strRecB12 + "<td width='200px' class='or-btw'>";
   strRecB12 = strRecB12 + B12Amount;
   strRecB12 = strRecB12 + "</td></tr></table>";
   strRecB12 = strRecB12 + "</td></tr>";

   strRecP10 = "<tr>";
   strRecP10 = strRecP10 + "<td class='green-area'></td>";
   strRecP10 = strRecP10 + "<td align='center'>";
   strRecP10 = strRecP10 + "<table border='0' cellpadding='0' cellspacing='0'>";
   strRecP10 = strRecP10 + "<tr>"
   strRecP10 = strRecP10 + "<td width='180px' class='or-pt'>PAC 10</td>";
   strRecP10 = strRecP10 + "<td width='140px' class='or-pt'>"
   strRecP10 = strRecP10 + P10Rec;
   strRecP10 = strRecP10 + "</td>";
   strRecP10 = strRecP10 + "<td width='200px' class='or-pt'>";
   strRecP10 = strRecP10 + P10Amount;
   strRecP10 = strRecP10 + "</td></tr></table>";
   strRecP10 = strRecP10 + "</td></tr>";

   strRecSEC = "<tr>";
   strRecSEC = strRecSEC + "<td class='green-area'></td>";
   strRecSEC = strRecSEC + "<td align='center'>";
   strRecSEC = strRecSEC + "<table border='0' cellpadding='0' cellspacing='0'>";
   strRecSEC = strRecSEC + "<tr>"
   strRecSEC = strRecSEC + "<td width='180px' class='or-sc'>SEC</td>";
   strRecSEC = strRecSEC + "<td width='140px' class='or-sc'>"
   strRecSEC = strRecSEC + SECRec;
   strRecSEC = strRecSEC + "</td>";
   strRecSEC = strRecSEC + "<td width='200px' class='or-sc'>";
   strRecSEC = strRecSEC + SECAmount;
   strRecSEC = strRecSEC + "</td></tr></table>";
   strRecSEC = strRecSEC + "</td></tr>";
