I'm attempting to create some tabs programmatically using the Quick Tabs module within the ConTemplate layout for one of my node types.

Specifically I have 3 different fields (each is a video) which I want to each have their own tab, i.e.

Fields:
field_video1
field_video2
field_video3

Title for tab:
Video 1
Video 2
Video 3

The videos are added using the Embedded Media Field module and CCK.

Thanks,

Alex