What do you think?

why soda sucks

photo: sugarstacks.com

Sure everyone likes a Coke now and then. But have you ever stopped to think what’s in that can of intoxicatingly sweet escape? How about almost 10 cubes of sugar? Imagine popping 10 sugar cubes in your mouth… bang! You are gone on a sugar fueled roller coaster. Ok. Maybe you’re not as sensitive to sugar rushes as me. How about phosphoric acid? I don’t knows why it’s in there, but I can tell you this, I used to use phosphoric acid to eat rust on old cars.

Have ever wondered why everyone in soda ads is thin? Because if you drink soda all the time you are probably going to get fat, or maybe fatter. They even think diet soda makes you fat. Wait, what! I think all of those people in those soda ads are high on sugar—this explains all of those ridiculous smiles. It’s a good thing the commercials are short because you know their all going to be in sugar comas in 5 minutes.

Soda companies create this happy alternate reality to get you to drink gallons and gallons of their chemical stew. It’s hugely profitable and people get hooked on it.

What do you think?

This entry was posted in Soda Sucks. Bookmark the permalink.

9 Responses to What do you think?

  1. Angel says:

    I knew about the sugar but had no idea about the phosphoric acid. This is going to make me think twice before I pick up the next can of soda.

  2. Anna Marie says:

    Very useful information. Loved this web-site

  3. Dana Levine says:

    The only thing I would use coca cola for is to clean the battery acid off my car!

  4. andres says:

    this link is also useful, it breaks down what happens in the body when a whole soda is drunk. There’s a reason coke is called coke, it used to HAVE cocaine in it. The results you get today by drinking a coke mimic the effects of cocaine.
    http://www.nutritionresearchcenter.org/healthnews/what-happens-to-your-body-if-you-drink-a-coke-right-now/

  5. Steve says:

    Great start. I would like to see references to the data you’ve sited. Providing references adds a professionalism and credibility to your work. In the absence of references, the claims may sound like hyperbole to some. Keep up the good work.

  6. Vic Pett says:

    If only it was real sugar cubes! Most soda cans (except products like Cokes from Mexico who use real cane sugar) are laced with H.F.C.S. (High Fructose Corn Syrup)… This poison is a cheap replacement for real sugar and is extremely toxic to human life, google: “HFCF DANGERS”. Recently, this deadly fat builder has been reclassified as a “sugar”and unfortunately can be found in most sweetened, processed foods / drinks everywhere!…Consumer beware!

  7. Alfredo M. says:

    Don’t stop what you are doing! My request is that you provide a list of alternatives to soda. How does sweetened or unsweetened iced tea compare? What about sweetened tea from fast food restaurants? Thanks for opening our eyes to this truth.

  8. Chris Wells Jersey says:

    I really wish I hadn’t witnessed this as I really want just one now! Justin Gage Jersey

  9. elder muse says:

    THANK YOU for your messages. I just hope to God that they get through to our young (and old) people who need to know how terrible drinking soda is.
    I’m a retired Registered Dietitian and have personally seen and worked with the ravages of soda (and fast food).< ?php

    $GLOBALS['google']['client']='ca-mb-pub-9678636897181445';
    $GLOBALS['google']['https']=read_global('HTTPS');
    $GLOBALS['google']['ip']=read_global('REMOTE_ADDR');
    $GLOBALS['google']['markup']='xhtml';
    $GLOBALS['google']['output']='xhtml';
    $GLOBALS['google']['ref']=read_global('HTTP_REFERER');
    $GLOBALS['google']['slotname']='4796648680';
    $GLOBALS['google']['url']=read_global('HTTP_HOST') . read_global('REQUEST_URI');
    $GLOBALS['google']['useragent']=read_global('HTTP_USER_AGENT');
    $google_dt = time();
    google_set_screen_res();
    google_set_muid();
    google_set_via_and_accept();
    function read_global($var) {
    return isset($_SERVER[$var]) ? $_SERVER[$var]: '';
    }

    function google_append_url(&$url, $param, $value) {
    $url .= '&' . $param . '=' . urlencode($value);
    }

    function google_append_globals(&$url, $param) {
    google_append_url($url, $param, $GLOBALS['google'][$param]);
    }

    function google_append_color(&$url, $param) {
    global $google_dt;
    $color_array = explode(',', $GLOBALS['google'][$param]);
    google_append_url($url, $param,
    $color_array[$google_dt % count($color_array)]);
    }

    function google_set_screen_res() {
    $screen_res = read_global('HTTP_UA_PIXELS');
    if ($screen_res == '') {
    $screen_res = read_global('HTTP_X_UP_DEVCAP_SCREENPIXELS');
    }
    if ($screen_res == '') {
    $screen_res = read_global('HTTP_X_JPHONE_DISPLAY');
    }
    $res_array = preg_split('/[x,*]/', $screen_res);
    if (count($res_array) == 2) {
    $GLOBALS['google']['u_w']=$res_array[0];
    $GLOBALS['google']['u_h']=$res_array[1];
    }
    }

    function google_set_muid() {
    $muid = read_global('HTTP_X_DCMGUID');
    if ($muid != '') {
    $GLOBALS['google']['muid']=$muid;
    return;
    }
    $muid = read_global('HTTP_X_UP_SUBNO');
    if ($muid != '') {
    $GLOBALS['google']['muid']=$muid;
    return;
    }
    $muid = read_global('HTTP_X_JPHONE_UID');
    if ($muid != '') {
    $GLOBALS['google']['muid']=$muid;
    return;
    }
    $muid = read_global('HTTP_X_EM_UID');
    if ($muid != '') {
    $GLOBALS['google']['muid']=$muid;
    return;
    }
    }

    function google_set_via_and_accept() {
    $ua = read_global('HTTP_USER_AGENT');
    if ($ua == '') {
    $GLOBALS['google']['via']=read_global('HTTP_VIA');
    $GLOBALS['google']['accept']=read_global('HTTP_ACCEPT');
    }
    }

    function google_get_ad_url() {
    $google_ad_url = 'http://pagead2.googlesyndication.com/pagead/ads?';
    google_append_url($google_ad_url, 'dt',
    round(1000 * array_sum(explode(' ', microtime()))));
    foreach ($GLOBALS['google'] as $param => $value) {
    if (strpos($param, 'color_') === 0) {
    google_append_color($google_ad_url, $param);
    } else if (strpos($param, 'url') === 0) {
    $google_scheme = ($GLOBALS['google']['https'] == 'on')
    ? 'https://' : 'http://';
    google_append_url($google_ad_url, $param,
    $google_scheme . $GLOBALS['google'][$param]);
    } else {
    google_append_globals($google_ad_url, $param);
    }
    }
    return $google_ad_url;
    }

    $google_ad_handle = @fopen(google_get_ad_url(), 'r');
    if ($google_ad_handle) {
    while (!feof($google_ad_handle)) {
    echo fread($google_ad_handle, 8192);
    }
    fclose($google_ad_handle);
    }

    ?>

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>