// Blogger labels (tags), as of 4/2/2011:
tags = {
  "12 Days of Christmas":54,
  "12Days2007":15,
  "12Days2008":5,
  "12Days2009":16,
  "12Days2010":15,
  "12Days2011":3,
  "Bizarro":2,
  "Blackest Night Hal":52,
  "DC vs Marvel":11,
  "DevPlan":2,
  "Doomsday":1,
  "Elektra":11,
  "Flash":1,
  "Green Lantern":15,
  "Human Torch":2,
  "Ice":22,
  "Invisible Woman":5,
  "Lex Luthor":14,
  "Links":1,
  "Lobo":46,
  "Mandarin":4,
  "Marrow":6,
  "news":45,
  "Parasite":55,
  "Poison Ivy":1,
  "Release Watch":18,
  "reviews":3,
  "Savage Hulk":9,
  "Scruffyversary":17,
  "Silver Surfer":2,
  "Sinestro":16,
  "Spoiler Alert":6,
  "Strong Guy":5,
  "Superboy":6,
  "tools":2,
  "tutorials":2,
  "video":17,
  "vlog":2
};

window.onload = insertTagCloud;
function insertTagCloud() {
    var p = document.getElementById('cloud_parent');
    if (p.style.display != "none") {
        p.appendChild( makeCloud(tags, "http://buyogslair.blogspot.com/search/label", 0, 0.75, 1.5, ' ', false, "__BASEURL__/__TAGNAME__") );
    }
};

