﻿// JScript File

new PeriodicalExecuter(
    function(pe) 
    {   
        var d = new Date();
        
        $("mysoundbox").src = "http://www.oceanebelle.com/winamp/playing.php?" + d.getTime();
    }
    , 30); 