//jQuery(".lastfm span").wrapInner(Html);

jQuery(document).ready(function() {
    var optionsPopeye = {  
 	    direction:  'right',  
		duration:   230,  
		stageW:     '299px',
		stageH:		'250px',
		nlabel:		'&gt;',
		plabel:		'&lt;'
	} 
   jQuery('.popeye').popeye(optionsPopeye);  
   
   jQuery('#s3slider').s3Slider({
      timeOut: 4000
   });
   
}); 