User:Bawolff/sandbox/logoCologneBlue.js

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences. — More skins

function addLogo () {
    if (skin !== "cologneblue") {
        throw new Error("This script is only meant to run with the cologne blue skin");
    }

    var foo = document.getElementById("sitetitle");
    foo.innerHTML = '<img style="vertical-align: text-bottom;" src="http://upload.wikimedia.org/wikinews/en/thumb/8/8a/Wikinews-logo.png/60px-Wikinews-logo.png" longdesc="http://commons.wikimedia.org/wiki/image:Wikinews-logo.png" /> Wikinews';
}

$(addLogo);