I have a javaScript that that starts something like this:

function InteractionData(date, time, intid, objid) (

In Flash I have the following variables:
date
time
intid
objid

I am wondering the correct FS Command format to send then variable to the JavaScript? Is this correct?

FS Command ("InteractionData", "date, time, intid, objid")

Thanks,

awol2k