var mms = mms || new Object();
mms.urlPrefix = "http://makemesustainable.com";
mms.content = "\n\074div class=\"mms mms-badge\"\076\n  \074div class=\"tree\"\076\n    \n    \n       \n    \n       \n    \n       \n         \074div id=\"carbon_tree_img1\" class=\"profile-pic\"\n           \076\074a href=\"http://makemesustainable.com/users/EvolutionSage\"\076\074img alt=\"Evolution Sage \" src=\"http://makemesustainable.com/user-images/small/EvolutionSage.jpg\" /\076\074/a\076\074/div\076\n         \n       \n    \n       \n         \074div id=\"carbon_tree_img2\" class=\"profile-pic\"\n           \076\074a href=\"http://makemesustainable.com/users/KeVac\"\076\074img alt=\"Kevin Vaccarello\" src=\"http://makemesustainable.com/user-images/small/KeVac.jpg\" /\076\074/a\076\074/div\076\n         \n       \n    \n       \n         \074div id=\"carbon_tree_img3\" class=\"profile-pic\"\n           \076\074a href=\"http://makemesustainable.com/users/IThomas\"\076\074img alt=\"Ian Thomas\" src=\"http://makemesustainable.com/user-images/small/IThomas.jpg\" /\076\074/a\076\074/div\076\n         \n       \n    \n       \n         \074div id=\"carbon_tree_img4\" class=\"profile-pic\"\n           \076\074a href=\"http://makemesustainable.com/users/jessicaspacekat\"\076\074img alt=\"Jessica Allen\" src=\"http://makemesustainable.com/user-images/small/jessicaspacekat.jpg\" /\076\074/a\076\074/div\076\n         \n       \n    \n       \n         \074div id=\"carbon_tree_img5\" class=\"profile-pic\"\n           \076\074a href=\"http://makemesustainable.com/users/Genie\"\076\074img alt=\"Genie \" src=\"http://makemesustainable.com/user-images/small/Genie.jpg\" /\076\074/a\076\074/div\076\n         \n       \n    \n       \n         \074div id=\"carbon_tree_img6\" class=\"profile-pic\"\n           \076\074a href=\"http://makemesustainable.com/users/cborden\"\076\074img alt=\"Cris Borden\" src=\"http://makemesustainable.com/user-images/small/cborden.jpg\" /\076\074/a\076\074/div\076\n         \n       \n    \n    \n       \074div id=\"carbon_tree_img7\" class=\"profile-pic\"\076\n         \074img alt=\"my page\" src=\"http://makemesustainable.com/images/facebook/tree_holder_sm.gif\" /\076\n       \074/div\076\n       \n    \n       \074div id=\"carbon_tree_img8\" class=\"profile-pic\"\076\n         \074img alt=\"my page\" src=\"http://makemesustainable.com/images/facebook/tree_holder_sm.gif\" /\076\n       \074/div\076\n       \n    \n    \074div id=\"carbon_tree_img_me\" class=\"profile-pic me\"\076\n    \n      \074img alt=\"Sustain Hawai'i\" src=\"http://makemesustainable.com/groups/image/114.small.jpg\" /\076\n    \n    \074/div\076\n  \074/div\076\n\n  \074div class=\"details\"\076\n    \n      \074h3\076Sustain Hawai'i Carbon Tree\074/h3\076\n    \n    \n    \074a href=\"http://makemesustainable.com/start/114/group\"\076\n      \074img alt=\"Join our tree button\" class=\"join-my-tree-btn\" src=\"http://makemesustainable.com/images/facebook/join_my_tree.gif\" /\076\n    \074/a\076\n    \n    \074h5\076\n      \074span class=\"number\"\076191\074/span\076\n      \074span class=\"subtext\"\076 people in this tree reduced:\074/span\076\n    \074/h5\076\n    \074div class=\"impact\"\076\n      \n        \074div class=\"reduction number\"\076208\074/div\076\n        \074span class=\"subtext\"\076Tons of Carbon\074/span\076\n      \n    \074/div\076\n    \074div class=\"context\"\076\n      \074h4\076Our Impact:\074/h4\076\n      \074div class=\"left\"\076\074img alt=\"suv\" class=\"context-icon\" src=\"http://makemesustainable.com/images/context/suv_icon.gif\" /\076\074/div\076\074div class=\"right\"\076\074span class=\"big number big-number\"\076399\074/span\076\074span class=\"subtext\"\076SUV's totalled\074/span\076\074/div\076\n    \074/div\076\n  \074/div\076\n\n  \074a href=\"http://makemesustainable.com/start/114/group\"\076\074img alt=\"Make Me Sustainable\" class=\"profile_bottom\" src=\"http://makemesustainable.com/images/badge_bottom.png\" /\076\074/a\076\n\074/div\076\n\n";
// Link up CSS
mms.counter = mms.counter || 0;
mms.counter++;
if(mms.counter == 1){
  mms.csss = new Array(mms.urlPrefix + '/stylesheets/badge.css');
  for(var i in mms.csss) {
    var el  = document.createElement('link');
    el.rel = 'stylesheet'
    el.type = 'text/css';
    el.href = mms.csss[i];
    document.getElementsByTagName('head')[0].appendChild(el);
  }
}

document.write(mms.content);
