Question: duplicate mc

how could i make this type of script keep duplicating a new mc every 2 frames or something?

duplicateMovieClip("clip", "clip2", 1);

thanks

ok i got the duplicate thing to work. how would i go about making each one be its own button that takes u to a different page when clicked? im trying to do this the most dynamic way, so i can just like type in a URL or something and have it get it. i have attached my swf:
http://www.femultimedia.com/extra/new.swf
thanks!