// JavaScript Document

$(document).ready(function(){
	
	$('#feature').cycle({ 
		fx:     'fade', 
		timeout: 5000,
		speed: 1000
		/*after:  function(){ $('#teaserLink').attr("rel","alert('" + this.id + "')");  }
		 before:  onBefore, */
	});
	
});

