﻿// ------------------------------------------------------------ Document Ready

$(document).ready(function()
{
    $("#NewsUpdateAnchor").attr("href","RTEForm.aspx?file=news&width=208&height=292");
    $("#NewsUpdateAnchor").open({
        left: 290, top: 90
    });
    $("#RadioUpdateAnchor").attr("href","RTEForm.aspx?file=radio&width=208&height=292");
    $("#RadioUpdateAnchor").open({
        left: 290, top: 90
    });
    $("#CreditsUpdateAnchor").attr("href","RTEForm.aspx?file=credits&width=208&height=292");
    $("#CreditsUpdateAnchor").open({
        left: 290, top: 90
    });
});
