function showAd()
 {
    mywindow = window.open ("http://www.360-surveys.com/i/moving.png", "moving","location=0,status=0,scrollbars=0, width=600,height=360");
    mywindow.moveTo(0,0);
 }
 
