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         \074div id=\"carbon_tree_img1\" class=\"profile-pic\"\n           \076\074a href=\"http://makemesustainable.com/users/savoie\"\076\074img alt=\"Cherie Savoie\" src=\"http://makemesustainable.com/user-images/small/savoie.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/fb-829706876\"\076\074img alt=\"Jenny Kinderman\" src=\"http://makemesustainable.com/user-images/small/fb-829706876.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/Nesbjorn\"\076\074img alt=\"Bj\u00f6rn Andersson\" src=\"http://makemesustainable.com/user-images/small/Nesbjorn.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/LThomas\"\076\074img alt=\"Lilly Thomas\" src=\"http://makemesustainable.com/user-images/small/LThomas.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/KJames\"\076\074img alt=\"Kelly James\" src=\"http://makemesustainable.com/user-images/small/KJames.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/fb-859370260\"\076\074img alt=\"Svenskterror Derrida\" src=\"http://makemesustainable.com/user-images/small/fb-859370260.jpg\" /\076\074/a\076\074/div\076\n         \n       \n    \n       \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=\"Jose Gonzalez\" src=\"http://makemesustainable.com/groups/image/107.small.jpg\" /\076\n    \n    \074/div\076\n  \074/div\076\n\n  \074div class=\"details\"\076\n    \n      \074h3\076Jose Gonzalez Carbon Tree\074/h3\076\n    \n    \n    \074a href=\"http://makemesustainable.com/start/107/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\"\076255\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\"\076364\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=\"car\" class=\"context-icon\" src=\"http://makemesustainable.com/images/context/car_icon.gif\" /\076\074/div\076\074div class=\"right\"\076\074span class=\"big number big-number\"\076874\074/span\076\074span class=\"subtext\"\076Cars off the road\074/span\076\074/div\076\n    \074/div\076\n  \074/div\076\n\n  \074img alt=\"Make Me Sustainable\" class=\"profile_bottom\" src=\"http://makemesustainable.com/images/facebook/profile_bottom_reverb.gif\" /\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);
