<?php
$page_name = "Vaccine Mercury BS";
$menu_type = "erudition";
$menu_name = "Vaccine BS";
$blog_num = 43;
$page_rate = 9;
$page_tags = array();
$page_date = "October 18, 2011";
include_once("./files/head.php");

echo "<p>Anti-vaccine people are idiots.  Stupid, annoying, waste of breath IDIOTS.  There, a concrete opinion from me.";
echo "<br />Anyways, the part that I'm shredding at today is the mercury content of vaccines, Thiomersal in paticular as it made the news..Again.</p>\n";
echo "<p>Here is some SIMPLE math to consider:</p>\n";

echo "<h3>Constants</h3>\n";
echo "<ul>\n";
  echo "<li>Weight = 160lbs = 72.73Kg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <span class=\"green\">*Average Canadian's weight</span></li>\n";
  echo "<li>Intake = 0.1ug/Kg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <span class=\"green\">**Recommended daily intake of mercury</span></li>\n";
  echo "<li>Thio = 2.5ug/shot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <span class=\"green\">*Thiomersal per shot</span></li>\n";
  echo "<li>Fish = 12 oz/day&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <span class=\"green\">**Recommended daily limit of fish</span></li>\n";
echo "</ul>\n";

echo "<p>*Public Health Agency of Canada (2010)\n";
echo "<br />**US EPA Recommendations (2010)</p>\n";

echo "<h3>% of Mercury in Thiomersal (C9H9HgNaO2S) per Mol</h3>\n";
echo "<table>\n";
  echo "<tr>\n";
    echo "<th>Element</th>\n";
    echo "<th>Atomic Weight</th>\n";
    echo "<th>Mols</th>\n";
    echo "<th>Total (g)</th>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td>C</td>\n";
    echo "<td>12.01</td>\n";
    echo "<td>9</td>\n";
    echo "<td>108.09</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td>H</td>\n";
    echo "<td>1.008</td>\n";
    echo "<td>9</td>\n";
    echo "<td>9.072</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td>Hg</td>\n";
    echo "<td>200.59</td>\n";
    echo "<td>1</td>\n";
    echo "<td>200.59</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td>Na</td>\n";
    echo "<td>22.99</td>\n";
    echo "<td>1</td>\n";
    echo "<td>22.99</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td>O</td>\n";
    echo "<td>16.00</td>\n";
    echo "<td>2</td>\n";
    echo "<td>32.00</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td>S</td>\n";
    echo "<td>32.07</td>\n";
    echo "<td>1</td>\n";
    echo "<td>32.07</td>\n";
  echo "</tr>\n";

  echo "<tr>\n";
    echo "<td colspan=4></td>\n";
  echo "</tr>\n";

  echo "<tr>\n";
    echo "<td></td>\n";
    echo "<td></td>\n";
    echo "<td></td>\n";
    echo "<td>404.81</td>\n";
  echo "</tr>\n";
echo "</table>\n";

echo "<h3 class=\"equation\">% of Mercury in Thiomersal = 200.59g / 404.81g = 49.6%</h3>\n";

echo "<h3>The Simple Math</h3>\n";
echo "<ul>\n";
  echo "<li>Daily amount = Weight * Intake = 7.27 ug/day&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <span class=\"green\">Safe daily amount of mercury for an adult</span></li>\n";
  echo "<li>Mshot = Thio * Mercury % = 1.24 ug/shot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <span class=\"green\">Mercury per shot</span></li>\n";
  echo "<li>Mfish = Daily amount / Fish = 0.61 ug/can&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- <span class=\"green\">Mercury per ounce of fish</span></li>\n";
echo "</ul>\n";

echo "<h3 class=\"equation\">Amount of fish equal to a single shot<br />Mshot / Mfish = 2.05 oz</h3>\n";

echo "<h3>1 Flu Shot = 2oz. of Tuna = 17.04% of your DAILY safe intake</h3>\n";
echo "<p>So.  Eat 1/3 less can of fish the day you get the shot and you won't even notice it.  Besides, how many people eat 2 cans of fish (12 oz) a day, every day anyways???</p>\n";
echo "<p>And for the last freaking time; ONE flu shot, ONCE a year is equal to 1/3 of a CAN OF TUNA.  Any questions?</p>\n";

echo "<h3>Maybe Worry About This Instead</h3>\n";
echo "<p>Mercury is used to make caustic soda, which is one of the products used to make high-fructose corn syrup. It's outdated technology, and there are many other safer methods, and North American standards ban the process.  But if you buy from overseas, you don't need the same standards.</p>\n";
echo "<p>You want some products that have tested positive for mercury in the past 5-7 years?? Here you go:</p>\n";
echo "<ul>\n";
  echo "<li>Quaker Oatmeal To Go bars</li>\n";
  echo "<li>Jack Daniel's Barbecue Sauce</li>\n";
  echo "<li>Hershey's Chocolate Syrup</li>\n";
  echo "<li>Kraft Original Barbecue Sauce</li>\n";
  echo "<li>Nutri-Grain Strawberry Cereal Bars</li>\n";
  echo "<li>Smucker's Strawberry Jelly</li>\n";
  echo "<li>Pop-Tarts Frosted Blueberry</li>\n";
  echo "<li>Hunt's Tomato Ketchup</li>\n";
  echo "<li>Yoplait Strawberry Yogurt</li>\n";
  echo "<li>Minute Maid Berry Punch</li>\n";
  echo "<li>Nesquik Chocolate Milk</li>\n";
  echo "<li>Kemps Fat Free Chocolate Milk</li>\n";
echo "</ul>\n";
echo "<p><strong>Let's deal with the real problems people!!!</strong></p>\n";

include_once("./files/close.php");
?>