Loop actionscript

Hi Guys,
Can anyone tell me how to make this actionscript simply loop over infinately:

#include “lmc_tween.as”
mc_green_text.slideTo(323,353,1.5,“easeOutBounce”,1);
mc_green_text.tween("_alpha",0,2,"",8);

A clip basically slides to a co-ordinate and then fades out after 8 seconds - just need it to then do that again (forever)

Any help much appreciated - well getting on my knockers!

Cheers,
Pat