
function showPostroll() {
    try {
        var adCode = $("adcode").value;
        $("adunit").update(adCode);
    } catch (error) {
    
    }
}
function hidePostroll() {
    try {
        $("adunit").update("&nbsp;");
    } catch (error) {
    
    }
}
 
function getAlbum() {
    var elt = document.getElementById('album');
    getAlbum = elt.value;
    return getAlbum;
}

function getAlbumLink() {
    return document.location.href;
}

function getTags() {
    var elt = document.getElementById('tags');
    getTags = elt.value;
    return getTags;
}
function getRecent() {
    var elt = document.getElementById('recent');
    getRecent = elt.value;
    return getRecent;
}

