jQuery(document).ready(function(){

       jQuery("div[id^=popeye]").each(function(n){
        jQuery(this).popeye();
		});
        
});