Duplicate global movieclip

I have a global movieclip named globalInstance, but now I need to duplicate this movieclip and position them 5 x cordinate away from each other , how can I do it?

public static var globalmc: DisplayObject; ( this is how I created the global mc)

Thank you for all your help