var linkHash = new Array();

function _staticLink(){
    this.imageId='';
    this.embedElementId='';
    this.embed=_staticLink_embedMethod;
}

function _staticLink_embedMethod(elementId) {   
    if (elementId == null)
    {
        elementId = this.embedElementId;
    }
    
    embedStaticLink(this.imageId, this.embedElementId);
}

function embedStaticLink(imageId, elementId) {   
    if (elementId == null)
    {
        elementId = this.embedElementId;
    }
    
    var target = document.getElementById(elementId);
    if (target != null)
    {
        target.innerHTML = linkHash[imageId];
    }
}
linkHash["static1"] = "<a href='shopItemBanner.asp?tag=BHS'><img src='http://apps.ylwisdom.com/AdRotator/Image.ashx?ec675f4e-e363-4034-9bbe-efb1714b394f' /></a>";
linkHash["static2"] = "<a href='shopItemBanner.asp?tag=Mentoring'><img src='http://apps.ylwisdom.com/AdRotator/Image.ashx?6ddf0c66-1d34-4e16-8920-41790659ee0e' /></a>";
