function win_pop()
{
    s='http://www.restland.co.il/engine/modules/radio/radio3.php?url=http://www.getnetradio.com/top40hi.asx^Get Net Radio - Top 40 Channel';
    pop_width=380;
    pop_height=101;
    
    pop=pop_width+15;
    wop=265;
    newWin2 = window.open(s,'','width='+pop_width+',height='+pop_height+',resizable=no,scrollbars=no'); 
    newWin2.moveTo(screen.width-pop, screen.height/2-pop_height/2+wop);
}

document.write('<a onclick="win_pop();" style="cursor:hand;"><img src="http://www.restland.co.il/templates/Default/images/baner.gif" width="100px" height="100px"/></a>');

 
