var strTablOpen,strTablClos;
var strWC,strB10,strB12,strBE,strSEC,strP10;

strTablOpen = "<table id='picks-football' border='0' width='450' cellpadding='0' cellspacing='0' align='center'>";
strTablClos = "</TABLE>";

if (pk_wc != "")
{
   strWC = "<tr>";
   strWC = strWC + "<td align='center'>";
   strWC = strWC + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strWC = strWC + "<tr>";
   strWC = strWC + "<td width='80' class='pick-wc'>PICK</td>";
   strWC = strWC + "<td width='150' class='op-wc'>";
   strWC = strWC + pk_wc;
   strWC = strWC + "</td>";
   strWC = strWC + "<td width='70' class='pick-text-comment'>";
   strWC = strWC + pk_wc_line;
   strWC = strWC + "</td>";
   strWC = strWC + "<td width='150' class='pick-text-comment'>";
   strWC = strWC + pk_wc_opp;
   strWC = strWC + "</td></tr></table>";
   strWC = strWC + "</td></tr>";
}
else
{
   strWC = "";
}

if (pk_b10 != "")
{
   strB10 = "<tr>";
   strB10 = strB10 + "<td align='center'>";
   strB10 = strB10 + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strB10 = strB10 + "<tr>";
   strB10 = strB10 + "<td  width='80' class='pick-bt'>PICK</td>";
   strB10 = strB10 + "<td width='150' class='op-bt'>";
   strB10 = strB10 + pk_b10;
   strB10 = strB10 + "</td>";
   strB10 = strB10 + "<td width='70' class='pick-text-comment'>";
   strB10 = strB10 + pk_b10_line;
   strB10 = strB10 + "</td>";
   strB10 = strB10 + "<td width='150' class='pick-text-comment'>";
   strB10 = strB10 + pk_b10_opp;
   strB10 = strB10 + "</td></tr></table>";
   strB10 = strB10 + "</td></tr>";
}
else
{
   strB10 = "";
}

if (pk_B12 != "")
{
   strB12 = "<tr>";
   strB12 = strB12 + "<td align='center'>";
   strB12 = strB12 + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strB12 = strB12 + "<tr>";
   strB12 = strB12 + "<td  width='80' class='pick-btw'>PICK</td>";
   strB12 = strB12 + "<td width='150' class='op-btw'>";
   strB12 = strB12 + pk_B12;
   strB12 = strB12 + "</td>";
   strB12 = strB12 + "<td width='70' class='pick-text-comment'>";
   strB12 = strB12 + pk_B12_line;
   strB12 = strB12 + "</td>";
   strB12 = strB12 + "<td width='150' class='pick-text-comment'>";
   strB12 = strB12 + pk_B12_opp;
   strB12 = strB12 + "</td></tr></table>";
   strB12 = strB12 + "</td></tr>";
}
else
{
   strB12 = "";
}

if (pk_be != "")
{
   strBE = "<tr>";
   strBE = strBE + "<td align='center'>";
   strBE = strBE + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strBE = strBE + "<tr>";
   strBE = strBE + "<td width='80' class='pick-be'>PICK</td>";
   strBE = strBE + "<td width='150' class='op-be'>";
   strBE = strBE + pk_be;
   strBE = strBE + "</td>";
   strBE = strBE + "<td width='70' class='pick-text-comment'>";
   strBE = strBE + pk_be_line;
   strBE = strBE + "</td>";
   strBE = strBE + "<td width='150' class='pick-text-comment'>";
   strBE = strBE + pk_be_opp;
   strBE = strBE + "</td></tr></table>";
   strBE = strBE + "</td></tr>";
}
else
{
   strBE = "";
}

if (pk_p10 != "")
{
   strP10 = "<tr>";
   strP10 = strP10 + "<td align='center'>";
   strP10 = strP10 + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strP10 = strP10 + "<tr>";
   strP10 = strP10 + "<td width='80' class='pick-pt'>PICK</td>";
   strP10 = strP10 + "<td width='150' class='op-pt'>";
   strP10 = strP10 + pk_p10;
   strP10 = strP10 + "</td>";
   strP10 = strP10 + "<td width='70' class='pick-text-comment'>";
   strP10 = strP10 + pk_p10_line;
   strP10 = strP10 + "</td>";
   strP10 = strP10 + "<td width='150' class='pick-text-comment'>";
   strP10 = strP10 + pk_p10_opp;
   strP10 = strP10 + "</td></tr></table>";
   strP10 = strP10 + "</td></tr>";
}
else
{
   strP10 = "";
}

if (pk_sec != "")
{
   strSEC = "<tr>";
   strSEC = strSEC + "<td align='center'>";
   strSEC = strSEC + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strSEC = strSEC + "<tr>";
   strSEC = strSEC + "<td width='80' class='pick-sc'>PICK</td>";
   strSEC = strSEC + "<td width='150' class='op-sc'>";
   strSEC = strSEC + pk_sec;
   strSEC = strSEC + "</td>";
   strSEC = strSEC + "<td width='70' class='pick-text-comment'>";
   strSEC = strSEC + pk_sec_line;
   strSEC = strSEC + "</td>";
   strSEC = strSEC + "<td width='150' class='pick-text-comment'>";
   strSEC = strSEC + pk_sec_opp;
   strSEC = strSEC + "</td></tr></table>";
   strSEC = strSEC + "</td></tr>";
}
else
{
   strSEC = "";
}