﻿// JScript File

function init()  {
   eval(INIT);
}
function GLBT(Page)   {
    document.location.href="default.aspx?Page="+Page;
    //Zedheads.GetLinksByType(Page,10,-1,-1,"",readCookie("SavedCount"),RenderContent);
}

if (typeof(Sys) !== 'undefined') {
    Sys.Application.add_load(init);
    Sys.Application.notifyScriptLoaded();
} 