$(document).ready(function(){

	 $('a[href^=http]').click( function() {
	  window.open(this.href);
       return false;
      });
	
	$.backstretch("images/bckgrnd/pedro1600x1200.jpg");
	
	$(".pics").cycle({ 
    fx:     'scrollDown', 
    random:  1 
});
	
});
