r_text[7] = "<table style='width:100%;line-height:1.0;'>" +
"<col style='width:15%'>" +
"<col style='width:70%'>" +
"<col style='width:15%'>" +
"<tr>" +
"<th colspan='3'><div style='font-size:16px;font-weight:bold;'>Quick Greens</div></th>" +
"</tr>" +
"<tr>" +
"<td>2 Cans</td>" +
"<td>Greens</td>" +
"<td rowspan='5'>&nbsp;</td>" +
"</tr>" +
"<tr>" +
"<td>1</td>" +
"<td>Onion, chopped</td>" +
"</tr>" +
"<tr>" +
"<td>2 Tbsps</td>" +
"<td>Vegetable Oil</td>" +
"</tr>" +
"<tr>" +
"<td>2 Tbsps</td>" +
"<td><span style='font-weight:bold;'>Miracle Blend Salad Seasoning</span></td>" +
"</tr>" +
"<tr>" +
"<td>2 Tbsps</td>" +
"<td><span style='font-weight:bold;'>Miracle Blend All Purpose Seasoning</span></td>" +
"</tr>" +
"<tr>" +
"<td colspan='3'></td>" +
"</tr>" +
"<tr>" +
"<td colspan='3'><ol><li>Drain greens." +
"<li>Heat oil and saut&eacute; onions." +
"<li>Add greens to onions." +
"<li>Sprinkle on Miracle Blend Salad Seasoning and All Purpose Seasoning." +
"<li>Mix well." +
"<li>Cook covered for 15 minutes on medium heat.</ol></td>" +
"</tr>" +
"</table>";

