function banner_DoFSCommand(command, args)
{
    if ( command=="click" )
    {
        window.location.replace('http://www.pte.hu');
       // document.location.href = BnrUrl;
    }
}
