Well I got the code from here and it’s not mine, the original maker is here. This is how you get them:
Go to Customize appearance for your blog. Click “Edit HTML”. Paste the code the very top of the window (click at the front of line 1, paste it) Make sure you press enter a few times at the bottom of the code to separate it from the normal code or you end up with writing at the top of your blog. (I don’t know why)
Here’s the code:
<script type=”text/javascript”>
//<!—
(function (srcs, cfg) { “use strict”; var cbcount = 1; var callback = function () {—cbcount;if (cbcount === 0) {BrowserPonies.setBaseUrl(cfg.baseurl);if (!BrowserPoniesBaseConfig.loaded) {BrowserPonies.loadConfig(BrowserPoniesBaseConfig);BrowserPoniesBaseConfig.loaded = true;}BrowserPonies.loadConfig(cfg);if (!BrowserPonies.running()) {BrowserPonies.start();}}}; if (typeof BrowserPoniesConfig === “undefined”) { window.BrowserPoniesConfig = {}; } if (typeof BrowserPoniesBaseConfig === “undefined”) { ++cbcount; BrowserPoniesConfig.onbasecfg = callback; } if (typeof BrowserPonies === “undefined”) { ++cbcount; BrowserPoniesConfig.oninit = callback; } var node = document.body || document.documentElement || document.getElementsByTagName(“head”)[0]; for (var id in srcs) { if (document.getElementById(id)) { continue; } if (node) { var s = document.createElement(“script”); s.type = “text/javascript”; s.id = id; s.src = srcs[id]; node.appendChild(s); } else { document.write(“<script type=”text/javscript” src=”” + srcs[id] + “” id=”” + id + “”></script>”); } } callback();
})({“browser-ponies-script”:”http://web.student.tuwien.ac.at/~e0427417/browser-ponies/browserponies.js”,”browser-ponies-config”:”http://sherlockian.googlecode.com/files/basecfg_41.js”},{“baseurl”:”http://s1101.photobucket.com/albums/g427/dal_test/”,”fadeDuration”:500,”volume”:1,”fps”:25,”speed”:3,”audioEnabled”:false,”showFps”:false,”showLoadProgress”:true,”speakProbability”:0.1,”spawn”:{“lestrade”:1,”moriarty”:1,”sherlock”:1,”mycroft”:1,”john”:1}});
//—>
</script>
If you’d like a different number of any of the characters, change it at the very end of the code block. (Ex: instead of “lestrade”:1, you could change it to“lestrade”:13 for 13 little police officers, or “lestrade”:0 if you don’t want him on there at all.) If you use loads of them the can slow down your browser so I wouldn’t go mental.
Controls
Add this to the top of the code for the characters so that you can get rid of them if you need to get them to sod off;
[<a href=”javascript:BrowserPonies.start();void(0)” title=”Start”>▶</a>]
[<a href=”javascript:BrowserPonies.stop();void(0)” title=”Stop”>■</a>]
[<a href=”javascript:BrowserPonies.pause();void(0)” title=”Pause”>▮▮</a>]
[<a href=”javascript:BrowserPonies.resume();void(0)” title=”Resume”>▮▶</a>]
