if (top != self) { top.location = document.location; }
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);	
 $(document).ready(function() {
        $('#slider1').s3Slider({
            timeOut: 4750 
        });
    });
