r_text[5] = "<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;'>Best Meat Loaf Ever</div></th>" +
"</tr>" +
"<tr>" +
"<td>1 Lb</td>" +
"<td>Ground Beef</td>" +
"<td rowspan='9'>&nbsp;</td>" +
"</tr>" +
"<tr>" +
"<td>1</td>" +
"<td>Large Onion, chopped fine</td>" +
"</tr>" +
"<tr>" +
"<td>1</td>" +
"<td>Egg, beaten</td>" +
"</tr>" +
"<tr>" +
"<td>&frac14; Cup</td>" +
"<td>Green Onion, chopped fine</td>" +
"</tr>" +
"<tr>" +
"<td>1 Cup</td>" +
"<td>Bread Crumbs</td>" +
"</tr>" +
"<tr>" +
"<td>&frac34; Cup</td>" +
"<td>Tomato Sauce</td>" +
"</tr>" +
"<tr>" +
"<td>1 Tbsp</td>" +
"<td><span style='font-weight:bold;'>Miracle Blend Herbal Seasoning</span></td>" +
"</tr>" +
"<tr>" +
"<td>1 Tbsp</td>" +
"<td><span style='font-weight:bold;'>Miracle Blend Salad Seasoning</span></td>" +
"</tr>" +
"<tr>" +
"<td>&frac12; Tbsp</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>Combine ingredients and mix well." +
"<li>Form into shape of a loaf." +
"<li>Bake at 350&deg; F for 1 hour.</ol></td>" +
"</tr>" +
"</table>";
